@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html, body {
    font-family: 'Lato', sans-serif;
    height: 100vh;
    width: 100%;
}

.margin-tp1 {
    margin-top: 50px;
}

/*-----------------------------------------Header------------------------------------------------------*/

header {
    text-transform: uppercase;
    color: #fff !important;
}

.navbar {
    padding: 0px;
    margin: 0px;
}

.bg-dark {
    background-color: rgba(0,0,0,1) !important;
}

.navbar-brand {
    font-size: 30px;
}

/*.nav-item {
    margin-left: 30px;
}*/

    .nav-item a {
        line-height: 57px;
    padding: 0 1.2rem !important
    }


.nav-link {
    color: #fff !important;
    font-size: 14px;
}

    .nav-link:hover, .nav-link.active {
        background-color: #27aae1;
    }

.login-btn {
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-left: 30px;
    padding: 6px 40px;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .login-btn:hover {
        background-color: #27aae1;
    }

/*-----------------------------------------Banner------------------------------------------------------*/

/*#content {
    min-height: 100%;
    margin-top: 55px;
}*/
.banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 99.9%;
    /*overflow: hidden;*/
    transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
}

.ban-content {
    position: absolute;
    top: 30%;
    margin-right: 0px;
}

.run-btn {
    border: none;
    background-color: #27aae1;
    border-radius: 0px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    height: 46px;
    width: 287px;
    margin-top: 30px;
}

    .run-btn:hover {
        background-color: #27aae1;
        cursor: pointer;
        cursor: hand;
    }

.banner h1 {
    font-size: 60px;
    text-transform: uppercase;
}

.banner p {
    font-size: 36px;
    font-weight: 300;
}

@media (max-width: 767px) {
    html, body {
        font-family: 'Lato', sans-serif;
        height: auto;
        width: auto;
    }
    .run-btn {
        border: none;
        background-color: #27aae1;
        border-radius: 0px;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        height: auto;
        width: auto;
        margin-top: auto;
    }
}
@media (max-width: 640px) {
    html, body {
        font-family: 'Lato', sans-serif;
        height: auto;
        width: auto;
    }
    .run-btn {
        border: none;
        background-color: #27aae1;
        border-radius: 0px;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        height: auto;
        width: auto;
        margin-top: auto;
    }

    .sectionContent {
        margin-top: 20% !important;
        text-align: center;
    }

        .sectionContent div {
            text-align: center;
        }
}

@media only screen and (max-width: 340px) {


    .sectionContent {
        margin-top: 20% !important;
        text-align: center;
    }

        .sectionContent div {
            text-align: center;
        }
}

@media only screen and (max-width: 576px) {

    .navbar-nav .nav-link {
        padding-left: 20px;
    }

    .login-btn {
        padding: 20px 0px;
        ;
        margin-left: 0px;
    }

    /*.banner {
        height: 300px;
    }*/

    .ban-content {
        position: absolute;
        top: 5%;
        margin-right: 0px;
    }

    .banner h1 {
        font-size: 30px;
        text-transform: uppercase;
    }

    .banner p {
        font-size: 18px;
        font-weight: 300;
    }
}

#content {
    overflow: auto;
    position: absolute;
    margin-top: 55px;
    min-height: calc(100vh - 81px);
    max-height: calc(100vh - 81px);
}

.sectionContent {
    margin: 10% 0 auto;
}

.modal-content {
    height: calc(100vh - 100px)
}
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #111111 !important;
    color: #FFF;
    padding: 4px;
    font-size: 12px;
}
    footer a {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }
    footer a:hover {
        color: #f1f1f1;
        text-decoration: none;
        outline: 0;
    }