@charset "UTF-8";

/* CSS Document */

header,
nav,
footer,
section,
aside {
  display: block;
  position: relative
}

body {
  background: #fff;
  font-family: 'Montserrat','Raleway', Helvetica;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55em;
  color: #070606;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background-color: #e4dfd9;
  //background-color: rgba(228, 223, 217, .85);
  background-color: rgba(255, 255, 255, .9);
  width: 96%;
  max-width: 1200px;
  margin: auto;
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 9999;
}

a#m-logo {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  outline: 0;
  border: 0;
  padding: 5px;
  text-decoration: none;
  position: relative;
}

a#m-logo img {
  width: 100%;
  outline: 0;
  border: 0;
  text-decoration: none
}

a#m-logo:hover {
  opacity: .9
}

#headphone {
  display: inline-block;
  font-size: 14px;
}
#headphone a, 
#headphone a:visited {
  font-family: arial;
  color:#96442c;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  outline: none;
  border:none;
}
#headphone a:hover {
  color:#96442c;
  text-decoration: none;
  outline: none;
  border:none;
}


/* ---------------------------------------------------- Top Nav */

#mobile-nav-btn {
  color: #000;
  font-size: 21px;
  margin: 5px 5px 5px 12px;
  cursor: pointer;
  opacity: 1;
  transition: all 1s;
}

#mobile-nav-btn:hover {
  color: #96442c;
  opacity: .85;
}

/* ---------------------------------------------------- Tags */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
}

h1 {
}
h1 small {
}

h2, .h2 {
  font-size: 40px;
  font-weight: bold;
}

h3, .h3 {
  font-size: 26px;
  margin: 20px 0 10px;
}

h4, .h4 {  
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1em;
}


/* ---------------------------------------------------- Main */

a.link, a.link:visited {
  color: #000;
  text-decoration: none;
}
a.link:hover {
  color: #000;
  text-decoration: underline;
}
a.link-white, a.link-white:visited {
  color: #fff;
  text-decoration: none;
}
a.link-white:hover {
  color: #fff;
  text-decoration: underline;
}

ul.standard-list {
  margin:10px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
ul.standard-list li {
  margin-bottom: 5px;
}


/* ---------------------------------------------------- Main Nav */

nav {
  position: relative;
  padding: 15px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  padding: 0 10px;
}

nav ul li a,
nav ul li a:visited {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
	text-transform: uppercase;
  outline: 0;
  border: none;
  transition: color .7s;
}
nav ul li a:hover {
  color: #96442c;
  text-decoration: none;
}

.white {
  color: #fff;
}

.bg-gray {
  background-color: #eee;
}
.bg-tan {
  background-color: #e4dfd9;
}
.bg-brown {
  background-color: #a89078;
}
.bg-brown h2, .bg-brown h3, .bg-brown p {
  color:  #fff;
}
.bg-orange {
  background-color: #974329;
  color:  #fff;
}
.bg-orange h2, .bg-orange h3, .bg-orange p {
  color:  #fff;
}
.bg-orange .line {
  background-color: #A88E78;
}
.bg-contact {
  background-color: #462014;
}

.img-shadow {
  box-shadow:  0 0 5px #333;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p.lead {
  line-height: 1.3em;
}


/*----------  BANNER */

#banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333;
}
#banner article {
  padding: 325px 15px 65px;
  position: relative;
  z-index: 999;
}
#banner h1 {
  color: #fff;
  font-size:60px;
  font-weight:700;
  text-shadow: 0 0 15px #000;
  margin: 0;
}

@media screen and (max-width:1200px) {
  #banner h1 {
    font-size:52px;
  }
}
@media screen and (max-width:992px) {
  #banner article {
    padding: 225px 15px 30px;
  }
  #banner h1 {
    font-size:45px;
  }
  #banner:before {
    content: '';
    background: transparent;
    background:  rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 88;
  }
}
@media screen and (max-width:767px) {
  #banner h1 {
    font-size:34px;
  }
}


.banner-default {
  background-image: url('../images/banners/banner-default.jpg');
}
.banner-about {
  background-image: url('../images/banners/banner-pool.jpg');
}
.banner-services {
  background-image: url('../images/banners/banner-home.jpg');
}
.banner-faq {
  background-image: url('../images/banners/banner-home.jpg');
}
.banner-contact {
  background-image: url('../images/banners/banner-home.jpg');
}


