@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:500,600,700,400);

/* HEADER */
body{
	padding:0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	background-color: #333;
}

div.header{
	width: 100%;
	overflow: auto;
	background-color: #333;
}

div.logo{
	width: 950px;
	margin: 0 auto;
}

div.logo a{
	text-decoration: none;
}

div.logo a img{
	height: 60px;
	width: auto;
	float: left;
}

/* HEADER: NAV */

div.nav{
	width: 100%;
	padding: 0;
	overflow: auto;
	background-color: #333;
}


div.navbar {
  width: 570px;
  overflow: hidden;
  margin: 0 auto;
  height: 60px;
  float: right;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 22px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 22px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover {
  background-color: #369;
}

.show {
  display: block;
}


/* BODY: FOOTER */

div.footer {
   width: 100%;
   color: white;
   overflow: auto;
}

div.footerBox{
	width: 950px;
	margin: 25px auto;
	overflow: auto;
}

div.footerBox div{
	font-size: .75rem;
	width:24%;
	float: left;
}

div.footerBox div a{
	text-decoration:none;
	color:#b1dffd;
}


/* BODY */

.material-icons.md-24 {font-size: 1rem; padding-left:5px; vertical-align: bottom;}


h1.mainHeader{
	color: #777;
	font-size: 2rem;
}


h1.subHeaderContent{
	color: #777;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 75px;
}

h1.subHeader{
	color: #777;
	font-size: 1.5rem;
	font-weight: 500;
	
}

div.contentMain{
	overflow: auto;
	background-color: #fff;
	padding: 25px 0 50px 0;
	min-height: 500px;
}

div.content{
	width: 950px;
	overflow: auto;
	margin: 0 auto;
}


div.content a{
text-decoration: none;
color: #900;
}


div.dynamicContent{
	overflow: auto;
	clear: both;
	margin-bottom: 25px;
}

div.dynamicContent p{
	line-height: 1.6;
}

div.dynamicContent a{
	text-decoration: none;
	color: #900;
}
