html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

strong {
    font-size: 20px;
}
body {
    background-color: #2F3C42;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;

}
.thumb {
    width: 260px;
    height: 120px;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    opacity: 0.4;

}

.header {
    background-color: #b4c3ca;
    background-color: white;
    height: 180px;
    text-align: center;

}

.white {
    background-color: white !important;
}

@media screen and (max-width : 350px) {
    .header {
        text-align: left;
        padding-left: 5px;
    }

    .thumb {
        width: 200px;
        height: 100px;
    }

    .header .sal{
        display: inline-block;

    }
}


.jinx {
    display: none;
}

.header .sal{
    max-width: 400px;
    display: inline-block;

}

h2 {
    font-size:16px;
}



.thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    padding: 2px;
}

.slider {
    display: block;
    margin-left: auto;
    margin-right: auto;


}
.slider-content {
    margin-top: 40px;
}

.active {
    opacity: 1;
    padding: 3px;
}


footer {
    position:fixed;
    bottom: 0;
    color: white;
    width: 100%;
    background-color: #161f22;
    text-align: center;
}

footer span {
    width: 200px;
    display: inline-block;
    cursor: pointer;
}

footer span:hover {
    background-color: #269abc;
}


.factive {
    background-color: #269abc !important;
}




footer li:not(:first-child) {
    margin-left: 20px;
}


.inactive {

}



#base-image {
    width: 100%;
}


.imagetext {
    padding: 5px;
    position: absolute;
    right: 40px;
    top: 10px;
    background-color: white;
    width: 460px;
    background-color: #9ec15c;
    border:4px solid #2F3C42;
}

@media screen and (max-width : 700px) {
    .imagetext {
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
    }
}

.image {
    margin-top: 20px;
    padding-bottom: 30px;
    height: 1000px;
}

.image img {
    width: 100%;
}

.inner {
    position: relative;
    border: 4px solid #c63227;
    opacity: 0.8;
}