/* Basic defaults */
body {
    background-color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    margin: 20px;
    font-size: 20px;
}

main {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

nav {
    margin-top: 50px;
    margin-bottom: 50px;
}

p,
li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

hr {
    height: 2px;
    background-color: black;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}



img {
    max-width: 100%;
    max-height: 90vh;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    width: 750px;
    max-width: 100%;
    height: 400px;
    max-height: 80vh;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.4;
}

cite {
    font-style: italic;
    color: #666666;
    text-align: right;
    display: block;


}

ul,
ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.nobullet {
    list-style: none;
    padding: 0;

}


/* General styles */

h1 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
}

h2 {
    font-size: 32px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}



/* Home page */

body.black {
    background-color: #000000;
    color: white !important;
}

body.black a {
    color: white !important;
}


/* Links and navigation */



a:link {
    text-decoration: underline;
    /*    color: #000000;*/
    color: #000099;
}

a:visited {
    text-decoration: underline;
    /*    color: #333333;*/
    color: #333377;
}

a:hover,
a:focus {
    text-decoration: none;
    /*    color: #333333;*/
    color: #333377;
}

/* nav link at top/bottom of every page */

a.navlink:link {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

a.navlink:visited {
    color: #333333;
}

a.navlink:hover {
    color: #333333;
}

/* home page links */

ul.navlinks-big {
    list-style: none;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 26px;
}

ul.navlinks-big li {
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.navlinks-big a {
    text-decoration: none;
    font-family: Verdana, sans-serif;

    font-weight: bold;
    display: block;
}

ul.navlinks-big a:visited {
    text-decoration: none;
}

ul.navlinks-big a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 500px) {

    /* Mobile overrides here */

    iframe {
        height: 250px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    blockquote {

        margin-left: 0px;
        margin-right: 0px;
    }

    ul.navlinks-big {
        font-size: 24px;
    }

    ul.navlinks-big li {
        padding-bottom: 10px;
        padding-top: 10px;
    }

}
