@charset "utf-8";

/* ------ Browser reset to zero out margins and padding ------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
	color: #999;
		}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin: 0;
padding: 0;
}


body {
	background: url(../images/#) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color:#;
		height: 100%;
	margin-bottom: 1px;
}

* {
	-o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
	transition:all .3s linear; 	
}

nav {
	width: 100%;
	margin: 0 auto 0;
	margin-top: 75px;
	padding-bottom: 20px;
	position:relative;
	clear:both;
}

p {
	font-family: Josefin Sans, sans-serif;
	color: #003265;
	font-size: 2em;
	text-align: center;
}


hr {
	color: #003265;
	font-weight:500;
}

/* ---------------------------------------------- */
/* ------------------------- ID LAYOUT COMPONENTS */
/* ---------------------------------------------- */

#container {
	max-width:1280px;
	height:100%;
	margin: 0 auto 0;
	background-color:white;
	}

	
#content {
	max-width: 100%;
	background: transparent;
	padding-top: 25px;
	padding-bottom: 50px;
	margin-top: 50px;
	color: #000;
	clear:both;
	border-top: solid 3px #003265;

	/*	
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	
	-moz-column-width: 300px;
	-webkit-column-width: 300px;
	column-width: 300px;
	
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	
	-webkit-column-rule: dotted 5px #003265;
	-moz-column-rule: dotted 5px #003265;
	column-rule: dotted 5px #003265;*/
}


footer {
	background-color:white;
	text-align: center;
	position:fixed;
	bottom:0;
	left: 0;
	height:100px;
    width:100%;
	border-top: solid 3px #003265;
	border-bottom: solid 6px #003265;
}
#Twitter {
	text-align: center;
}

#navbar1{
	display:inline; /* important in keeping buttons all on same line */
	width: 25%; /* this is set to the width of 4 equal-sized links */
	clear: both;
	}

#navbar1 ul {
	list-style-type:none; /* important to keep the bullets off your list items!!! */
	line-height: 50px; /* vertically centers the text based on height of ".link" class below */
	clear:both;
	}
#navbar1  a {
	color:#003265;
	}
#navbar1 a:hover {
	color: #FFF;
	text-decoration: inherit;
	}

.link {
	position: relative; /* this value important: do not change. */
	width: 25%; /* this sets the width of each application of the "link" class. */
	height: 50px; /* this sets the height of each application of the "link" class */
	font-family: Josefin Sans, sans-serif;
	font-size: 40px; /* how big the text is under the span images...careful, too big and it will overflow, becoming visible. */
	float: left; /* lines the boxes up in a row so they don't stack vertically when we assign this class to block-level tag like <p> or <li>. */
	background-image: url(../images/#); /* sets normal-state background image */
	text-align: center; /* aligns text horizonatally in the center of each item the class is applied to */
	color: #FF0000
}

h1 {
	font-family: Josefin Sans, sans-serif; font-weight: 700; 
	font-size:25px;
	margin-top:3%;
	color: #999;
}
h2 {
	color: #003366;
	font-size: 3em;
	text-align: center;
	font-family: Josefin Sans, sans-serif;
}

h3 {
	font-family: Josefin Sans, sans-serif; font-weight: 700; 
	color:#039;
	font-size:2em;
	margin-top:-5%;
}
h4 {
	font-family: Josefin Sans, sans-serif;
	color: white;
	font-size: 16px;
	text-outline:#F00;
	text-align: center;
}
	

li {
 	color:#003366;
	font-family: Josefin Sans, sans-serif;
	font-weight:600;
}
li a:hover{
	color: #00F;
	font-size: 55px;
	text-shadow: #003366 2px 2px 1px;
}

ul{
	font-family:Josefin Sans, sans-serif;
	list-style-type: square;
	font-size:50px;
	color:#003366;
}
#cutline {
	font-family: Josefin Sans, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #F00;
	text-align: left;
}
#words {
	float: right;
	max-width: 50%;
}

@media screen and (max-width: 720px) {
	
	
	.link {
	font-size: 25px; /* how big the text is under the span images...careful, too big and it will overflow, becoming visible. */
	display:block;
		}
	
}

@media screen and (max-width: 480px) {
	
	nav {
	width: 100%;
	margin: 0 auto 0;
	margin-top: 5px;
	position:relative;
	clear:both;
	}
	
	#navbar1 {
	display: block; /* inline to block, try to stack them */
	width: 100%; /* this is set to the width of 4 links at 25%-wide each */
	}

#navbar1 ul {
	list-style-type:none; /* important to keep the bullets off your list items!!! */
	line-height: 40px; /* vertically centers the text based on height of ".link" class below */
	}
	
	.link {
	font-size: 15px; /* how big the text is under the span images...careful, too big and it will overflow, becoming visible. */
	}
	
	.link a:hover{
	color: #00F;
	font-size: 3em;
	text-shadow: #003366 1px 1px 1px;
}
	

h1 {
	font-family: Josefin Sans, sans-serif; font-weight: 200; 
	font-size:10px;
	margin-top:3%;
	color: #999;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-family: Josefin Sans, sans-serif; font-weight: 700; 
	color:#039;
	font-size:1.75em;
	margin-top:-3%;
	margin-left:-30%;
	}
}
