/* font */


@font-face {
    font-family: 'brandon-grotesque';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Brandon_reg.otf');
}


.msgScreen {
    overflow: hidden;
}

/* to remove button highlightening */
.btn:focus {
    outline: none;
    box-shadow: none;
}

/* Style the middle section */

.middle-section {
    padding: 20px;
    font-size: 14px;
    font-family: Georgia, sans-serif;

}

.bg-dark {
    background-color: #222731;
}


.nav-tog {
    color: #D9D9D6;
    font-size: 28px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.navbar .container {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 75% !important;
}

.navbar .logo-text {
    margin: 0;
}

.nav-item {
    font-weight: bold;
}

#navbarSupportedContent {
    text-align: left;
}

.sign {
    color: white !important;
    font-size: 0.75rem !important;
    font-family: 'brandon-grotesque';
    line-height: 1.5rem;
    display: inline;
}

.sign a:hover {
    text-decoration: none;
}



.nav-link {
    color: white !important;
    font-size: 0.75rem !important;
    font-family: 'brandon-grotesque';
    line-height: 1.5rem;
    display: inline;
}

.nav-link a:hover {
    background-color: #009CDE;
}

.btn {
    border: none;
    outline: none;
}

.navbar-nav .nav-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #F2FDFF;
    flex-basis: 100%
}

#loadingScreen {
    margin-top: 65px;
    margin-bottom: 10px;
}

#footer {
    background: #222731;
    /* position: relative; */
    margin-bottom: 0;
}

.top-div {
    margin-top: 70px;
    height: 400px;
}

.top-landing-div {
    margin-top: 100px;
    margin-bottom: 50px;
}

.foot_logo {
    max-width: 100px;
    margin: 40px 0px 16px;
}

.f_head {
    font-family: Georgia, sans-serif;
    font-size: 0.8125rem;

    color: #fff;
    padding-bottom: 15px;
}

/* .footer-text {
     text-align: right;
     margin-top: 15px;
 } */

.footerColums {
    text-align: right;
}

.f_para {
    /* font-family: Georgia; */
    font-family: Georgia, sans-serif;
    font-size: 0.8125rem;
    color: #a4a5a7;
}

.msgScreen {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 65px;
    padding: 15px;
    font-size: 0.875rem;
    font-family: Georgia, sans-serif;
}

.footerColums a {
    color: #fff !important;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.8125rem;
    background-color: transparent;
}

body {
    /* background-image: url("{{ asset('images/background.jpg') }}"); */
    background-color: #fff;
    /* background-color: #e9f5ff; */
    background-repeat: no-repeat;
}

#footer {
    background: #222731;
    overflow: hidden;
    padding: 15px;
    bottom: 0;
    width: 100%;
}

.footerContent {
    overflow-x: hidden;
}

.msgScreen {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#statusImg {
    max-width: 80px;
    margin-right: 10px;
}

.row {
    padding: 0.75rem;
}

#status_content {
    flex: 1;
}

.center-div {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
}

.ast-404-layout-1 {
    text-align: center;
    font-weight: 700;
    font-family: Georgia, sans-serif !important;
}

.ast-404-layout-1 .page-sub-title {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .video-container iframe {
        width: 560px;
        height: 315px;
    }

    .middle-section {
        padding: 40px;
    }

    .middle-welcome {
        padding: 90px;
    }


    .powered {
        margin: 35px;
    }

    .mob {
        display: none;
    }

    #loadingScreen {
        margin-top: 85px;
        margin-bottom: 10px;
    }

    .msgScreen {
        margin-top: 85px !important;
    }

    .footclass {
        text-align: right !important;
    }

    .center-div {
        top: 38%;
    }

}

@media (max-width: 767px) {
    .new {
        background-color: grey;
        color: #fff;
    }

    .desk {
        display: none;
    }

    .middle-section {
        /*        padding-bottom: 60px;*/
        padding-top: 50px;
    }

    #footer {
        margin: 0 !important;
        box-sizing: border-box;
    }


}

@media (max-width: 820px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*  NEW */

/* @media (min-width: 48em) {
     .nav-link {
         float: left;
     }

     .header .nav-link {
         clear: none;
         float: right;
         max-height: none;
     }

     .menu-icon {
         display: none;
     }
 } */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #65666b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'brandon-grotesque';
    z-index: 1;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #009CDE !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {

    /* .sidenav {padding-top: 15px;} */
    .sidenav a {
        font-size: 18px;
    }
}


/* tablet edit */

@media(min-width:768px) and (max-width:920px) {
    .middle-section {
        padding: 100px;
        height: 100%;
        font-size: large;
    }

    #status_content {
        font-size: large;
    }

    #footer {
        position: fixed;
    }
}

@media(min-width:768px) and (max-width:820px) {
    .msgScreen {
        margin-top: 100px !important;
    }
}


/* hamb */
.hamb {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
}

/* Logout */

.log_out {
    right: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'brandon-grotesque';
}

/* Label */

.label {
    margin-left: 35px;
    font-size: 14px;
}

/* SignOut */

@media(min-width: 1280px){
    .status {
        margin-left: 550px;
    }
}

/* Sign out */

.sign {
    display: none !important;
  }