/* text */

body {font-family: "Open Sans" ,"Arial", sans-serif;}
h1 {font-size:3.5em;font-weight:800;}
h2, strong {font-weight:700;}
header .lead {font-weight:400;}
a {text-decoration:underline;}
a:hover {color:#000;}

h1 {text-shadow:2px 2px 2px #000;}


/* color */
header {
	background-image:linear-gradient(
		rgba(145,180,55,1), rgba(45,85,0,1));
}
footer {background-color:rgba(45,85,0,1)}
header, footer {color:#fff;}
header a, footer a {color:#fff;}

/* effects */


/* width and height */
.half {width:50%;}
.logo {max-height:16em;}

/* margin and padding */
#logo-head {margin:2em;}
main .row, footer .row {margin:2em 0;}

/* media queries */
@media (max-width: 620px) {
h1 {font-size:3em;margin-left:1em;}
#logo-head div {margin-left:1em;}
}

@media (max-width: 500px) {
h1 {font-size:2.5em;margin-left:0.5em;}
header img {width:6em;}
#logo-head div {margin-left:1%;}
}

@media (max-width: 390px) {
h1 {font-size:2.2em;}
header img {width:6em;}
#logo-head div {margin-left:0%;}
}