/* Air2Data Login Page */
/* Created by Jaren Campbell */
/* August 2018 */


body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Arial", Helvetica, sans-serif;
    color: white;
}

.body {
    overflow: hidden;
}

.backgroundcontainer{
    background-color: #f1f1f1;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;

}


.primary-color{
    color: red;
}

.primary-background{
    background-color: #333333;
}

.continue-button{
    /* background-color: #42ac47; */
    background-color: #0079D5;
    color: white;
    height: 100px;
    width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
    opacity: 1;
    border: none;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.continue-button:hover {
    opacity: 0.75;
}

.patterned-background{
    background-image: url("../img/Overlays/overlay_quatrefoil.png");
}

.backdrop-color{
    background-color: white;
}

.header-space {
    height: 100px;
}

.layer1 {
    height: 50px;
}

.layer2 {
    border-radius: 4px;
    height: 85px;
    margin-top: -20px;
    margin-left: -45px;
    margin-right: -45px;
}
.layer2:after {
    position: absolute;
    content: '';
    left: -50px;
    top: 0px;
    border-style: solid;
    border-color: blue transparent blue transparent;
    border-width: 100px 0px 0px 50px;
}


.layer3-title{
    margin-top: -35px;
    padding-bottom: 10px;
    text-align:center;
    /*font-weight: bold !important;*/
}

.layer4{
   border-top: 1px solid #999;
   text-align: center;
   margin: auto;
}



/* .terms{
    overflow-y: scroll;
    min-height: 150px;
} */

.buffer{
    height: 50px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

a:hover{
    cursor:pointer;
    text-decoration:none;
}

.disclaimer{
    font-size: 12px;
    color: #cccccc;
    max-height: 200px;
    overflow-y: scroll;
    margin: 20px;
    background-color: rgba(256, 256, 256, 0.1);
}
@media (min-width: 768px) {
    .disclaimer {
        font-size: 14px;
        margin: 20px;
    }
}





#logo {
    margin-top: -30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    #logo {
        max-height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


.heading {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 50px;
    font-size: 48px;
}
@media (min-width: 768px) {
    .heading {
        margin-top: 100px;
        font-size: 90px;
    }
}


.subheading {
    color: #ffffff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: -10px;
  }
@media (min-width: 768px) {
    .subheading {
        font-size: 30px;
    }
}

#hotelLocationText {
    font-size: 15px;
    color: #bbbbbb;
}
@media (min-width: 768px) {
    #hotelLocationText {
        font-size: 20px;
    }
}


.headingline {
    overflow: visible; /* For IE */ 
    color: #fff;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}



.supportinfo {
    color: #bbbbbb;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .supportinfo {
        font-size: 25px;
    }
}


.techsupport1 {
    color: #bbbbbb;
    font-size: 12px;
}
@media (min-width: 768px) {
    .techsupport1 {
        font-size: 15px;
    }
}

.techsupport2 {
    color: #bbbbbb;
    font-size: 18px;
}
@media (min-width: 768px) {
    .techsupport2 {
        font-size: 20px;
    }
}

.bugreport {
    font-size: 12px;
    color: #bbbbbb;
}
@media (min-width: 768px) {
    .bugreport {
        font-size: 15px;
    }
}




.branding {
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px;
    padding-bottom: 20px;
}

.brandingheading {
    color: #bbbbbb;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    line-height: 0.5;
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
  }
  @media (min-width: 768px) {
    .brandingheading {
        font-size: 25px;
    }
}

.air2data {
    margin-top: 0px;
    height: 50px;
    width: auto;
}
@media (min-width: 768px) {
    .air2data {
        height: 80px;
        width: auto;
    }
}