@import url("../webfonts/SourceSansPro_LightIt/stylesheet.css");
@import url("../webfonts/SourceSansPro_Regular/stylesheet.css");
@import url("../webfonts/SourceSansPro_Semibold/stylesheet.css");
@import url("../webfonts/PlayfairDisplay_Regular/stylesheet.css");
@import url("../webfonts/PlayfairDisplay_Italic/stylesheet.css");
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,

textarea {
	color: #222;
	background-color: #f7f1e1;
	background-attachment: fixed;
	background-image: url(../2014images/bottomfinal.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

body {
	font-size: 1em;
	line-height: 1.4;
	font-family: "SourceSansPro Regular";
	color: #333;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
/*Make images scalable*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#topcontainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #d9cba8;

}


#topbox {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;

	overflow: hidden;
}



#middlecontainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}

#middlebox {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.75);
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}


#bottomcontainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#bottombox {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(195,179,153,0.75);
	padding-right: 0%;
	font-size: 1em;
}
#footerbox { width: 100%; }

#navbox {
	width: 100%;
	max-width: 1000px;
	marging-right: auto;
}

.middlewide
{
	width: 100%;
	max-width: 1000px;
	marging-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	float: left;
	padding: 10px;
	background-color: rgba(176,178,157,0.25);
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #64653D;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

h2
{
	font-size: 1.5em;
	margin: 0.67em 0;
	color: #64653D;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

.subheadsitalic
{
	font-size: 1.5em;
	margin: 0.67em 0;
	color: #685140;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
	color: #64653D;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
	color: #64653D;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
	color: #64653D;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
	color: #64653D;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

.rightsideheadline {
	font-family: "PlayfairDisplay Italic";
	font-size: 2em;
	color: #333;
	
}

/* Gradient transparent - color - transparent */
		
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}



/* ===== == = === 20em (320px) === = == ===== */

@media only screen and (min-width : 20em) {
	
	#maincontainer {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}

#logobox {
	width: 100%;
	text-align: center;
	
}
#addybox {
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #64653D;
	padding-top: 2px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.leftside {
	width: 95%;
	padding: 15px;
}

.full2021
{
	width: 100%;
	padding: 20px;
}

.leftsidewide {
	width: 92%;
	padding: 15px;
}
.rightside {
	width: 92%;
	padding: 10px;
	background-color: #e1d4b7;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 212, 183)), to(rgb(254, 251, 247)));
background-image: -webkit-linear-gradient(top, rgb(225, 212, 183), rgb(254, 251, 247));
background-image: -moz-linear-gradient(top, rgb(225, 212, 183), rgb(254, 251, 247));
background-image: -o-linear-gradient(top, rgb(225, 212, 183), rgb(254, 251, 247));
background-image: -ms-linear-gradient(top, rgb(225, 212, 183), rgb(254, 251, 247));
background-image: linear-gradient(top, rgb(225, 212, 183), rgb(254, 251, 247));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e1d4b7', EndColorStr='#fefbf7');


}

.fourbox {
	width: 92%;
	padding: 10px;
	
	background-color: #bfbfaf;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 175)),to(rgb(233, 233, 225)));
background-image: -webkit-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -moz-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -o-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -ms-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bfbfaf', EndColorStr='#e9e9e1');
	margin-bottom: 5px;
	border-radius: 8px;
	color: #000;
}

.bannerfont {
	font-family: "PlayfairDisplay Regular";
	font-size: 2em;
	color: #54563F;
	text-decoration: none;
	letter-spacing: -0.05em;
}


}



/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {
	
	#maincontainer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#logobox {
	width: 100%;
	text-align: center;
	
}
#addybox {
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #64653D;
	padding-top: 2px;
}



.leftside {
	width: 100%;
	padding: 10px;
}
.rightside {
	width: 100%;
	padding: 10px;
	
}

.fourbox {
	width: 92%;
	padding: 10px;
	
	background-color: #bfbfaf;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 175)),to(rgb(233, 233, 225)));
background-image: -webkit-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -moz-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -o-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: -ms-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
background-image: linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bfbfaf', EndColorStr='#e9e9e1');
	margin-bottom: 5px;
	border-radius: 8px;
	color: #000;
	margin-bottom: 5px;
	border-radius: 8px;
	color: #000;
}

.bannerfont {
	font-family: "PlayfairDisplay Regular";
	font-size: 2.5em;
	color: #54563F;
	text-decoration: none;
	letter-spacing: -0.05em;
	font-weight: bold;
}


}



/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {

#logobox {
	width: 50%;
	float: left;
	clear: none;
}
#addybox {
	width: 45%;
	float: left;
	clear: none;
	text-align: right;
	font-size: 1em;
	color: #64653D;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftside {
	width: 100%;
	padding: 10px;
}
.rightside {
	width: 100%;
	padding: 10px;
	
	
}





}



/* ===== == = === 48em (768px) === = == ===== */

@media only screen and (min-width : 48em) {

.leftside {
	width: 46%;
	padding: 10px;
	clear: none;
	float: left;
}
.rightside {
	width: 46%;
	padding: 10px;
	clear: none;
	float: right;
	color: #333;
}

.fourbox {
	width: 28%;
	padding: 10px;
	clear: none;
	float: left;
	border-radius: 8px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	color: #000;
}

#logobox {
	width: 50%;
	float: left;
	clear: none;
	
}
#addybox {
	width: 45%;
	float: left;
	clear: none;
	text-align: right;
	font-size: 1em;
	color: #64653D;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


}



/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width : 56.25em) {

.fourbox {
	width: 28%;
	padding: 10px;
	margin: 7px;
	clear: none;
	float: left;
	border-radius: 8px;
	color: #000;
	background-color: #bfbfaf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 175)),to(rgb(233, 233, 225)));
	background-image: -webkit-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
	background-image: -moz-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
	background-image: -o-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
	background-image: -ms-linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
	background-image: linear-gradient(top, rgb(191, 191, 175), rgb(233, 233, 225));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bfbfaf', EndColorStr='#e9e9e1');
	margin-bottom: 5px;
	border-radius: 8px;
	color: #000;
}





}


/* ===== == = === 60em (960px) === = == ===== */

@media only screen and (min-width : 60em) {




}


/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {




}



/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {





}

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #5A3116;
	text-decoration: none;
}
a:visited {
	color: #5A3116;
	text-decoration: none;
}
