/* [CSS] */
html,
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: url('assets/background.jpg');
	background-repeat: no-repeat;
 	background-position: center;
	background-size: cover;
}

.spacer {
	height: 30px;
}

section.underconstruction {
	display: table;
	width: 100%;
	height: 100vh;
	/*padding: 20% 0 0 0;*/
}

section.underconstruction .alignmiddle {
	display: table-cell;
	vertical-align: middle;
}

.wrapper {
	display: block;
	background-color: rgba(0,77,118,0.85);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
}

.wrapper .logo {
	text-align: center;
	padding: 30px 15px 0 15px;
}

@media (max-width: 480px) {
	.wrapper .logo img {
		max-width: 100%;
	}
}

.wrapper h1 {
	margin: 0 0 30px 0;
}

.wrapper .desc {
	font-size: 18px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	padding: 30px 15px;
}

.wrapper a.location {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}

.wrapper a.location .fa {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.wrapper a.location:hover,
.wrapper a.location:focus,
.wrapper a.location:active {
	text-decoration: none;
}

.wrapper a.location:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background: white;
	transition: all 0.4s ease;
}

.wrapper a.location:hover:before,
.wrapper a.location:focus:before,
.wrapper a.location:active:before {
	width: 100%;
}

.wrapper ul.btns {
	list-style-type: none;
	padding-left: 0;
	margin: 15px 0 0 0;
	display: table;
	width: 100%;
}

.wrapper ul.btns li {
	margin: 0 0 15px 0;
	display: table-cell;
	text-align: center;
	width: 50%;
}

.wrapper ul.btns li:last-child {
	margin: 0;
}

.wrapper ul.btns li .fa {
	margin: 0 10px 0 0;
	font-size: 20px;
}

.wrapper ul.btns li a {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 16px;
	text-decoration: none;
}

.wrapper ul.btns li a:hover,
.wrapper ul.btns li a:focus,
.wrapper ul.btns li a:active {
	text-decoration: none;
}

.wrapper ul.btns li.phone a {
	background-color: green;
	color: white;
}

.wrapper ul.btns li.phone a:hover,
.wrapper ul.btns li.phone a:focus,
.wrapper ul.btns li.phone a:active {
	background-color: darkgreen;
}

.wrapper ul.btns li.email a {
	background-color: orange;
	color: white;
}

.wrapper ul.btns li.email a:hover,
.wrapper ul.btns li.email a:focus,
.wrapper ul.btns li.email a:active {
	background-color: darkgoldenrod;
}

@media (max-width: 480px) {
	.hidemob {
		display: none;
	}
}

/* [SOCIALS] */
ul.socials {
	list-style: none;
	padding: 0;
	margin: 1rem 0 2rem 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	font-size: 2rem;
}

ul.socials li {
	margin: 0 1rem 0 0;
}

ul.socials li:last-child {
	margin: 0;
}

ul.socials li a {
	opacity: 1;
}

ul.socials li a:hover,
ul.socials li a:focus,
ul.socials li a:active {
	opacity: 1;
}

ul.socials li a.facebook {
	color: white;
}

ul.socials li a.facebook:hover,
ul.socials li a.facebook:focus {
	color: #1877f2;
}

ul.socials li a.instagram {
	color: white;
}

ul.socials li a.instagram:hover,
ul.socials li a.instagram:focus {
	color: #c32aa3;
}

ul.socials li a.linkedin {
	color: white;
}

ul.socials li a.linkedin:hover,
ul.socials li a.linkedin:focus {
	color: #0a66c2;
}

ul.socials li a.twitter {
	color: white;
}

ul.socials li a.twitter:hover,
ul.socials li a.twitter:focus {
	color: #1da1f2;
}

ul.socials li a.pinterest {
	color: white;
}

ul.socials li a.pinterest:hover,
ul.socials li a.pinterest:focus {
	color: #bd081c;
}

ul.socials li a.youtube {
	color: white;
}

ul.socials li a.youtube:hover,
ul.socials li a.youtube:focus {
	color: #ff0000;
}

ul.socials li a.google {
	color: white;
}

ul.socials li a.google:hover,
ul.socials li a.google:focus {
	color: #ff0000;
}