body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 'Raleway', sans-serif;
}
.navStyles {
    background-color: #E84545;
    color: #53354A;
    line-height: 2em;
    text-transform: uppercase;
}
h1 {
    font-size: 3em;
    padding: 0.5em 0;
    height: 10px;
    background-color: transparent;
}

.wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 2%;
    height: 100%;
}


.navBar {
    background-color: #282E34;
    min-width: 100%;
    position: fixed;
    z-index: 1;
}
.logo {
    background-color: #E84545;
    border-radius: 50px;
    display: inline-block;
    height: 45px;
    margin: .5em 0;
    width: 45px;
}


nav ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    width: 50%;
    overflow: hidden;
}

nav ul a {
    color: #E85A0C;
    text-decoration: none;
    transition: all .5s ease;
}
nav ul a:hover {
    color: #903749;
}
nav li {
    display: inline-block;
}
nav #menu-toggle {
    display: none;
}
nav .label-toggle {
    display: none;
}

nav .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    nav nav ul a {
       color: #282E34;
    }
    .navBar {
        height: 60px;
    }
    nav ul {
        background-color: #E85A0C;
        display: block;
        height: 0;
        list-style-type:none;
        opacity: 0;
        text-align: center;
        transition: all 1s ease;
        width: 80%;
        visibility: hidden;
        padding-left:10%;
        padding-right:10%;
    }
    nav li {
        border-bottom: 2px solid #282E34;
        color: #282E34;
        display:block;
        font-size: 1.5em;
        padding: 1.5em 0;
        width: 100%;
        align-content: center;
        text-align: center;
    }
    
    nav #menu-toggle:checked ~ ul {
        opacity: 1;
        height: 50vh;
        visibility: visible;
        z-index: 2;
    }
    
    nav .label-toggle {
        color: #E85A0C;
        font-size: 2pc;
        cursor: pointer;
        display: block;
        float: right;
        height: 35px;
        margin-top: .5em;
        width: 35px
    }
    nav .wrapper {
        display: block;
    }
}


.bgimg1, .bgimg2, .bgimg3, .bgimg4 {
    position: relative;
    opacity: 0.85;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg1 {
    background-image: url("../img/starBG.png");
    min-height: 25%;
}

.bgimg2 {
    background-image: url("../img/starBG2.png");
    min-height: 35%;
}

.bgimg3 {
    background-image: url("../img/starBG3.png");
    min-height: 25%;
}

.bgimg4 {
    background-image: url("../img/starBGDivider.png");
    min-height: 20%;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: transparent;
    color: #f7f7f7;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Raleway", sans-serif;
    color: #111;
}

.main_divider {
    background-color:#282E34;
    text-align:center;
    padding:50px 80px;
    text-align:justify;
}

.mainDivBlocks {
    color:white;
    background-color: #282E34;
    text-align:center;
    padding:50px 80px;
    text-align:justify;
}
.mainDivBlocks a{
    color:#E85A0C;
    text-decoration: none;
}

/* responsive iFrame styling */
.intrinsicContainer {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 500px;
    background-color: #282E34;
}
.intrinsicContainer-16x9 {
    padding-bottom: 56.25%;
}
.intrinsicContainer-4x3 {
    padding-bottom: 75%;
}
.intrinsicContainer iframe {
    position:inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
#social_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#social_feed {
    width: 100%;
    height: auto;
    background-color: #282E34;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-device-width: 1024px) {
.bgimg1, .bgimg2, .bgimg3 {
        background-attachment: scroll;
    }
}