body {
    overflow-x: hidden;
    margin-top: 10%;
    padding: 0%;
}

@font-face {
    src: url(fonts/Swis721BlkCnBT.ttf);
    font-family: nos;
}

@font-face {
    src: url(fonts/swiss721/Swiss721CondensedBT.ttf);
    font-family: nos1;
}

h4 {
    font-family: nos;
    font-size: 28pt;
}

head {
    padding: 0.5%;
}

.responsive {
    width: 100%;
    height: auto;
}

.mySlides {
    display: none;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: #686464;
    padding: 3px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.6vw;
    width: 100%;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #e8e3e3;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #fff;
    width: 70%;
    border-left: none;
    height: 300px;
    display: none;
}


/* Clear floats after the tab */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.footer {
    font-family: nos1;
    font-size: 15pt;
    color: white;
}

.footer1 {
    font-family: nos1;
    font-size: 15pt;
    color: white;
}

.footer2 {
    font-family: nos1;
    font-size: 15pt;
    color: white;
}

.detail1 {
    font-family: nos;
    font-size: 30pt;
}

.detail {
    font-family: nos1;
    font-size: 15pt;
}

.tablinks {
    font-family: nos;
    font-size: 1.3em;
}

#showhere {
    width: 100%;
    background-size: cover;
    padding-left: 10%;
}

#problematic {
    min-height: 250px;
}

#problematic h1 {
    font-size: 2.3vw;
    text-align: right;
}

.tablinks {
    padding-right: 0px;
}

.detail4 {
    font-family: nos;
    font-size: 25pt;
}

@media only screen and (max-width: 650px) {
    body {
        overflow-x: hidden;
        margin-top: 7%;
        padding: 0%;
    }
    .add {
        padding: 0% 3%;
    }
    #showhere {
        height: 250px;
        background-size: cover;
        background-origin: content-box;
        background-clip: content-box;
        background-repeat: none;
    }
    #problematic {
        min-height: 70px;
    }
    #problematic h1 {
        font-size: 4.5vw;
        text-align: center;
    }
    .tab button {
        display: inline-block;
        float: left;
        width: auto;
        font-size: 3.5vw;
        padding: 3px 12px;
    }
    .tablinks {
        margin-right: 0px;
        padding-right: 0px;
    }
}

#navbar {
    padding-left: 2.5%;
}

@media only screen and (min-width: 1400px) {
    #navbar {
        padding-left: 5.5%;
    }
}

@media only screen and (max-width: 650px) {
    body {
        margin-top: 50%;
    }
    #showhere {
        width: 100%;
        background-size: cover;
    }
    .detail {
        font-family: nos1;
        font-size: 12pt;
    }
    .detail1 {
        font-family: nos;
        font-size: 15pt;
    }
    #showhere {
        width: 100%;
        background-size: cover;
        padding-left: 8%;
        padding-right: 5%;
    }
}