label {color:#000;}

video { 
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	transition: 1s opacity;
	display: block;
	visibility: visible;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #222;
	pointer-events: none;
	opacity: .5;
}

@media screen and (max-width: 500px) { 
  
}
@media screen and (max-device-width: 800px) {
 
  
} 

.adjust p.normal {
	color: #fff;
    text-shadow: 1px 2px #000;
}

.adjust h1.typo-light {
    text-shadow: 4px 3px #000;
}

.magsblockquote {
	    background: aliceblue;
    padding: 10px;
}

.contact-form.card {
	background: #24cae2;
	padding:30px 0;
	border: 1px solid #333;
}

@media only screen and (max-width : 480px) {
#main_body form li {
    padding: 4px 2px 2px !important;
}


}