/*!
 * Bootstrap v3.0.0
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

@import url(https://fonts.googleapis.com/css?family=Lato);

html {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 1em;
color: darkslategrey}

h1, h2, h3, h4, h5{
font-family: 'Lato', sans-serif;
line-height: 1.3;
}

h2{
    font-weight: 500;
    color: darkred;
  
}

/* custom navbar, section after    margin-bottom: 50px;
 log-in fixed to the top */
.navbar-default {
	background-color: #666a84;
	border-radius: 0;
	padding-right:15px
	
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: 400;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}

footer{
    padding: 0 200;
}

footer, footer ul, footer p,{
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    color: whitesmoke;
    background: #3a3e2d;
}

footer a, footer a:link a:visited{
    padding-left: 0;
    list-style: none;
    font-weight: 600;
    color: whitesmoke;
    text-decoration: underline;
    line-height: 1.9;
}
footer a:hover, footer a:active{
    color: yellow;
    text-decoration: none
}

.logos{
    background: greenyellow;
    padding: 50 200;
    margin: 0 auto;
}

.logos ul{
    text-align: center;
}

.logos ul li a{
    list-style: none;
    color: yellow;
    background: red;
    padding: 10px 5px;
    margin: 5px 25px;
    font-weight: 800;
    font-size: 13px;
    float:left;
    text-align: center;
    text-decoration: underline;
}

.autumn{
    color: red;
    font-weight: 800;
    font-size:20px;
    }
.autumndrk{
    color:#ed362d;
    font-weight: 900;
    }
	.autumn h4{
    color: #f86f0c;
    font-weight: 900;
	font-size:24px;
    }
.dkred{
    color: darkred;
}

.blue{
    color: antiquewhite;
    background-color: black;
    padding: 30px;
   margin: 30px;
     -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.5);
box-shadow: 0 0 25px rgba(0,0,0,0.5);
        
}

.blue a{
color: coral;    
    
}
.grass{ margin: 0 auto;
 -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.5);
box-shadow: 0 0 25px rgba(0,0,0,0.5);
    

	
