@font-face {
    font-family: Varela-Round;
    src: url(customfonts/varela_round/VarelaRound-Regular.ttf);
}

@font-face {
    font-family: Quicksand;
    src: url(customfonts/quicksand/Quicksand-Regular.ttf);
}

@font-face {
    font-family: Questrial;
    src: url(customfonts/questrial/Questrial-Regular.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    background-color: #ADD8E6;
    padding: none;
    overflow: hidden;
}

input {
    outline: 0 !important;
}

a {
    text-decoration: none !important;
}

.lfullscreen_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 1;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.75);
    overflow-x: hidden;
    transition: 1s;
    text-align: center;
}

.slide-container {
    height: 100%;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.carousel {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}
.item {
    position:absolute;
    width:100%;
    height:100%;
}
.item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width:100%;
    height:100%;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:20px;
    right:10px; left:auto;
    width:auto;
}
.carousel-indicators li{display:block; margin-bottom:5px; border:1px solid #00a199; }
.carousel-indicators li.active{margin-bottom:5px; background:#00a199;}

/* -------------------------------------- button & the overlay ---------------------------------*/  

.btn-overlay
{
    position: relative;
    bottom: 50%;
    text-align: center;
    float: none;
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 430px;
    margin-top: 10px;
}

.overlay-A a {
    width: 150px;
    height: 35px;
    font-family: Quicksand;
    font-size: 18px;
    margin: 25px;
    transition: all 1s ease-out;
    border-radius: 0px !important;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.75);
    color: black;
    border-radius: 100px !important;
    font-weight: bold;
}

.icon-btn {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 100px;
/*
    margin-top: 50px;
    margin-top: -15px;
*/
    line-height: 15px;
}

.icon-btn:hover {
    background-color: #feb41c;
    transition: 1s;
    border: 1px solid black;
}

.icon-btn #left-img {
    height: 52px;
    width: 52px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

.icon-btn #right-img {
    height: 75px;
    width: 75px;
    display: inline-block;
}

.icon-btn p {
    font-family: Quicksand;
    color: black;
    font-weight: bold;
    font-size: 13px;
}

#hidden-icon {
    visibility: hidden;
}


.closeBtn {
    margin: 15px;
    height: 60px;
    width: 75px;
    float: left;
}

#lmyNav {
    background-color: rgba(0,0,0, 0);
    border: none;
}

.r1 {
    margin: 5px;
}

.r1 label {
    color: white;
    font-family: Quicksand;
    font-size: 18px;
    /*    margin: 15px;*/
}

.r1 input {
    display: inline-block;
    width: 250px;
    height: 35px;
    font-size: 18px;
}

.submit-btn {
    font-family: Quicksand;
    font-size: 18px;
    background-color: white;
    border-radius: 0px;
    width: 150px;
    margin-top: 50px;
}

.form-container {
    /*    margin-top: 10%;*/
}

.r2 {
    /*    display: inline-block;*/
    /*    border: 1px solid red;*/
}


.img-text-wrapper {
    width: 100%;    
    height: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top : 100px;
    left: 0;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}

.img-text-wrapper h3 {
    vertical-align: middle;
    margin: 0 auto;
    color: black;
    font-family: Quicksand;
    font-size: 28px;
    font-weight: bold;
}

#t-1 {
    height: 100px;
}

#t-2 {
    height: 75px;
}

#t-3 {
    top: 150px;
    width: 400px;
    height: 125px;
    left: 550px;
    border-radius: 50px;
    font-size: 18px;
}

#t-4 {
    height: 100px;
    opacity: 0.5;
}

#t-5 {
    height: 100px;
}

#t-6 {
    height: 75px;
}

#t-7 {
    top: 125px;
    width: 500px;
    height: 125px;
}

#t-8 {
    font-size: 24px;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.75);
}

#t-8 h3 {
    color: white;
}

#t-9 {
    top: 75px;
    left: 525px;
    height: 110px;
    width: 450px;
}

@media (min-width: 950px) {

    body {
        background-color: black;
    }

    .carousel {
        height: 100%;
        /*        width: 100%;*/
    }

    .carousel-inner {
        height: 100%;
        /*        width: 100%;*/
    }
    .item {
        position:absolute;
        /*        width:100%;*/
        height:100%;
    }
    .item img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /*        width:100%;*/
        height:100%;
    }
}
