/* * * * * * * * * * * * * * * * * * * * * 

	Tag Resets
* * * * * * * * * * * * * * * * * * * * */


body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}


/* * * * * * * * * * * * * * * * * * * * * 

	Normalize CSS
	http://necolas.github.com/normalize.css/

* * * * * * * * * * * * * * * * * * * * */


html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* * * * * * * * * * * * * * * * * * * * * 

	Web Fonts

* * * * * * * * * * * * * * * * * * * * */


@font-face {
	font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/Lato-Regular.eot");
  src: url("./fonts/Lato-Regular.eot?#iefix") format("embeded-opentype"),
			 url("./fonts/Lato-Regular.svg#Lato-Regular") format("svg"),
			 url("./fonts/Lato-Regular.ttf") format("truetype"),
			 url("./fonts/Lato-Regular.woff") format("woff"),
			 url("./fonts/Lato-Regular.woff2") format("woff2");
}

@font-face {
	font-family:"Lato";
 	font-weight:lighter;
 	font-style: normal;
  src: url("./fonts/Lato-Light.eot");
  src: url("./fonts/Lato-Light.eot?#iefix") format("embeded-opentype"),
			 url("./fonts/Lato-Light.svg#Lato-Light") format("svg"),
			 url("./fonts/Lato-Light.ttf") format("truetype"),
			 url("./fonts/Lato-Light.woff") format("woff"),
			 url("./fonts/Lato-Light.woff2") format("woff2");
}



/* * * * * * * * * * * * * * * * * * * * * 

Fluid Media

* * * * * * * * * * * * * * * * * * * * */


figure {
	position: relative;
}

figure img,
figure object,
figure embed,
figure video {
	display: block;
	max-width: 100%; 
}

/* 
interpolation-mode
http://css-tricks.com/ie-fix-bicubic-scaling-for-images/
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* * * * * * * * * * * * * * * * * * * * * 

	Page-Specific Styling (Custom Styles)

* * * * * * * * * * * * * * * * * * * * */


html {
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Lato-Regular", sans-serif;
	color: #444;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.7em;
	font-family:"Lato-Light", sans-serif;
 	font-weight:lighter;
}

h1,
h2 {
	margin: .3em 0;
}

h3 {
	margin-top:0; 
	margin-bottom:.3em; 
	font-weight: normal;
}

h4 {
	margin-bottom: .6em;
	font-weight: normal;
}

h5 {
	margin-bottom: .6em;
}

p {
	line-height: 1.3;
	margin-bottom: .6em;
}

#top-block {
	padding:5% 0;
	background-color:#b2b2b2;
	margin: 0 auto 90px;
	position: relative;
}

#top-block div {
	margin: 0 10%;
}

#top-block ul {
	position: absolute;
	right:3%;
}

#top-block ul li {
	display:inline;
	margin:0 10px;
	font-size:.9em;
}

#faceholder {
	display:inline-block; 
	border: 2px solid #003399; 
	border-radius:50%; 
	padding:3px; 
	height:200px; 
	width:200px;
}

#central_core {
	margin: 0 10%;
}

.item {
	margin: 0 auto 90px;
}

.vis,
.words {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.vis {
	width:30%;
	text-align: center;
	margin-right:5%;
	margin-bottom: 20px;
}

.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.iframe_wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
 	vertical-align: top;
}

img.tallpic {
	width:100%;
	text-align: center;
}

.words {
	max-width: 60%;
	/*border:1px dashed blue;*/
}

.words img {
	/* laurels */
	height:100px;
	margin:5px auto;
}

iframe {
	width:400px;
	height: 225px;
}

/* * * * * * * * * * * * * * * * * * * * * 

Media Queries

* * * * * * * * * * * * * * * * * * * * */

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

	.vis {
		text-align: left;
		width: 100%;
	}

	.words {
		max-width: 100%;
	}

	.words img {
		height: 80px;
	}

	img.tallpic {
		width:60%;
		text-align: center;
	}

	.vis iframe {
		/*width:100%;*/
	}
}

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

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.5em;
	}

	#top-block {
		padding:8% 0;
	}

	img.tallpic {
		width:80%;
		text-align: center;
	}

	.item {
		margin: 0 auto 50px;
	}


}

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

	img.tallpic {
		width:100%;
		text-align: center;
	}

	.words img {
		height: 60px;
	}




}
