html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    background-color: #000
}

html {
    height: 100%
}

body {
    color: #fff;
    background-color: #000;
    position: relative
}

.row {
    margin: 0
}

.container {
    padding: 0px;
    position: relative
}

.ksanter-header {
    background-color: #3fb7ab
}

.ksanter-height {
    height: auto
}

footer {
    background: #f9ac17
}

.bg-dark {
    background: #f9ac17
}

h1 {
    color: #000
}

.ksanter-heading {
    text-align: center
}

.modal-content {
    background: #f9ac17
}

.modal-title {
    color: #f9ac17
}

.ksanter-centered {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@font-face {
    font-family: 'BigNoodleTitling';
    src: url("../fonts/BigNoodleTitling.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'BigNoodleTooOblique';
    src: url("../fonts/BigNoodleTooOblique.woff2") format("woff2")
}

body {
    font-size: 11px;
    font-family:  'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.3px;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 80px;
    min-height: 100%;
    background-color: #000;
    color: #fff
}

.main {
    background: url("../img/main.jpg") no-repeat center top;
    background-size: 250%
}

h5,h6{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #f9ac17 
}
h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f9ac17
}

h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f9ac17
}

.menu {
    font-family: 'BigNoodleTooOblique';
    background-color: #f9ac17;
    max-height: 120px;
    margin-bottom: 20px
}

.logo1 {
    height: 80px
}

.logo2 {
    height: 100px
}

.navm {
    position: relative;
    padding: 0px
}

.nav-link {
    padding: 5px 5px 0px 5px;
    margin-bottom: 5px
}

.nav-link.active {
    padding-top: 4px
}

.link {
    height: 20px;
    width: 20px;
    margin-top: 15px
}

.--esl {
    width: 40px
}

.nav-link.active::after {
    content: '';
    height: 1px;
    width: 30%;
    background-color: #000;
    position: absolute;
    left: calc(50% - 15%);
    bottom: 0
}

#nav li a {
    font-weight: normal;
    font-size: 9px;
    text-transform: none;
    color: #000;
    position: relative;
    text-align: center;
    line-height: 13px
}

#nav li a.active {
    font-size: 10px;
    font-weight: 500
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: #f9ac17
}

.container-fluid {
    margin: 0;
    padding: 0
}

.container {
    padding: 0px;
    margin: 0;
    position: relative;
    max-width: 950px
}

.tab-content {
    min-height: 200px
}

p {
    text-align: left;
    text-align-last: left
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin: 0;
    max-height: 316px;
    height: 80px;
    color: #fff;
    background: url("../img/footer.jpg") no-repeat center center;
    background-color: #000;
    background-size: 180%
}

@media (min-width: 375px) {
    #nav li a {
        font-size: 12px;
        line-height: 16px
    }

    #nav li a.active {
        font-size: 14px
    }

    .--esl {
        width: 55px
    }
}

@media (min-width: 411px) {
    .link {
        height: 20px;
        width: 20px;
        margin-top: 10px;
        margin-right: 2px
    }

    .--esl {
        width: 55px;
        margin-right: 2%
    }
}

@media (min-width: 568px) {
    body {
        padding-bottom: 150px
    }

    #nav li a {
        font-size: 16px;
        line-height: 20px
    }

    #nav li a.active {
        font-size: 18px
    }

    h3 {
        font-size: 20px
    }

    footer {
        height: 150px;
        background-size: 190%
    }

    .link {
        height: 30px;
        width: 30px;
        margin-top: 30px
    }

    .--esl {
        width: 80px;
        margin-right: 1%
    }
}

@media (min-width: 667px) {
    body {
        font-size: 12px
    }

    .link {
        height: 35px;
        width: 35px;
        margin-top: 25px;
        margin-right: 5px
    }

    .--esl {
        width: 95px;
        margin-right: 1%
    }

    #nav li a {
        font-size: 18px;
        line-height: 24px
    }

    #nav li a.active {
        font-size: 20px
    }
}

@media (min-width: 731px) {
    .link {
        height: 40px;
        width: 40px;
        margin-top: 20px
    }

    .--esl {
        width: 110px;
        margin-right: 1%
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        padding-bottom: 190px
    }

    .main {
        background-size: 150%
    }

    .menu {
        padding: 10px 0;
        margin-bottom: 50px
    }

    #nav li a {
        font-size: 20px;
        line-height: 26px
    }

    #nav li a.active {
        font-size: 24px
    }

    h3 {
        font-size: 25px
    }

    .logo1 {
        height: 120px
    }

    .logo2 {
        height: 140px
    }

    footer {
        height: 190px
    }

    .link {
        height: 45px;
        width: 45px;
        margin-top: 35px
    }

    .--esl {
        width: 110px;
        margin-right: 1%
    }
}

@media (min-width: 812px) {
    .--esl {
        width: 120px
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 16px;
        padding-bottom: 316px
    }

    .mklogo {
        margin-top: 150px
    }

    footer {
        background-size: 180%;
        height: 316px
    }

    .logo1 {
        min-height: 164px
    }

    .logo2 {
        min-height: 184px
    }

    .link {
        height: 55px;
        width: 55px;
        margin-top: 80px
    }

    .--esl {
        width: 140px
    }

    #nav li a {
        font-size: 30px;
        line-height: 45px
    }

    #nav li a.active {
        font-size: 36px
    }

    h3 {
        font-size: 35px
    }

    .nav-link.active::after {
        height: 2px
    }

    .tab-content {
        min-height: 300px
    }
}

@media (min-width: 1100px) {
    body {
        font-size: 18px
    }

    .main {
        background-size: cover
    }

    footer {
        background-size: 1920px
    }

    .--esl {
        margin-right: 0
    }
}

@media (min-width: 1920px) {
    .main {
        background-size: 1920px
    }
}

/*# sourceMappingURL=style.css.map */