* {
    margin: 0 0;
    padding: 0 0;
}

body p {
    font-family: 'Noticia Text', serif;
}

#pageWrapper {
    background-color: #FFF;
    z-index: -1;
}

#content ul {
    list-style-position: inside;
}

#headerImage {
    background-image: url("images/header.png");
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

#headerImage .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}

.headerwriting {
    z-index: 5;
    position: absolute;
    width: 80%;
}

#headerImage h1 {
    color: #FFF;
    margin-top: 0;
    margin-left: 0;
    font-family: 'Rock Salt', cursive;
}

.top-bar ul {
    background-color: transparent;
}

.top-bar ul li a {
    color: #FFF;
    font-family: 'Noticia Text', serif;
}

.top-bar ul li a:hover {
    color: forestgreen;
}

.title-bar {
    background-color: transparent;
}

.dropdown menu {
    background-color: transparent;
}

.is-dropdown-submenu a {
    background-color: #000000;
    font-family: 'Noticia Text', serif;
}

.is-dropdown-submenu a:hover {
    color: forestgreen;
}

.orbit-container {
    width: 80%;
    margin: auto;
}

@media only screen and (min-width: 1px) {
    #pageWrapper {
        width: 100%;
        height: auto;
    }
    #content {
        padding-left: 5%;
        width: inherit;
        padding-right: 5%;
    }
    .top-bar {
        background-color: black;
        color: #FFF;
    }
    .imageright {
        width: 70%;
        display: inline;
        float: right;
        height: auto;
        padding: 0.5em;
        border-radius: 5%;
        clear: right;
    }
    .imageleft {
        width: 70%;
        display: inline;
        float: left;
        height: auto;
        padding: 0.5em;
        border-radius: 5%;
        clear: left;
    }
    #headerImage {
        height: 8em;
        margin: 0 0;
        position: relative;
        background-size: auto;
    }
    #headerImage .overlay {
        height: 8em;
        margin: 0 auto;
    }
    #headerImage h1 {
        font-size: 300%;
        height: auto;
    }
    .headerwriting {
        width: 90%;
    }
    #footer {
        margin-top: 5%;
        padding-bottom: 0.1%;
    }
    #footer p {
        text-align: center;
        font-style: italic;
        font-size: smaller;
    }
}

@media only screen and (min-width:600px) {
    #pageWrapper {
        width: 100%;
    }
    #content {
        padding-left: 5%;
        width: inherit;
        padding-right: 5%;
        padding-top: 5%;
    }
    #content .imageright {
        width: 50%;
        display: inline;
        float: right;
        height: auto;
        margin: 0.2em;
        border-radius: 5%;
        clear: right;
    }
    #content .imageleft {
        width: 50%;
        display: inline;
        float: left;
        height: auto;
        margin: 0.2em;
        border-radius: 5%;
        clear: left;
    }
    #headerImage {
        height: 8em;
        margin: 0 auto;
        padding-left: 10%;
        position: relative;
        background-size: cover;
    }
    #headerImage .overlay {
        height: 8em;
        margin: 0 auto;
    }
    #headerImage h1 {
        font-size: 4vw;
        height: auto;
        margin-left: 30%
    }
    .top-bar {
        background-color: transparent;
        color: #FFF;
    }
    #footer {
        margin-top: 5%;
        padding-bottom: 0.1%;
    }
    #footer p {
        text-align: center;
        font-style: italic;
        font-size: smaller;
    }
}

@media only screen and (min-width: 992px) {
    #pageWrapper {
        width: 100%;
    }
    #content {
        padding-left: 5%;
        width: inherit;
        padding-right: 5%;
        padding-top: 5%;
    }
    #content .imageleft {
        width: 24%;
        display: inline;
        float: left;
        height: auto;
        margin: 0.2em;
        border-radius: 5%;
        clear: left;
    }
    #content .imageright {
        width: 24%;
        display: inline;
        float: right;
        height: auto;
        margin: 0.2em;
        border-radius: 5%;
        clear: right;
    }
    #headerImage {
        height: 8em;
        margin: 0 auto;
        padding-left: 10%;
        position: relative;
        background-size: cover;
    }
    #headerImage .overlay {
        height: 8em;
        margin: 0 auto;
    }
    #headerImage h1 {
        font-size: 4vw;
        height: auto;
    }
    .top-bar {
        background-color: transparent;
        color: #FFF;
    }
    #footer {
        margin-top: 5%;
        padding-bottom: 0.1%;
    }
    #footer p {
        text-align: center;
        font-style: italic;
        font-size: smaller;
    }
}