@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

body {
	font-family: 'Raleway', sans-serif;
}
 h1, h2, h3, h4, h5, h6 {
 	font-weight: 700;
 	text-transform: uppercase;
 	font-family: 'Roboto Slab', serif;
 }

.logo { width: 100%; height: auto; }

a:link { color: white; }
a:visited { color: white; }
a:hover { color: ‘#151515; text-decoration: none;  }
a:active { color: white; }


/* Sections */

.stripe { padding: 30px 60px 60px 60px;}
.stripesmall { padding: 3px 0 0 0; height: 20px; font-size: 10px;}
.green { background-color:  #c1ce00; color: #575656;}
.grey { background-color:  #575656; color: #e4e4e4;}
.light-grey { background-color:  #e4e4e4; }
.white { background-color:  white; }

/* Boostrap Override */

/* Media Queries */
