@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
  height: 100%;
  font-family: 'Rubik', sans-serif;
}

  .content-mobile {
  	display: none;
  }

.content {
  background-image: url("../images/desktop-background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.row{
	width: 100% !important;
}


.left-col-logo{
	width: 150px;
	margin-bottom: 2rem;
}

.left-col-header{
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .left-col-header{
	color: #fff;
	font-size: 38px;
	font-weight: 300;
  }
}

.left-col-text{
	color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 80%;
}

@media only screen and (max-width: 1200px) {
  .left-col-text{
	color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
  }
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    width: 140px !important; 
}

.contact-form {
    width: 80%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0.1rem;
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0,0,0,.15);
    margin-left: 276px;
}

@media only screen and (max-width: 1200px) {
  .contact-form {
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 0.1rem;
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0,0,0,.15);
  }
}

.form-heading{
	font-weight: 300;
	font-size: 28px;
}

.form-control{
	border-radius: 0px !important;
	background-color: #fafbfc;
	padding: 0.6rem 2rem;
}

.form-control::placeholder {
  color: #666;
  font-size: 12px;
}

.contact-form-button{
	border-radius: 0px !important; 
}

.text-small{
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	color: #666;
}

.footer-image{
	margin-top: -7px;
}

select {
    font-size: 12px !important;
    text-transform: none;
    font-weight: 300;
    color: #666;
}

.email-image{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60%;
}

.email-text{
	margin-top: 15px;
	text-align: center;
}

.phone-link{
	text-decoration: none !important;
	color: #fff;
}

.view-map-content{
	background-color: transparent !important;
	border-radius: 0px;
	color: #ffffff;
	border: none !important;
}

.view-map-header{
	border: none !important;
	padding: 0px !important;
}

.modal-body {
    padding: 0px !important;
}

.view-map-footer {
	border: none !important;
}

.close {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    float: right;
    font-size: 2.5rem !important;
    font-weight: 100;
    line-height: 1;
    transition: 0.5s;
}

iframe{
	width: 100%;
    height: 550px;
    margin: 0 auto;
    border: none !important;
    background-image: url("../images/map-loader.svg");
  	background-position: center;
  	background-repeat: no-repeat;
}
/* Mobile styles */
@media only screen and (max-width: 992px) {
  .desktop {
  	display: none;
  }

  .content-mobile {
  	display: block;
  	background-image: url("../images/mobile-background.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  }

  .mobile-centered {
	 margin: auto;
	 width: 95%;
	 padding: 10px;
  }

  .holder-one{
  	background-color: transparent;
  	border: none !important;
  }

  .mobile-logo{
  	width: 150px;
  	display:block;
    margin:auto;
  }

  .mobile-header{
  	color: #fff;
	font-size: 34px;
	font-weight: 300;
	text-align: center;
  }

  .mobile-text{
  	color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
  }

  .mobile-button-group{
  	margin: auto;
  	width: 100%;
  	padding-bottom: 10px;
  }

  .btn-outline-white-mobile {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

  .contact-form {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0.1rem;
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0,0,0,.15);
    margin-left: auto;
  }

  iframe{
    height: 350px;
  }
}


