﻿* {
    padding:0;
    margin:0;
    border:0;
}
body, html {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.05em;
    color: #414042; /* 90% black */
    background-color: black; /*10% black*/
}
.brandfont {
    font-family: 'Oswald', sans-serif;
}
p, div, ul, li, i, span {
    font-size: 1em;
    list-style-type: square;
}
li {
    display: inline-block;
    float: left;
    
}
p {
    padding-top: 6px;
    padding-bottom: 6px;
}
p.first {
    padding-top: 18px;
}
hr {
    clear: both;
    float:none;
    color: #414042;
    background-color: #414042;
    height: 1px;
}
ul {
    list-style-type: square;
    margin-left: 3%;
}
a {
    color: black;
    text-decoration: underline;
    font-weight:bold;
}
a:hover {    
}
h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
}
h1 {
    font-size: 3em;
    font-weight:bold;
    line-height: 90%;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 0.8em;
}
hr {
    border:1px solid black;
    background-color:black;
    height:1px;
}
/* banner and banner contacts */
#banner {
    padding-top: 20px;
    padding-bottom: 10px;    
}
.yellow {
    background-color: #fbe240;
    color: black;
}
.darkgrey {
    background-color: #414042;
    color: #fbe240;
}
.black {
    background-color: black;
    color: #fbe240;
}
.w3-hover-black:hover {
    color: #fbe240 !important;
    background-color: black !important
}
.w3-hover-yellow:hover {
    color: black !important;
    background-color: #fbe240 !important
}
.contacts {
    font-size: 1.1em;
}
.contacts span {
    white-space: nowrap;
    padding: 4px;
}
.nav {
    font-family: 'Oswald', sans-serif;
    font-size:1.2em;
}
/* content container */
#contentcontainer {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    min-height: 400px;
    min-width: 250px;
    background-color: #fbe240;
    /*background-color:white;*/
    color: black;
}
/* slideshow */
    .mySlides {
    text-align: center;
}
    .mySlides div {
        width: 100%;
        padding: 12px;
        background-color: black;
        color: #fbe240;
        height: 50px;
    }
.mySlides div.fadeOut {
    opacity: 0;
}
#slider {   
    padding-top:10px;
    padding-bottom:20px;
}
.caption {
    font-style:italic;
}
.halfwidth img.first {
    padding-right:5%; 
    padding-bottom:5%;
}