/*
Theme Name: Bluewater
Theme URI: http://nattercan.com
Author: nattercan
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
strong {
	font-weight: 500;
	font-size: 1.05em;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #94bfe3;
	color: #41465c;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.4em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	color: #fcfcfc;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	white-space: nowrap;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 1.3em;
	font-size: 3em;
	line-height: 0.5em;
}
body.home {
	background: #151f3e;
	color: #fcfcfc;
}

.menu {
	display: block;
	position: fixed;
	top: 0;
	left: 1em;
	z-index: 999;
	text-align: center;
}
.menu ul { list-style: none; }
.titleflags {
	height: 0.75em;
	margin-right: 0.25em;
}
.menu a {
	position: relative;
	display: block;
	transition: color 0.2s;
	overflow: hidden;
	margin: 0.5em 0;
	font-size: 2em;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 4px 12px rgba(0,0,0,0.16);
}
.menu a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #d0d2d3;
}
.home-content {
	position: absolute;
	top: 40%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-content h1 {
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}
.home-content h1 img.logo {
	opacity: 1;
}
.home-content h1 img.hoverlogo {
	opacity: 0;
}
.home-content h1:hover img.logo {
	opacity: 0;
}
.home-content h1:hover img.hoverlogo {
	opacity: 1;
}

.home-content h1 img {
	position: absolute;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	max-width: 20em;
	width: 90%;
	transition: opacity 1s ease-in;
}

.full {
	position: relative;
	padding: 4em 0;
	min-height: 100vh;
	border-bottom: 3px solid white;
}
.full#about {
	background-color: #94bfe3;
	color: #41465c;
}
.full#about img.headshot {
	float: left;
	max-width: 40%;
	margin-right: 1em;
}

.full#contact a,
.full#contact {
	background-color: #c4c8da;
	color: #151f3e;
}
.full#contact .left-col {
	width: 1.5em;
	display: inline-block;
}

.content {
	*zoom: 1;
	_width: 34em;
	max-width: 34em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}
.content:after {
	content: "";
	display: table;
	clear: both;
}
.content p, .content ul, .content ol {
	margin-bottom: 1em;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
footer {
	margin: 1em;
	text-align: center;
	font-size: 0.5em;
}

@media (max-width: 1000px) { .menu { display: none; } }
@media (max-width: 35em) {
	body { font-size: 16px; }
	.full { padding: 2em 0; }
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.75em;
		font-size: 2em; }
}

/* wp styles */
#content {
	margin-left: 5em;
	margin-top: 1em;
}
#content h2 {
	margin-bottom: 0.5em;
}
#content h2 a {
	color: #41465c;
}
#content .entry-meta {
	margin-top: -1em;
	margin-bottom: 1em;
}
#sidebar {
	margin-left: 5em;
}
.post-edit-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
