@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Raleway', sans-serif;
    /*background-color: #c6d5e2;*/
    /*background-color: #d2e4f1;*/
    /*background-color: #e8f5ff;*/
    /*background-color: #f3faff;*/
    /*background-color: #d4ecff;*/
    /*background-color: #7bc4ff54;*/
    /*background-color: #7bc4ff69;*/
    /*background-color: #7bc4ff99;*/
    /*background-color: #abd9ff;*/
    /*background-color: #dbefff;*/
    /*background-color: #d2ebff;*/
    /*background-color: #d9eeff;*/
    background-color: #edf7ff;
    overflow: hidden;
    font-size: 12pt;
    line-height: 1.75;
    position: fixed;
    height: 100%;
    width: 100%;
}


/* nav-bar */

.navbar {
    padding-left: 0;
    /*height: 60px;*/
    font-size: 12pt;
}

.navbar-brand img {
    height: 34px;
    padding: 0;
    z-index: 201;
    position: fixed;
}

.navbar-brand {
    z-index: 200000;
}

.navbar-brand img:hover {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(0,0,0,.9);*/
    color: #2b80c6;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}

/*.navbar-light .navbar-toggler {*/
/*    border: none;*/
/*    z-index: 200000;*/
/*    padding-right: 25px;*/
/*}*/
.navbar-toggler {
    z-index: 202;
    position: fixed;
    top: 10px;
    right: 10px;
    border: none;
}

.fixed-top {
    z-index: 199;
}

.logo {
    max-width: 60vw;
    width: 450px;
}

.logo-nav {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 50px;
}

.sub-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 18pt;
    color: #2b80c6;
    /*font-weight: 500;*/
    margin-right: -18px;
}
.sub-heading span {
    color: #000000;
}

.section-view {
    height: 100vh;
    overflow: scroll;
}

.white-top {
    background-color: #ffffff;
    height: 92px;
    width: 100%;
    z-index: 200;
    position: absolute;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: top left;
    border-bottom: 5px solid #edf7ff;
}

.white-bottom {
    background-color: #ffffff;
    height: 60px;
    width: 100%;
    z-index: 200;
    position: absolute;
    bottom: -40px;
    transform: skewY(-5deg);
    transform-origin: bottom right;
}

.container {
    padding: 100px 30px;
}

.form-control {
    border: 0px solid #ced4da;
}

a:hover {
    color: #2b80c6;
    text-decoration: none;
    cursor: pointer;
}
a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

a.reCaptcha {
    color: #6c757d;
    text-decoration: none;
    background-color: transparent;
}

p {
    margin-bottom: 1.5rem;
}
.grecaptcha-badge {
    display: none;
}

.spinner-border-custom {
    width: 1.25rem;
    height: 1.25rem;
}

.small{
    font-size: 60%;
    font-weight: 400;
}

.btn-light:disabled {
    cursor: not-allowed;
}

/* media query */

@media all and (max-width: 991px) {

    ul.navbar-nav {
        padding-right: 25px;
        background-color: #ffffff;
        padding-top: 60px;
        /*padding-top: 60px;*/
        /*margin-top: -60px;*/
    }

    .navbar {
        padding-right: 0;
    }
}

@media all and (min-width: 992px) {

    .navbar-toggler {
        display: none;
    }

    .container {
        padding: 40px 30px;
    }

    .section-view {
        margin-top: 60px;
    }

    .active::after {
        content: '';
        display: block;
        position: relative;
        width: 70%;
        left: 15%;
        border-bottom: 1px solid #2b80c6;
    }

}

