#footer {
	width: 100vw;
	border-top: 1px solid black;
	font-size: 15px;
}

#footer_container {
	margin: 0 auto;
	color:  white;
	max-width: 1500px;
}

#footer_logo_div {
	min-height: 200px;
	position: relative;
}

#footer_logo {
	width: 100%;
	max-width: 500px;
	height: auto;
	position:  absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}


#inner_contact_div {
	min-height: 200px;
}

.footer_line {
	width: 100%;
	border: 1px solid #51CAFF;
}

.vertical_line {
	height: 200px;
	border: 1px solid #51CAFF;
	width: 1px;
}

.contact_button {
	width: 115px;
	font-size: 20px;
	background: none;
	transition: ease-out .5s;
	font-size: 20px !important;
	outline:  none;
}


.contact_button:hover {
	color: black;
	background-color: #51CAFF;
}

h5 {
	color: white;
	font-size: 20px;
	font-family: "Arial Rounded MT Bold";
	text-shadow: 1px 1px #000;
}


.social {
	height: 30px;
	width: 30px;
}

.footer_link_valstarr {
	color: #51CAFF;
	font-weight: bold;
	text-decoration: none;
	position:  relative;
}

.footer_link_valstarr:hover {
	color: #51CAFF;
}

.footer_link_valstarr::before {
	content:  "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: white;
	transform: scaleX(0);
	transition: 0.5s ease;
	transform-origin: top left;
}

.footer_link_valstarr:hover::before {
	transform: scaleX(1);
}

@media all and (max-width: 768px) {
	#vertical_1 {
		display: none;
	}
}