/* --------------------------- BUTTONS */
.bttn {
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #fff;
  min-width: 165px;
  margin: 10px 0;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all .5s;
}
.bttn:hover {
  text-decoration: none;
  border: solid 2px #333;
}


.bttn-clear,
.bttn-clear:visited {
  background-color: transparent;
  color:  #333;
  border-color:  #333;
}
.bttn-clear:hover {
  background-color: #964329;
  color:  #fff;
  border-color:  #fff;
}

.bttn-oj,
.bttn-oj:visited {
  background-color: #964329;
  color:  #fff;
  border:  none;
}
.bttn-oj:hover {
  background-color: #964329;
  color:  #fff;
  border:  none;
}

.bttn-clear-white,
.bttn-clear-white:visited {
  background-color: transparent;
  color:  #fff;
  border-color:  #fff;
}
.bttn-clear-white:hover {
  background-color: #964329;
  color:  #fff;
  border-color:  #fff;
}




/* ---------------------------------------------------- Contact Form */
#mapwrap {
  width: 100%;
  height: 450px;
}
#mapwrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
#contact {
  background: #eee;
}
#bg-contact {
  background: url('../images/universal/pool-3.jpg') no-repeat center center / cover;
  background-attachment: fixed;
  height: 100vh;
}
#bg-contact:before {
  content: '';
  background: transparent;
  background:  rgba(0,0,0,.38);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
#bg-contact h2 {
  color: #fff;
}
#bg-contact .line {
  background-color: #e4dfd9;
}
#bg-contact .container {
  position: relative;
  z-index: 999;
}
@media screen and (max-width:767px) {
  #bg-contact {
    background-attachment: scroll;
    height: auto;
    padding: 100px 10px;
  }
}


#phone a,
#phone a:visited {
  display: inline-block;
  font-size: 25px;
  color: #552010;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: none;
}
#phone a:hover {
  color: #552010;
  text-decoration: none;
  outline: none;
  border: none;
}
#c-form {
  max-width: 825px;
  margin: auto;
  padding: 0 15px;
}
#c-form p {
  max-width: 640px;
  margin:15px auto;
}
#c-form a.link {
  color: #666666;
}
#c-form p .fa {
  color: #74bc1f;
  font-size: 12px;
  font-weight: bold;
}
#c-form .form-group {
  margin-bottom: 10px;
}
#c-form .form-control {
  background-color: #fff;
  background-color: rgba(255,255,255,.9);
  color: #000;
  font-size: 14px;
  height: auto;
  padding: 13px 20px;
  border-radius: 3px;
  border: solid 1px #fff;
}
#c-form .form-control:focus {
  border-color: #eee;
}
#c-form textarea.form-control {
  height: 167px;
}

#c-form button#btnSubmit,
#c-form input[type="submit"] {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 65px;
  border: solid 1px #fff;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: background-color 1s;
}

#c-form button#btnSubmit:hover,
#q-form button#btnSubmit:hover,
#c-form input[type="submit"]:hover {
  background-color: #964329;
  color: #fff;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder   {
  font-size: 12px;
}

/* ---------------------------------------------------- Footer */
footer {
  background-color: #e7e2dc;
  color: #333;
  font-size: 13px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e2dc+0,dbd8d2+50,dddbd4+51,e7e2dc+100 */
background: rgb(231,226,220); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,226,220,1) 0%, rgba(219,216,210,1) 50%, rgba(221,219,212,1) 51%, rgba(231,226,220,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(231,226,220,1) 0%,rgba(219,216,210,1) 50%,rgba(221,219,212,1) 51%,rgba(231,226,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(231,226,220,1) 0%,rgba(219,216,210,1) 50%,rgba(221,219,212,1) 51%,rgba(231,226,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e2dc', endColorstr='#e7e2dc',GradientType=0 ); /* IE6-9 */

}
footer h6 {
  font-weight: bold;
}

/* ------------------ disclaimer */
#copyright {
  background-color: #974329;
  text-align: center;
  margin-top: 3px;
  padding: 8px 10px;
}
#copyright p {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}
#copyright a, 
#copyright a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  border:none;
}
#copyright a:hover {
  color: #fff;
  text-decoration: none;
}
