
@font-face {
    font-family: "AvenirNext Bold";
    src: url("../fonts/AvenirNextBold.eot");
    src:
        url("../fonts/AvenirNextBold.woff") format("woff"),
        url("../fonts/AvenirNextBold.ttf") format("opentype"),
        url("../fonts/AvenirNextBold.svg#filename") format("svg");
}

@font-face {
    font-family: "AvenirNext DemiBold";
    src: url("../fonts/AvenirNextDemiBold.eot");
    src:
        url("../fonts/AvenirNextDemiBold.woff") format("woff"),
        url("../fonts/AvenirNextDemiBold.ttf") format("opentype"),
        url("../fonts/AvenirNextDemiBold.svg#filename") format("svg");
}
@font-face {
    font-family: "AvenirNext Regular";
    src: url("../fonts/AvenirNextRegular.eot");
    src:
        url("../fonts/AvenirNextRegular.woff") format("woff"),
        url("../fonts/AvenirNextRegular.ttf") format("opentype"),
        url("../fonts/AvenirNextRegular.svg#filename") format("svg");
}

body {
    font-family: "AvenirNext Regular";
}



header {
    background: rgba(255,255,255,0.81);
    padding:2rem 0;
    position:fixed;
    z-index:20;
    width:100%;
    display:flex;
    top:0;
    left:0;
}

header .columns {
    align-items:center;
}

header h2.header-tagline, header h2.header-soon {
    margin: 0;
    font-family: "AvenirNext Demibold";
    color: #16354e;
    font-size: 25px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

header h2.header-soon {
    text-align:left;
}

header h1.logo {
    line-height: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #16354e;
    font-family: "AvenirNext Bold";
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 400;
}

header .brochure-link {
    border: 8px solid #16354e;
    background: white;
    text-align: center;
    color: #16354e;
    font-family: "AvenirNext Demibold";
    display: block;
    padding: 15px;
    border-radius: 5px;
}

a {
  text-decoration: underline;
  color: #B39F64;
}

.columns {margin:0;}

.main-bg {
    background-image:url(../img/background-img.png);
    background-size:cover;
    background-position: left center;
    background-attachment: fixed;
    /* height:100vh;
    width:100vw;
      /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	z-index:-1;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

    position:fixed;
    top:0;
    left:0;

}
.main-form {
    width: 100%;
    /* bottom: -10%; */
    z-index: 40;
    /* top:90vh; */
}

.main-form #frmContact {
    /* background:#16354E; */
    width:60%;
    margin:0 auto;
}
.main-form #frmContact input, .main-form #frmContact textarea {
    background:transparent;
    border:0;
    outline:none;
    width:100%;
}

.main-form #frmContact textarea {
    padding:0 20px;
    min-height:110px;
}
.form-heading {
    background: #16354E;
    border-radius: 5px;
    padding: 10px 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.form-heading img {
    height:100%;
}
.main-form #frmContact h3 {
    color: #B39F64;
    font-size: 25px;
    font-family:"AvenirNext DemiBold";
    font-weight: 400;
    margin-bottom: 0;
}
.main-form #frmContact h4 {
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    color: #B39F64;
    font-size:12px;
}

.main-form #frmContact .phone {
    font-size: 25px;
    font-family: "AvenirNext Regular";
}

.main-form #frmContact .column.leftcol {
    margin-right:10px;
    background: #16354E;
    border-radius: 5px;
}
.main-form #frmContact .column.rightcol {
    padding:0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;

}
.main-form #frmContact .column.rightcol .rightcol-top {
    background: #16354E;
    border-radius: 5px;
    flex: 1;
}

.main-form #frmContact .col-labels {
    border-bottom: 2px solid white;
    display: flex;
    margin:20px;
    margin-bottom:40px;
    align-items: center;
}

.main-form #frmContact .col-labels.last {
    margin-bottom:10px;
}

.main-form #frmContact .col-labels label {
    margin-right: 20px;
    color: #B39F64;
    font-size: 13px;
}
.main-form #frmContact .col-labels input, .main-form #frmContact textarea {
    line-height:1.5;
    font-size:20px;
    color:white;
    font-family: "AvenirNext Regular";
}
.main-form #frmContact  input[type="button"], .main-form #frmContact  .btnAction {
    border: 10px solid #16354E;
    width: 100%;
    overflow: hidden;
    background: white;
    color: #16354E;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 700;
}
.main-form #frmContact .col-labels input::placeholder, .main-form #frmContact textarea::placeholder  {
    color:white;
    opacity:0.5;
}

.main-form #frmContact .info {
    color: #B39F64;
    font-size: 13px;}
    .main-form #frmContact #content-info {
        margin: 10px 20px;
        float:right;}
.border {display:none}
.top-spacing {height:94.3vh;}
.bottom-spacing {height:40vh;}
.main-border {height:10px; }
#mail-status {
    color: white;
    min-height: 300px;
    margin-top: 10px;
    background: #16354E;
    border-radius: 5px;
    padding: 10px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align:center;
}
#mail-status {display:none}


#mail-status p {
    font-size: 23px;
    font-family: "AvenirNext Regular";
    font-weight: 400;
}

@media all and  (max-width:600px) {

    header .columns {display:flex; flex-direction:column;}
    header .columns .logo-holder {order:1; padding:0;}
    header .columns .coming-soon {order:2; padding:0; padding-bottom:0.75rem;}
    header .columns .brochure {order:3}
    header .columns .logo-holder h1 {font-size:34px;}
    header h2.header-tagline, header h2.header-soon {font-size:20px; line-height:20px;}

    .main-form #frmContact {width:95vw;}
    .main-form #frmContact .column.leftcol {border-right:0; margin-right: 0;}
    .main-form #frmContact h3 {font-size:20px;}
    .main-form #frmContact .column.rightcol {    margin-top: 10px;}
    .main-form #frmContact h4 {margin:0 20px;}
    .main-form #frmContact textarea {    max-width: 94%;
        padding-right: 20px;
        margin: 0 20px;
        border-bottom: 0;}
    .main-form #frmContact .phone {
        font-size: 19px;
        font-family: "AvenirNext Regular";
    } 
    /* .border {border-top:2px solid white; display:block;} */
    .main-form #frmContact .btnAction {
        max-width: 100%;
        text-align: center;
    }

    .top-spacing {height:90vh;}

}
