
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html, p, input {
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif !important;
    color: #323232 !important;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
}

p, body {
    font-size: 15px !important;
}

.body-content {
    margin-top: 65px;
    padding-bottom: 113px;
}

body {
    background-color: transparent;
    padding-bottom: 0px;
}

html { 
    background: url(../images/page-background.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


.navbar-inverse {
    background-color: #0e2036;
    border-color: #0e2036;
}

footer {
    background-color: #111111;
    border-color: #111111;
}

footer {
    position: absolute;
  bottom: 0;
  width: 100%;
}

.page-container {
    position: relative;
    min-height: 87.9vh;
  }

footer p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}








@media (max-width: 767px) {
    .navbar-left {
        margin-top: 10px;
        margin-left: 10px;
        display: block;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-toggle {
        margin-top: 22px;
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .navbar-inverse .navbar-nav > li > a {
       
        font-weight: normal !important;
        text-align: center;
       
    }

    .navbar-collapse {
        margin-top: 10px;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 60%);
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
     }

     .navbar-nav {
         padding-top: 18px;
         padding-bottom: 18px;
     }

}

@media (min-width: 768px) {
    .navbar-left {
        margin-top: 10px;
    }

    .navbar {
        min-height: 100px;
    }

    .navbar-nav {
        float: right;
        margin-top: 25px;
    }

    .container {
        width: 95% !important;
        max-width: 1824px !important
    }
}


