/* Most of these styles could be removed but are for the demo to look better */

html,
body {

    height: 100%;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    
}

p {
    color: rgb(167, 193, 241);
    font-size: 18px;

}

/* Create three equal columns that floats next to each other */
/* .column {
    float: left;
    margin-top: -20px;
  }
  
  .left, .right {
    width: 25%;
  }
  
  .middle {
    width: 50%;
  } */


/*  .column {
    float: left;
    width: 33.3333%;
    margin-top: -20px;
  }
  
  /* Clear floats after the columns */
/* .row:after {
    content: "";
    display: table;
    clear: both;
  } */

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/* @media screen and (max-width: 799px) {
    .column {
      width: 100%;
    }
  } */

a {
    color: aquamarine;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 2em;
    opacity: 1;
    text-align: center;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
       font-size: 1rem;
       letter-spacing: 0.02em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
}

.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

#masthead {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}

#masthead a {
    padding: 1rem 2rem;
}


.picframe {
    border-radius: 1em;
    width: 100%;
}

.picframe2 {
    border-radius: 1em;
    width: 90%;
    /* padding-right: 3vw; */
    opacity:0;

    margin: 0;
    position: relative;
    top: 27%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.picframe3 {
    border-radius: 1em;
    width: 90%;
    /* padding-right: 3vw; */
    opacity:0;

    margin: 0;
    position: relative;
    top: 30.4%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.picframe4 {
    border-radius: 4em;
    width: 70%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

@media only screen and (max-width: 1200px) {
    .picframe2{
        width: 30%;
    }
    .picframe3{
        width: 40%;
    }
    .picframe4{
        width: 40%;
    }
}


.zcenter {

    justify-content: center;
}

.zright {
    display: flex;
    justify-content: center;
}

.imgshadow {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.p1pix {
    position: relative;
    width: 100%;
    bottom: 12rem;
    left: 10rem;
}

#containerZ {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.panel {
    position: absolute;
    height: 100vh;
    will-change: transform;
}

.panelnew {
    height: 100vh;
    position: sticky;
    top: 0;
  }

#headingz {
    position: absolute;
    top: 100px;
    left: -25em;
    z-index: 1010;

}



.cardCont {
    width: 100%;
    height: 60vh; 
    float: left;
    margin-right: 10px;
    position: relative;
    /*border:solid 2px #fff;*/
}

.cardFront,
.cardBack {
    background: url('/img/host.jpg');
    position: absolute;
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; 
}

.cardBack {
    background: url('/img/host3.jpg');
}

@media only screen and (max-width: 1200px) {
    .cardCont {
        width: 100%;
        height: 40vh; 
        float: left;
        margin-right: 10px;
        position: relative;
        /*border:solid 2px #fff;*/
    }
    
    .cardFront,
    .cardBack {
        background: url('/img/hostsmall.jpg');
        position: absolute;
        width: 100%;
        height: 40vh;
        background-repeat: no-repeat;
        
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden; 
    }
    
    .cardBack {
        background: url('/img/hostsmall2.jpg');
    }
  }


p {
    font-size: 3vmin;
  }


h2 {
    font-size: 6vmin;
  }

.step {
    opacity: 1;
  width: 30vw;
  
 }

 @media only screen and (max-width: 1200px) {
    .step {
        opacity: 1;
      width: 70vw;
      
     }
    }

    .vertical-center {
        
            margin: 0;
            position: relative;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
          }
      
 .mySlides {display:none;}

 .contact-form{
    background: #360255;
    border-radius: 1rem;
    margin-top: 3%;
    margin-left: 2%;
    margin-bottom: 5%;
    width: 90%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding-top: 4%;
    padding-bottom: 13%;
    padding-left: 2%;
    padding-right: 2%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 70%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 10%;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}