/* Fonts */
@font-face {
font-family: 'Lato-Regular';
src: url('../Fonts/Lato/Lato-Regular.ttf');
}

@font-face {
font-family: 'Lato-Light';
src: url('../Fonts/Lato/Lato-Light.ttf');
}
/* !Fonts */

/* Base */
body {
font-family: 'Lato-Regular', Arial, sans-serif;
background-color: #f0f0f0;
}
/* !Base */

/* Headers and Footers */
hgroup {
border-color: #00f000;
border-style: none;
width: 200px;
}

h2 {
text-align: center; 
margin-top: 100px;

}

h3.body {
text-align: center;
font-family: 'Lato-Light', Arial, sans-serif;
}

h6 {
text-align: center;
font-family: 'Lato-Light', Arial, sans-serif;
}

footer {
position: fixed;
background-color: #00f000;
opacity: 0.9;
bottom: 0px;
left: 0px;
right: 0px;
top: 90%;
width: 100%;
text-align: center;
}
/* !Headers and Footers */

/* Navigation */
nav {
background-color: #00f000;
opacity: 0.9;
line-height: 0.2em; 
height: 75px;
margin: 0px; 
position: fixed; 
top: 0px;
left: 0px;
width: 100%;
padding: 10px
}

.navigation {
border: 1px solid #00f000;
height: 50px;
/* overflow: scroll; */
margin: 25px 0px 12.5px 0px;
text-decoration: none, -moz-none;
background-color: #00f000;
text-align: center;
}

li.navlinks {
display: block;
height: 56px;
margin-left: 25px;
margin-right: 25px; 
float: left;
}

ul.navlinks {
display: block;
text-align: center;
}

a.header {
text-decoration-color: #00f000;
color: #0f0f0f; 
display: block;
/* overflow: scroll; */
text-overflow: ellipsis;
float: left;
font-size: 18px;
}
/* !Navigation */

/* Paragraphs */
p {
font-size: 16px;
padding: 20px;
color: #0f0f0f;
text-align: left;
}

p#bottom {
height: 200px;
}

p.formal-paragraph:first-letter {
font-size: 200%;
/* font-family: 'Lato-Light', Arial, sans-serif; */
}

p.formal-paragraph:first-line {
text-indent: 50px;
/* font-family: 'Lato-Light', Arial, sans-serif; */
}
/* !Paragraphs */

/* Images and Links */
img.logo {
height: 23.4px;
width: 75px;
}

a {
text-decoration: none
}

a:hover {
color: #406040;
}
/* !Images and Links */

/* Sidebars and Forms */
aside {
margin: 0px 0px 20px 20px;
padding: 20px;
height: auto;
type: float;
float: right;
width: 20%;
border-color: #b2b2b2;
border-style: solid;
border-width: 10px;
background-color: #b2b2b2;
}

textarea {
width: 40%;
height: 75px;
}
/* !Sidebars and Forms */