#hero1{
	background: rgba(0, 0, 0, .1);
	padding-top: 110px;
}

#hero1 h3{
	padding-left: 10px;
	padding-right: 10px;
}

.maintenance_h3{
	color: darkviolet;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px white;
}

@media all and (min-width: 701px){
	img.app-img-navbar{
		width: 195px;
		height: auto;
	}

	div.divvideo{
		width: 100vw;
		text-align: center;
		margin-top: 40px;
	}

	.divvideo > div{

	}
}

@media all and (max-width: 701px){
	img.app-img-navbar{
		width: 145px;
		height: auto;
	}

	.divvideo{
		background: rgba(255, 255, 255, .3);
		width: 100vw;
		text-align: center;
		margin-top: 50px;
	}
}

textarea[name=message]{
	border: solid .5px rgba(40, 66, 55, .5);
	resize: none;
	height: 100px;
	border-radius: 1px !important;
}