/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	height: 100%;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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


#wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	z-index: 1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4f9296;
}
.overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	
	z-index: 4;
	
	background-color: rgba(30, 32, 15, 0.3);
}
#titleBlock {
	position: relative;
	width: 100%;

	color:#ecf1d8;
	
	z-index: 5;
}
#logo {
	height: auto;
	float: left;
}
#titlePlate {
	float:	right;
}
#titleBlock h2 {
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin: 0;
	padding-top: 3%;

	color:#4f9296;
}
#titleBlock p {
	padding:0;
	text-align: left;
	margin-top: -2%;
}

#titleBlock p a {
	color:#4f9296;
	text-decoration:none;
}
#titleBlock p a:hover {
	color:#3FC;
	text-decoration:none;
}



/* Footer */
#footer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 20px;
	text-align: center;
	z-index: 5;
}

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #ecf1d8;
	background-color: rgba(255, 255, 255, 0.0);
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	
    color: #4f9296;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-email1 {
    background-color: #578AD6;
}
.soc-email1:before {
    content:'<';
}
.soc-flickr {
    background-color: #1e1e1b;
}
.soc-flickr:before {
    content:'v';
}





/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Responsive Mobile */
@media all and (max-width: 736px){
	#wrapper {
		background-image:url(../img/theNorthernArkB.jpg);	
	}
	#titleBlock {
		max-width: 1200px;
		padding-top: 17vh;
	}
	#logo {
		width: 40%;
		margin: 0 30%;
		padding-bottom: 17%;
	}
	#titlePlate {
		width: 80%;
		margin: 0 10%;
	}
	#titleBlock p {
		max-width: 94%;
		line-height: 120%;
	}
}
@media all and (min-width: 737px){
	#wrapper {	
		background-image:url(../img/theGardenForestB.jpg);
	}	
	#titleBlock {
		max-width: 600px;
		
		padding-top: 36vh;
		margin: 0 auto;
	}
	#logo {
		width: 24%;

	}
	#titlePlate {
		width: 75%;

	}	
	#titleBlock p {
		max-width: 88%;
	}	
}
@media all and (min-width: 900px){
	#titleBlock {
		max-width: 720px;
		padding-top: 36vh;

	}
}


@media all and (min-width: 1100px){
	#titleBlock {
		max-width: 920px;
		padding-top: 36vh;

	}
	#titleBlock p {
		font-size: 120%;
	}
}


@media all and (min-width: 1400px){
	#titleBlock {
		max-width: 1060px;
		padding-top: 36vh;

	}
	#titleBlock p {
		font-size: 140%;
	}
}


@media all and (min-width: 1800px){	
	#titleBlock {
		max-width: 1200px;
		padding-top: 36vh;

	}	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

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

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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