@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic|Open+Sans:400italic,700italic,400,700|Bree+Serif);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic|Open+Sans:400italic,700italic,400,700|Bree+Serif");
@import url("https://fonts.googleapis.com/css?family=Open%20Sans%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7COpen%20Sans%3Aregular%7COpen%20Sans%3Aregular%7COpen%20Sans%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular%7CBree%20Serif%3Aregular&subset=latin");
body {background-color: #ffa602;
		color: rgb(0, 0, 0);
		font-family: "Open Sans",sans-serif,"google";
		font-size: 16px;
		line-height: 24px;
		margin: 0px;
		padding: 0px;}

#content {padding: 60px;
background-color: #ffc000;
padding-top: 90px;
width: 1000px;
margin: 0px auto;
min-height: 1500px;
	border-left: 18px solid #000000;
	border-right: 18px solid #000000;
	box-shadow: 0px 0px 0px 6px #ff0000,0px 0px 30px 25px #000000;
}
a { color: #000000;
text-decoration: underline;

}
a:hover {color: #3e3e3e; 
transition-delay: 0s, 0s;
transition-duration: 0.2s, 0.2s;
transition-property: background, color;
transition-timing-function}

#navigation {
position: fixed;
top: 0;
width: 100%;
color: #ffc000;
height: 45px;
text-align: left;
padding-top: 10px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.9);
color: rgba(1, 1, 1, 0.9);
}

#navigation1{ 
	width: 1100px;
	margin: 0px auto;

}

#navigation1 a {
font-family: "Open Sans",sans-serif,"google";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px;
padding-left: 15px;
padding-right: 15px;
color: #ffc000;
text-decoration: none;
}

h1 { padding-top: 70px }
#navigation1 a:hover {
color: #ff0000;
} 
		