/*!
 * Start Bootstrap - Thumbnail Gallery (https://startbootstrap.com/template-overviews/thumbnail-gallery)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-thumbnail-gallery/blob/master/LICENSE)
 */

body {
    padding-top: 95px;
}

@media (min-width: 992px) {
    body {
        padding-top: 95px;
    }
}
 
#content_top {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
 
    float: left;
    width: 128px;
    background: url(../img/logo2018.png) no-repeat left;
    background-size: contain;
    padding-top: 150px;
    background-origin: content-box;
    background-position: 15px -120px;
    position: relative;
}

#content_top.shrink {

    min-height: 35px;
} 

.navbar-brand {
    width: 150px;
    height: 85px;
    background: url(../img/logo2018.png) left center no-repeat;
    background-size: contain;
    border: 0;
    text-indent: -99999px;
} 

body {
    color: #FFFFFF;
    font: 10px Georgia, "Times New Roman", Times, serif;
    background: #202020;
    margin: 0;
}


.nav-link {
    display: block;
    width: 120px;
    height: 47px;
    text-align: center;
    font-family: 'Oswald', arial, serif;
    font-size: 200%;
    outline: none;
}



.fixed-bottom{ 
    font-family: 'Oswald', arial, serif;
    font-size: 140%;
    outline: none;
    transition: all 0.75s;
}

/*========= headlines =========*/

h1 {
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    font-size: 300%;
    margin: -8px 0;
}

h2 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: 100;
    font-size: 125%;
    font-style: italic;
    color: #707070;
    margin: 2px 0 15px 20px;
}
/*
h3 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: 100;
    font-size: 125%;
    color: #909090;
    margin: 16px 0 0 4px;
}


*/