/* Global Html Style      */

body {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "adineue PRO Bold";
  }

  button {
    padding: 15px 36px;
    border: 2px solid white;
    background: transparent;
    font-size: 1.05em;
    color: inherit;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }

  button:hover {
    background: rgba(255, 255, 255, 0.3);
  }

/* Global Classes         */

.container {
    max-width: 1320px;
    padding: 0 40px;
}

.gold {
    color:#c4a155;
  }

/* Parallax               */

#parallax {
    max-width: 100%;
    overflow: hidden;
  }

  #parallax .parallaxOne {
    background-image: url("./media/img/CDBath1.jpg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.45);
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: white;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1;
      flex-wrap: wrap;
    }
  }

  #parallax .parallaxOne h1 {
    font-size: 68px;
    text-transform: uppercase;
    text-align: left;
  }

  #parallax .parallaxOne h3 {
    font-family: "adineue PRO";
    font-size: 24px;
    font-weight: 100;
    text-align: left;
  }

  #parallax .parallaxOneContact h1 {
    font-size: 68px;
    text-transform: uppercase;
    text-align: left;
  }

  #parallax .parallaxOneContact h3 {
    font-family: "adineue PRO";
    font-size: 24px;
    font-weight: 100;
    text-align: left;
  }

  #parallax .parallaxOneContact .container  {
    text-align: center;
  }

  #parallax .parallaxTwo {
    padding-top: 250px; 
    padding-bottom: 250px; 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    background-image: url("./media/img/BGWork.jpg"); 
    background-attachment: fixed; 
    background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center;
  }


  .block {
    padding: 50px 0;
  }

/* Nav                    */

.navbar {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  
  .navbar-nav {
    justify-content: flex-end;
    text-align: right;
    width: 100%;
  }
  
  #navbarNavAltMarkup {
    float: right;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    max-width: 900px;
    text-transform: uppercase;
  }
  #navbarNavAltMarkup a {
    color: #131f2b;
  }
  
  #navbarNavAltMarkup a:hover {
    color: #c4a155;
  }

.nLogo img {
    padding: 12px;
    width: 255px;
  }

  /* Footer                 */

  .footer {
    background: #131f2b;
    color: #fff;
  }
  
  .footer .fContent {
    max-width: 1320px;
    margin: auto;
    padding: 40px;
    list-style: none;
  }

  .footer .fContent li {
    list-style: none;
  }

  .footer .fContent ul {
    padding: 0;
  }
  
  .footer .fContent a {
    color: #4c5d6d;
    text-decoration: none;
  }

  .footer .fContent a:hover {
    color: #c4a155;
  }
  
  .ioaLogo img {
    width: 80%;
  }

  .sc-footer__strip p {
    float: left;
    position:relative;
  }
  
  .sc-footer__strip-actions {
    float: right;
    text-align: right;
  }
  
  .subfooter__left {
    float: left;
  }
  
  .subfooter__right {
    float: right;
  }



    /*  Contact Page Varient           */

    #parallax .parallaxOneContact {
        background-image: url("./media/img/CDBath1.jpg");
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.45);
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        color: white;
        &::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.5);
          z-index: -1;
          flex-wrap: wrap;
        }
      }

     

      .form-area {
        background-color: #fff;
        border-radius: 4.5em;
        box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
        padding: 40px 40px 18px 40px;
        margin-top:-120px;
        margin-bottom: 45px;
        position: relative;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 752px) {
    .form-area  {
        margin-top: 0px;
    }
    }
    .smTitle {
        padding: 35px 0;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .cont h2, .cont h4 {
        
    font-family: "adineue PRO";
    font-size: 24px;
    }

    .form-area .form-inner {
        width: 100%;
    }
    .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 19px;
        font-size: 1rem;
        line-height: 1.4;
        color: #475F7B;
        background-color: #FFF;
        border: 1px solid #DFE3E7;
        border-radius: .267rem;
        -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .form-control:focus {
        color: #475F7B;
        background-color: #FFF;
        border-color: #c4a155;
        outline: 0;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    }

    .form-group {
        margin: 15px auto;
    }

    .btn-primary {
        background-color: #c4a155;
        border: none;
        height: 48px;
        width: 100%;
        text-transform: uppercase;
    }