
html, body, header, .view {
	height: 100vh;
}

@media (max-width: 740px) {
html, body, header, .view {
	height: 815px;
}
}

@media (min-width: 800px) and (max-width: 850px) {
html, body, header, .view {
	height: 650px;
}
}
.intro-2 {
	background: url("../MDB_PRO/IMG/FRONT-PICT.JPG")no-repeat center center;
	background-size: cover;
}
.top-nav-collapse {
	background-color: #203242 !important;
}
.navbar:not(.top-nav-collapse) {
	background-color: #203242 !important;
	
}
	
	.nav-link {
	
	 font-family: 'museo-sans', 'Raleway', Arial, sans-serif; font-size: 14px;
    font-weight: 700;
	padding-top:2rem;
}
	

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

@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
	background: #203242!important;
}
}

.md-form label {
	color: #ffffff;
}






