html, body, header, #intro
{
	height: 100%;
	background-color: #2B4041;
	font-family: 'Alegreya', serif;
	color: #fff3d9;
}

#intro 
{
	background: url(../img/logo_1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav-collapse
{
	background-color: #1b2929;
}

@media (max-width: 768px){
	.navbar:not(.top-nav-collapse){
		background: #1b2929;
	}
}

footer
{
   background-color: #1b2929;
}


.mdb
{
	background-color: #233336;
	border: 20px solid #243335;
	padding-top: 45px;
	padding-bottom: 45px;
}


a
{
	color: #F0F8FF;
	text-decoration: none; 
}

a:visited 
{ 
    color: #fffef4;
    text-decoration: none;
}

a:hover 
{ 
   color: #ffffff; 
   text-decoration: none; 
}






