html,
body {
  margin: 0;
  padding: 0;
  
}

* {
    box-sizing: border-box;
}

body{
    height: 100vh;
    width: 100vw;
    background-image: url("./images/checkin-bck.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #102335;
    font-weight: 500;
    opacity: 0;
}


h1{
    font-size: 37px;
    font-weight: 500;
}

.green{
    color: #D3A585;
    margin-bottom: 10px;
}

p{
    font-size: 16px;
}

.container{
    height: 100vh;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
}

.wrapper{ 
    z-index: 20;
    background-color: rgba(16, 35, 53, 0.95);
    width: 90%;
    margin: 50px auto 0px auto;
    text-align: left;
    padding:23px ;
    text-align: center;
    transition: all 1s;
}

.logo{
    width: 173px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.logo .icon{
    width: 82px;
    height: 57px;
}
.logo .logo-hdr{
    width: 173px;
    height: 13px;   
    margin-top: 20px;
}
.logo .logo-prop{
    width: 98px;
    height: 8px;
    margin-top: 10px;
}

.comingsoon{
    width: 100%;
    text-align: center;
}

.content, .contactinfo{
    line-height: 24px;
    text-align: left;
}

.content{
  border-bottom: 1px solid #6a5f5a;
}


#contactIcons{
    color: #D3A585;
}

a{
    text-decoration: none;
    color: #102335;
}

a[href^="tel:"]{
    text-decoration: none;
    color: #fff;
}


button{
    color: #102335;
    background-color: #D3A585;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 50px;
    margin-top: 20px;
    border-radius: 5px;
    border: 0px ;
    transition: 0.3s;
    transform: scale(1);
    width: 80%;
    max-width: 300px;
}

button:hover{
    color: #102335;
    background-color: rgba(211, 165, 133, 0.8); 
    transform: scale(0.95);
    cursor: pointer;
}
.logos-s{
    width: 90%;
    margin: 0 auto 150px auto;
    height: 80px;
    background-color: #fff;
    position: relative;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -table-cell;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible;
}

.tds{
    width: 50%;
    margin: 0 auto 0 0px;
    height: 80px;
    background-color: #fff;
    position: relative;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -table-cell;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible;
}
.no-flexboxlegacy .tds {
    width: 50%;
    margin: 0 auto 0px auto;
    height: 80px;
    background-color: #fff;
    display: block;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible;
}

.tds img, .tds-m img{
    width: 100px;
    height: 50px;
    position: absolute;
    margin-bottom: 0 auto;
    margin: 0 auto;
}

.safe{
    width: 50%;
    margin: 0 0px 0 0px;
    height: 80px;
    background-color: #fff;
    position: relative;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -table-cell;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible;
}


.safe img, .safe-m img{
    width: 65px;
    height:65px;

    position: absolute;
    margin-bottom: 0 auto;
    margin: 0 auto;
}

.no-flexboxlegacy .tds {
    width: 50%;
    margin: 0 auto 0px auto;
    height: 80px;
    background-color: #fff;
    display: block;
    padding-top: 15px;
    padding-left: 10px;
    align-items: center;
    justify-content: center;
    z-index: 20;
    visibility: visible;
}

.no-flexboxlegacy .safe {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    background-color: #fff;
    display: block;
    padding-top: 7px;
    align-items: center;
    justify-content: right;
    z-index: 20;
    visibility: visible;
    text-align: center;

}

.no-flexboxlegacy.safe img{
    width: 65px;
    height:65px;
    right: 5%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width:900px){
    body{
        height: 100vh;
        width: 100vw;
        background-image: url("./images/checkin-bck.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #102335;
        font-weight: 500;
        opacity: 0;
    }
    .bck-mobile{
        visibility: hidden;
        display: none;
    }
    
    h1{
        font-size: 50px;
        font-weight: 500;
        margin: 4%;
    }

    p{
        font-size: 19px;
    }

    .wrapper{ 
        position: absolute;
        z-index: 20;
        background-color: rgba(16, 35, 53, 0.95);
        width: 700px;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0; 
        right: 0;
        bottom: 0;
        margin: 0 40px 0 0;

        text-align: left;
        padding: 40px 50px ;
        float: right;
        position: relative;
        text-align: center;
    }
    
    .logo{
        width: 286px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .logo .icon{
        width: 136px;
        height: 94px;
    }
    .logo .logo-hdr{
        width: 286px;
        height: 22px;   
        margin-top: 20px;
    }
    .logo .logo-prop{
        width: 162px;
        height: 14px;
        margin-top: 20px;
    }
    .comingsoon{
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    .content, .contactinfo{
        font-size: 25px;
        line-height: 31px;
        text-align: left;
    }

    .content{
      border-bottom: 1px solid #6a5f5a;
      padding-bottom: 20px;
    }
    
    .contactinfo{
        padding-top: 20px;
    }
    .logos-s{
        width: 175px;
        height: 93px;
        background-color:rgba(red, green, blue, 0);
        position: absolute;
        left: -20px;
        top: 70%;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 10;
        visibility: visible;
    }

    .tds{
        width: 175px;
        height: 93px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 0%;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        visibility: visible;
    }

    .tds img, .tds-m img{
        width: 120px;
        height: 53px;
        position: absolute;
        margin-bottom: 0 auto;
        right: 15px;
    }

    .safe{
        width: 175px;
        height: 93px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 120%;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        visibility: visible;
    }

    
    .safe img, .safe-m img{
        width: 85px;
        height:85px;
        position: absolute;
        margin-bottom: 0 auto;
        right: 15px;
    }

    .no-flexboxlegacy .safe {
        width: 175px;
        height: 93px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 120%;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        visibility: visible;
        display: table-cell;

    }
    .no-flexboxlegacy .safe img {
        width: 70px;
        height:70px;
        position: absolute;
        margin-bottom: 0 auto;
        top: 10px;
    }


    .no-flexboxlegacy .tds {
        width: 175px;
        height: 93px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 0%;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        visibility: visible;
        display: table-cell;

    }
    
    button{
        width: 295px;
    }
    
    .tds-m{
        visibility: hidden;
        display: none;
    }
}

@media only screen and (min-width:1200px){
    .wrapper{ 
        position: absolute;
        z-index: 20;
        background-color: rgba(16, 35, 53, 0.95);
        width: 862px;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0; 
        right: 0;
        bottom: 0;
        margin: 0 65px 0 0;

        text-align: left;
        padding: 40px 80px ;
        float: right;
        position: relative;
        text-align: center;
    }
    
    p{
        font-size: 22px;
    }

}