/** Global **/

@font-face {
  font-family: 'Newbaskerville';
  src: url(../fonts/Newbaskerville.ttf);
}

html, body {
  height: 100%;
  background-image: url("../img/mw-capture-bg-sm-min.jpg");
  background-attachment: fixed;
  background-position: center bottom;
	background-size: cover;
  font-family: Newbaskerville;
}

p { color: #FFFFFF; }

a[href^=tel] { color: #FFFFFF; }

@media (min-width: 768px) {
  html, body {
    background-image: url("../img/mw-capture-bg-sm-min.jpg");
    background-position: 30% 20%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .the-holder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .b-top { border-top: 1px solid #FFFFFF; }
  .b-left { border-left: 1px solid #FFFFFF; }
  .b-right { border-right: 1px solid #FFFFFF; }
  .b-bottom { border-bottom: 1px solid #FFFFFF; }

  #footer {
    padding-top: 100px;
  }

}

@media (max-width: 767px) {
  #logo img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#content p {
  font-size: 1.1rem;
}

p span.lg {
  font-size: 1.6rem;
}


#enquiry .btn {
  background-color: rgba(197, 149, 39, 1);
  color: #FFFFFF;
  border-radius: 0px;
}

#enquiry .btn:hover {
  background-color: rgba(197, 149, 39, 0.7);
  color: #FFFFFF;
  cursor: pointer;
}

#enquiry .form-control {
  border-radius: 0px;
  border: 1px solid #C59527;
}

.antispam { display: none; }

@media (max-width: 575px) {
  #enquiry .btn {
    width: 100%;
  }

}


#social .fa {
  color: #FFFFFF;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}

#social .facebook:hover {
  color: #3B5998;
  bottom: 5px;
}

#social .twitter:hover {
  color: #00B6F1;
  bottom: 5px;
}

#social .linkedin:hover {
  color: #007BB6;
  bottom: 5px;
}

#social .instagram:hover {
  color: #C32AA3;
  bottom: 5px;
}

p.copyright {
  font-size: 0.8rem;
}
