@charset "UTF-8";
/* CSS Document */
/* Written by William S. Howard */

footer, header, nav, section {
    display: block;
}

body {
    margin: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    color: #262626;
    margin: 2em 0 .75em;
}

h1 a, h1 a:visited {
    color: #262626;
}

h1 a:hover, h1 a:focus {
    color: #e7bd74;
}

h1.title {
	margin: 0 0 .25em;
	color: #262626;
	font-family: Baskerville, sans-serif;
	font-size: 36px;
	line-height: 1.25em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
}

h2 {
	line-height: 1em;
	font-family:  Baskerville, sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 4px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 300;
	font-style: normal;
	color: #262626;
	margin: 1.0em 0 0.3em;
}

h2 a, h2 a:visited {
    color: #262626;
}

h2 a:hover, h2 a:focus {
    color: #e7bd74;
}

h3 {
    font-family:  Tahoma, Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.25em;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #262626;
    margin: 2em 0 .75em;
}

h3 a, h3 a:visited {
    color: #262626;
}

h3 a:hover, h3 a:focus {
    color: #e7bd74;
}

h4 {
	color:#999;
	line-height: 0.7em;
	font-size: 16px;
}

text-font {
	font-size: 20px;
	font-weight: 400;
}

a:focus {
   outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

a {
    text-decoration: none;
	color: #606;
}

a:visited {
    text-decoration: none;
	color: #606;
}

a:hover, a:focus {
    color: #e7bd74;
}

b, strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

body {
	margin: 0;
	font-family:  Baskerville, sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #262626;
	background-color: #ADBCB9;
}

#outerWrapper {
    background-image: url("/images/background.jpg");
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

#innerWrapper {
    width: 60%;
    margin: 30px auto;
}

#innerWrapper #content {
    padding: 8% 0;
}

#innerWrapper #content .mainContentWrapper {
    width: 90%;
}

#footer {
    margin: 0 auto;
    width: 100%;
    color: #6e6e6e;
    background-color: rgba(14, 14, 14, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

#mainNav, .social {
    width: calc(50% - 30%);
    position: fixed;
}

#logo-box, #content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo-box {
    position: relative;
    text-align: center;
    background-color: rgba(14, 14, 14, 0.0);
} 

#content {
    background-color: rgba(247, 246, 245, 0.9);
    padding: 90px 0;
}

#content .mainContentWrapper, #content .body {
   margin: 0 auto;
}

#Overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, .2);
}


#mainNav {
    top: 0;
    left: 0;
}


#mainNav ul {
    margin: 30px 0 0 30px;
    padding: 0;
}

#mainNav ul li {
    margin: .75em .5em .75em 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 1.35em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    list-style-type: none;
}

#mainNav ul li a, #mainNav ul li a:visited {
    color: #f7f6f5;
}

#mainNav ul li a:hover, #mainNav ul li a:focus {
	color: #939;
}


#mainNav ul li.active-link>a {
    color: #FF0;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.5%;
}

.span_1_of_3 { width:29.95%;
	margin-bottom: 20px;
}

.social {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 30px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social ul li {
    list-style-type: none;
    display: inline-block;
    text-align: right;
    margin: 0 0 .5em .25em;
}

.social ul li a, .social ul li a:visited {
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 35px;
}

.menuToggle 		{ display:none; }


@media screen and (min-width: 640px) 
{
	#show_menu { display:block; }
}

@media screen and (max-width:400px) {
	#logo-box img {
	width: 100%;  
	}
	
}

@media only screen and (min-width: 640px) and (max-width:1024px) {
	
    #innerWrapper {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 88px;
    }

    #mainNav {
        position: relative;
        top: auto;
        left: auto;
        width: 60%;
        margin: 0 auto;
    }

    #mainNav ul {
        margin: 1em auto 30px;
        text-align: center;
    }

    #mainNav ul li {
        display: inline-block;
        padding: 1em 1em 0;
        margin: 0;
    }
	
    .social {
        position: absolute;
        top: auto;
        bottom: 0;
        padding: 0 0 10px;
        width: 100%;
    }

    .social ul {
        margin: 0;
        text-align: center;
    }

    .social ul li {
        margin: 0 .5em .5em;
        text-align: center;
        float: none;
        display: inline-block;
    }
	
}

@media only screen and (min-width: 640px) and (max-width:950px) {

    body #innerWrapper {
        width: auto;
        margin: 0 15px 88px;
    }

    body #mainNav {
        width: 90%;
    }

    body #content {
        padding: 30px 50px ;
    }

}

@media only screen and (max-width:800px) and (min-width:641px) {
    #outerWrapper {
        overflow: hidden;
    }
}

@media screen and (max-width:640px) {

	body #mainNav {
        width: 100%;
    }


    body #content {
        padding: 10px 10px; 
		
    }

    body #innerWrapper {
        width: 90%;
    }
		
	#show_menu { display:none; }
		
	header {width: 100%;}
	nav {clear:both; width: 100%;}

	a.menuToggle  { clear: both; cursor:pointer; float:center; display:block; width:100%; text-align:center; font-family: "Lato"; font-size: 16px;
		background:#000; padding: 9px 0; color:#fff; text-indent:14px; text-transform: uppercase; letter-spacing: 2px;}
		
	a.menuToggle img { float:right; padding: 5px 10px 0 0 ; }

	#mainNav {
        position: relative;
        top: auto;
        left: auto;
        width: 60%;
        margin: 0 auto;
    }

    #mainNav ul {
        margin: 1em auto 30px;
        text-align: center;
    }

    #mainNav ul li {
        display: inline-block;
        padding: 1em 1em 0;  
        margin: 0;
    }
	
	.span_1_of_3 { width:44.95%;
	}
	
	.social {
        position: absolute;
        top: auto;
        bottom: 0;
        padding: 30px 0 10px;
        width: 100%;
    }

    .social ul {
        margin: 0;
        text-align: center;
    }

    .social ul li {
        margin: 0 .5em .5em;
        text-align: center;
        float: none;
        display: inline-block;
    }
	
	#footer { margin-bottom: 80px; }

}


a, a:visited, a:hover, a:active {
    text-decoration:none;
	color: #606;
}

a:hover, a:focus {
	text-decoration:none;
    color: #e7bd74;
}
