body {
	font-family: "Lato";
	color: #777;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#roofNav {
	background-color: #e1ebeb;
}

#footer {
	background-color: #ebe1eb;
}

#roofNav, #footer, #mainNav-wrapper, #download_grid {
	padding: 2em;
}

#roofNav {
	padding: 1em 2em;
}

#roofNav a,
#footer-social a {
	padding-right: 0.5em;
}

#mainNav-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
 }
 
#footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: top;
 }

#footer-social {
	padding-left: 1em;
}

#footer-social div {
	margin-bottom: 0.5em;
}

#mainNav-wrapper .logoWrapper {
	max-width: 120px;
}

#mainNav-wrapper a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 0.8em;
}

#content {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}


.thumbnails {
	margin-bottom: 150px;
}


.thumbnails {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: flex-start;
}

.thumbnail-wrapper {
	margin: 0 5% 6em 0;
	min-width: 300px;
	min-height: 400px;
	align-self: stretch;
	position: relative;
	border: 1px solid #EEE;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 19%;
}

.thumbnail-wrapper:hover {
	border: 1px solid #FCC;
}

@media only screen and (max-width: 800px) {
  .thumbnail-wrapper {
    max-width: 45%;
  }
}



.thumbnail-wrapper span {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 105%;
}






#login-container {
	max-width: 400px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

#login-container form {
	margin: 50px 0;
}


#login-container form div {
	margin: 0.5em 0;
}

#login-container input {
	padding: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}


#login-container input[type=submit] {
	background-color: #FFF;
	border: 1px solid #ed104c;
	color: #ed104c;
	text-transform: uppercase;
	transition: 0.5s;
}

#login-container input[type=submit]:hover {
	background-color: #ebe1eb;
	color: #ed104c;
	text-transform: uppercase;
	border: 1px solid #ebe1eb;
}




div.call-to-action {
	text-align: center;
	background-color: #e1ebeb;
	padding: 70px 0;
	margin-bottom: 30px;
}


#dbNav {
	font-size: 0.8em;
	background-color: #DDD;
	padding: 1.5em 0 0.5em 0;
}

.dbBody {
	padding: 2em;
}

.dbDelete {
	font-size: 0.8em;
}

.dbDivider {
	margin: 100px 0;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0.25em;
}

h2 {
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	margin-bottom: 3em;
	
}


.logoWrapper {
	max-width: 150px;
}

#header a,
#footer a {
	color: #777;
	text-decoration: none;
}

a {
	color: #000;
}

#header a:hover,
#footer a:hover,
a:hover {
	color: #ed104c;
}

