﻿html, body {
    font-size: 18px;
}

h1 {
    font-size: 34px;
    line-height: 1.5em;
    font-family: 'Noto Serif';
    color: #444;
}

h2 {
    font-size: 28px;
    line-height: 1.5em;
    font-family: 'Noto Serif';
    color: #444;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h6 {
    font-size: 19px;
    color: #aa4444;
    font-weight: bold;
}


.brand-logo {
    margin-top: 20px;
    height: 160px;
}

nav {
    background-color: white;
    height: 200px;
}

    nav ul a {
        font-size: 1.2rem;
        color: black;
    }

.nav-wrapper {
}

.sidenav li > a {
    height: 48px;
    font-size: 1.2rem;
    line-height: 2.4rem;
}

#tele_div {
    float: right;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.4em;
    color: #555;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 10px;
}

input[type=text], textarea {
    padding: 6px;
}

input[type=submit] {
    padding:10px 30px;
}

.page-footer {
    background-color: #222;
}

    .page-footer a {
        color: #eee;
    }

        .page-footer a:hover {
            color: #fff;
            text-decoration: underline;
        }


.footer-copyright a {
    color: #eee;
}

@media screen and (max-width: 1200px) {
    .brand-logo {
        margin-top: 20px;
        height: 100px;
    }

    nav ul a {
        font-size: 0.9rem;
        color: black;
    }

}

@media screen and (max-width: 992px) {
    nav {
        height: 64px;
    }

    #tele_div {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px) {
    nav {
        height: 120px;
    }

    #tele_div {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .slider, .slides {
        height: 300px !important;
    }
}
