@media screen and (min-width: 1200px) {
    /*Fixes white space in margin*/
    html, body {
        min-height: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    /*Page One*/
    .topnav {
        display: none;
    }

    .top-section {
        float: right;
        padding-top: 0%;
        padding-left: 0;
        width: 88%;
    }
    
    .logo {
        display: none;
        width: 10%;
        padding: 1em 0 0% 1em;
        margin: 0% 0% 0% 0%;
    }

    .bg1 {
        background-color: rgba(238, 238, 238, 0.075) !important;
        background-image: url('img/front_page_image_2.jpg');
        background-blend-mode: color;
        background-size: cover;
        min-height: 120vh;
        height: 100%;
        position: relative;
    }
    
    .dot {
        background: url('img/header-dot.png');
        background-repeat: repeat;
        min-height: 120vh;
        height: 100%;
    }

    #title {
        color: white;
        font-weight: bold;
        text-align: left;
        font-family: sans-serif;
        position: absolute;
        top: 30%;
        left: 40%;
        max-width: 50%;
        font-size: 80px;
    }
    
    #logo-container {
        float: left;
        top: 0;
        height: 100%;
        left: 0;
    }
    
    #h-net-logo {
        padding-left: 10%; /*Might add media rule here*/
        padding-top: 18%;
        max-width: 60%;
        width: auto;
        height: 45%;
        position: absolute;
    }

    .big-underline {
        background-color: #00d5fb;
        padding: 0;
        margin-right: 0.5%;
        text-align: right;
        width: 71%;
        border: none;
        height: 5px;
    }
    
    .menu-links {
        padding: 5% 0 0 29%;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 32px;
        font-weight: bold;
        display: block;
        text-align: left;
        word-spacing: 2.5em;
    }

    a {
        text-decoration: none;
        color: #00d5fb;
    }
    
    a:hover {
        color: #c8c5fc;
    }
    
    .dropdown {
        display: inline-block;
        position: relative;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 1.2% 1.6%;
        z-index: 1;
        word-spacing: normal;
    }
    
    .dropdown-content span {
        color: black;
        padding: 10px 14px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 16px;
    }
    
    .dropdown-content span:hover {
        color: white;
        background-color: rgb(161, 161, 161);
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    /*Page Two*/
    .bg2 {
        background-color: #d3d3d3;
        background-size: cover;
        min-height: 110vh;
        position: relative;
        overflow: hidden;
        width: 100vw;
    }

    .pg2-mobile-header{
        display:none;
    }

    .pg2-title {
        color: #070e49;
    }

    .bolded {
        font-weight: bold;
    }
    
    .quote-container {
        float: left;
        font-size: 40px;
        width: 40%;
        font-family: 'Lato', sans-serif;
        margin: 8% 0 0 3%;
    }

    .quote-underline {
        width: 100%;
    }

    .bg2-title-container {
        margin-left: 50%;
        width: 100%;
    }

    .pg2-underline {
        margin-left: 15%;
    }

    .statements-container {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .statements-images1 {
        width: 52%;
    }

    .statements-images2 {
        width: 33.6%;
    }

    .statements-images3 {
        width: 48%;
    }

    #mission-container, #vision-container {
        border-radius: 3%;
        padding: 1% 1.25%;
        margin-bottom: 6%;
        height: 100%;
    }
    
    #mission-container {
        text-align: center;
        margin-left: 5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
    
    #vision-container {
        text-align: center;
        margin-left: 6.5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
   
    #values-container {
        text-align: center;
        margin-top: 6%;
        width: 21.5%;
        float: left;
    }


    .statements-body {
        text-align: left;
        font-size: 18px;
    }

    .values-body {
        font-size: 18px;
        text-align: left;
    }

    li {
        text-align: left;
    }
    
    .subheading {
        font-weight: bolder;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: #070e49;
        font-size: 25px;
        padding-top: 10%;
    }
    
   /*Page 3*/
   .bg3 {
    background-color: #faf8e8bd;
    background-size: cover;
    min-height: 95vh;
    position: relative;
    overflow: hidden;
}

.services-logo-container {
    padding-top: 5%;
    padding-bottom: 15%;
    float: left;
    position: absolute;
    padding-left: 8%;
}

#logo-mobile-caption-text-default {
    display: none;
}

#logo-caption-container {
    background-color: #faf8e8bd;
    width: 40%;
    height: 37%;
    /*right: 10%;*/
    position: absolute;
    margin: 2% 0 0 48%;
    padding: 3% 3% 25% 3%;
    border-width: 5px;
    font-family: sans-serif;
    font-size: 22px;
}

#logo-caption {
    clear: both;
    display: none;
}

#logo-caption-default {
    clear: both;
    display: block;
}

#logo-caption-header {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

#logo-caption-text {
    margin-top: 20px;
    top: 100px;
    width: 100%;
    line-height: 1.3;
    display: inline-block;
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
}

#logo-caption-text-default {
    margin-top: 20px;
    top: 100px;
    width: 100%;
    line-height: 1.3;
    display: inline-block;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

        /* Page 4 */
        .bg4 {
            background-color: rgba(238, 238, 238, 0.075) !important;
            background-image: url('img/contact_image.png');
            background-blend-mode: color;
            background-size: cover;
            min-height: 120vh;
            height: 100%;
            position: relative;
        }
    
        .pg-title {
            font-size: 30px;
            padding: 5% 0 0 0;
            font-family: 'Lato', sans-serif;
        }

        .pg4-title {
            margin-left: 4%;
        }
    
        .blue-underline {
            background-color: #00d5fb;
            padding: 0;
            margin: 0;
            width: 25%;
            border: none;
            height: 5px;
        }
    
        .pg4-underline {
            margin-left: 4%;
        }
    
        .pg4-leftcol {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            margin-left: 4%;
            float: left;
        }
    
        .pg4-rightcol {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            position: absolute;
            left: 40%;
        }
    
    .footer-container {
        height: 200px;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .footer {
        color: #ddd;
        background-color: #09503a;
        padding: 3% 3%;
    }
    
    div.footer {
        font-family: sans-serif;
        font-size: 14px;
        text-align: left;
    }

    p.first-line {
        font-size: 14px;
    }

    .foot-logo {
        float: right;
        height: 75%;
        padding: 2% 3% 0 2%;
    }
    
    .foot-logo-left {
        float: right;
        height: 55%;
        padding: 4% 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px), screen and (min-resolution: 144dpi) and (min-width: 1200px) {
    /*Fixes white space in margin*/
    html, body {
        min-height: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    /*Page One*/
    .topnav {
        display: none;
    }

    .top-section {
        float: right;
        padding-top: 0%;
        padding-left: 0;
        width: 88%;
    }
    
    .logo {
        display: none;
        width: 10%;
        padding: 1em 0 0% 1em;
        margin: 0% 0% 0% 0%;
    }

    .bg1 {
        background-color: rgba(238, 238, 238, 0.075) !important;
        background-image: url('img/front_page_image_2.jpg');
        background-blend-mode: color;
        background-size: cover;
        min-height: 120vh;
        height: 100%;
        position: relative;
    }
    
    .dot {
        background: url('img/header-dot.png');
        background-repeat: repeat;
        min-height: 120vh;
        height: 100%;
    }

    #title {
        color: white;
        font-weight: bold;
        text-align: left;
        font-family: sans-serif;
        position: absolute;
        top: 30%;
        left: 40%;
        max-width: 50%;
        font-size: 75px;
    }
    
    #logo-container {
        float: left;
        top: 0;
        height: 100%;
        left: 0;
    }
    
    #h-net-logo {
        padding-left: 10%; /*Might add media rule here*/
        padding-top: 18%;
        max-width: 60%;
        width: auto;
        height: 45%;
        position: absolute;
    }

    .big-underline {
        background-color: #00d5fb;
        padding: 0;
        margin-right: 0.5%;
        text-align: right;
        width: 71%;
        border: none;
        height: 5px;
    }
    
    .menu-links {
        padding: 5% 0 0 29%;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        font-weight: bold;
        display: block;
        text-align: left;
        word-spacing: 2.5em;
    }
    
    a {
        text-decoration: none;
        color: #00d5fb;
    }
    
    a:hover {
        color: #c8c5fc;
    }
    
    .dropdown {
        display: inline-block;
        position: relative;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 1.2% 1.6%;
        z-index: 1;
        word-spacing: normal;
    }
    
    .dropdown-content span {
        color: black;
        padding: 10px 14px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 16px;
    }
    
    .dropdown-content span:hover {
        color: white;
        background-color: rgb(161, 161, 161);
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    /*Page Two*/
    .bg2 {
        background-color: #d3d3d3;
        background-size: cover;
        min-height: 110vh;
        position: relative;
        overflow: hidden;
        width: 100vw;
    }

    .pg2-mobile-header{
        display:none;
    }

    .pg2-title {
        color: #070e49;
    }

    .bolded {
        font-weight: bold;
    }

    .quote-container {
        float: left;
        font-size: 40px;
        width: 40%;
        font-family: 'Lato', sans-serif;
        margin: 8% 0 0 3%;
    }

    .quote-underline {
        width: 100%;
    }

    .bg2-title-container {
        margin-left: 50%;
        width: 100%;
    }

    .pg2-underline {
        margin-left: 15%;
    }

    .statements-container {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .statements-images1 {
        width: 52%;
    }

    .statements-images2 {
        width: 33.6%;
    }

    .statements-images3 {
        width: 48%;
    }

    #mission-container, #vision-container {
        border-radius: 3%;
        padding: 1% 1.25%;
        margin-bottom: 6%;
        height: 100%;
    }
    
    #mission-container {
        text-align: center;
        margin-left: 5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
    
    #vision-container {
        text-align: center;
        margin-left: 6.5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
   
    #values-container {
        text-align: center;
        margin-top: 6%;
        width: 21.5%;
        float: left;
    }


    .statements-body {
        text-align: left;
        font-size: 18px;
    }

    .values-body {
        font-size: 18px;
        text-align: left;
    }
    
    .subheading {
        font-weight: bolder;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: #070e49;
        font-size: 25px;
        padding-top: 10%;
    }
    
    /*Page 3*/
    .bg3 {
        background-color: #faf8e8bd;
        background-size: cover;
        min-height: 95vh;
        position: relative;
        overflow: hidden;
    }
    
    .services-logo-container {
        padding-top: 5%;
        padding-bottom: 15%;
        float: left;
        position: absolute;
        padding-left: 8%;
    }

    #logo-mobile-caption-text-default {
        display: none;
    }
    
    #logo-caption-container {
        background-color: #faf8e8bd;
        width: 40%;
        height: 37%;
        /*right: 10%;*/
        position: absolute;
        margin: 2% 0 0 48%;
        padding: 3% 3% 25% 3%;
        border-width: 5px;
        font-family: sans-serif;
        font-size: 22px;
    }
    
    #logo-caption {
        clear: both;
        display: none;
    }

    #logo-caption-default {
        clear: both;
        display: block;
    }
    
    #logo-caption-header {
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        font-family: 'Lato', sans-serif;
    }
    
    #logo-caption-text {
        margin-top: 20px;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 28px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-caption-text-default {
        margin-top: 20px;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    
    /* Page 4 */
    .bg4 {
        background-color: rgba(238, 238, 238, 0.075) !important;
        background-image: url('img/contact_image.png');
        background-blend-mode: color;
        background-size: cover;
        min-height: 120vh;
        height: 100%;
        position: relative;
    }

    .pg-title {
        font-size: 30px;
        padding: 5% 0 0 0;
        font-family: 'Lato', sans-serif;
    }

    .blue-underline {
        background-color: #00d5fb;
        padding: 0;
        margin: 0;
        width: 25%;
        border: none;
        height: 5px;
    }

    .pg4-underline {
        margin-left: 4%;
    }

    .pg4-leftcol {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        margin-left: 4%;
        float: left;
    }

    .pg4-rightcol {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        position: absolute;
        left: 40%;
    }

    /* Footer */
    .footer-container {
        height: 200px;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .footer {
        color: #ddd;
        background-color: #09503a;
        padding: 3% 1%;
    }
    
    div.footer {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        text-align: left;
    }
    
    .foot-logo {
        float: right;
        height: 75%;
        padding: 2% 3% 0 2%;
    }
    
    .foot-logo-left {
        float: right;
        height: 55%;
        padding: 4% 0;
    }
    
    }

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    /*Fixes white space in margin*/
    html, body {
        min-height: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    /*Page One*/
    .topnav {
        display: none;
    }

    .top-section {
        float: right;
        padding-top: 0%;
        padding-left: 0;
        width: 88%;
    }
    
    .logo {
        display: none;
        width: 10%;
        padding: 1em 0 0% 1em;
        margin: 0% 0% 0% 0%;
    }

    .bg1 {
        background-color: rgba(238, 238, 238, 0.075) !important;
        background-image: url('img/front_page_image_2.jpg');
        background-blend-mode: color;
        background-size: cover;
        min-height: 120vh;
        height: 100%;
        position: relative;
    }
    
    .dot {
        background: url('img/header-dot.png');
        background-repeat: repeat;
        min-height: 120vh;
        height: 100%;
    }

    #title {
        color: white;
        font-weight: bold;
        text-align: left;
        font-family: sans-serif;
        position: absolute;
        top: 30%;
        left: 40%;
        max-width: 50%;
        font-size: 75px;
    }
    
    #logo-container {
        float: left;
        top: 0;
        height: 100%;
        left: 0;
    }
    
    #h-net-logo {
        padding-left: 10%; /*Might add media rule here*/
        padding-top: 18%;
        max-width: 60%;
        width: auto;
        height: 45%;
        position: absolute;
    }

    .big-underline {
        background-color: #00d5fb;
        padding: 0;
        margin-right: 0.5%;
        text-align: right;
        width: 71%;
        border: none;
        height: 5px;
    }
    
    .menu-links {
        padding: 5% 0 0 29%;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        font-weight: bold;
        display: block;
        text-align: left;
        word-spacing: 2.5em;
    }
    
    a {
        text-decoration: none;
        color: #00d5fb;
    }
    
    a:hover {
        color: #c8c5fc;
    }
    
    .dropdown {
        display: inline-block;
        position: relative;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 1.2% 1.6%;
        z-index: 1;
        word-spacing: normal;
    }
    
    .dropdown-content span {
        color: black;
        padding: 10px 14px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 16px;
    }
    
    .dropdown-content span:hover {
        color: white;
        background-color: rgb(161, 161, 161);
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    /*Page Two*/
    .quote-container {
        float: left;
        font-size: 40px;
        width: 40%;
        font-family: 'Lato', sans-serif;
        margin: 8% 0 0 3%;
    }

    .bg2 {
        background-color: #d3d3d3;
        background-size: cover;
        min-height: 110vh;
        position: relative;
        overflow: hidden;
        width: 100vw;
    }

    .pg2-mobile-header{
        display:none;
    }

    .pg2-title {
        color: #070e49;
    }

    .bolded {
        font-weight: bold;
    }

    .quote-underline {
        width: 100%;
    }

    .bg2-title-container {
        margin-left: 50%;
        width: 100%;
    }

    .pg2-underline {
        margin-left: 15%;
    }

    .statements-container {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .statements-images1 {
        width: 52%;
    }

    .statements-images2 {
        width: 33.6%;
    }

    .statements-images3 {
        width: 48%;
    }

    #mission-container, #vision-container {
        border-radius: 3%;
        padding: 1% 1.25%;
        margin-bottom: 6%;
        height: 100%;
    }
    
    #mission-container {
        text-align: center;
        margin-left: 5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
    
    #vision-container {
        text-align: center;
        margin-left: 6.5%;
        margin-top: 5%;
        width: 20%;
        float: left;
    }
   
    #values-container {
        text-align: center;
        margin-top: 6%;
        width: 21.5%;
        float: left;
    }


    .statements-body {
        text-align: center;
        font-size: 18px;
    }

    .values-body {
        font-size: 18px;
        text-align: center;
    }

    li {
        text-align: left;
    }
    
    .subheading {
        font-weight: bolder;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: #070e49;
        font-size: 25px;
        padding-top: 10%;
    }
    
   /*Page 3*/
   .bg3 {
    background-color: #faf8e8bd;
    background-size: cover;
    min-height: 95vh;
    position: relative;
    overflow: hidden;
}

.services-logo-container {
    padding-top: 5%;
    padding-bottom: 15%;
    float: left;
    position: absolute;
    padding-left: 8%;
}

#logo-mobile-caption-text-default {
    display: none;
}

#logo-caption-container {
    background-color: #faf8e8bd;
    width: 40%;
    height: 37%;
    /*right: 10%;*/
    position: absolute;
    margin: 2% 0 0 48%;
    padding: 3% 3% 25% 3%;
    border-width: 5px;
    font-family: sans-serif;
    font-size: 22px;
}

#logo-caption {
    clear: both;
    display: none;
}

#logo-caption-default {
    clear: both;
    display: block;
}

#logo-caption-header {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

#logo-caption-text {
    margin-top: 20px;
    top: 100px;
    width: 100%;
    line-height: 1.3;
    display: inline-block;
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
}

#logo-caption-text-default {
    margin-top: 20px;
    top: 100px;
    width: 100%;
    line-height: 1.3;
    display: inline-block;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
        /* Page 4 */
        .bg4 {
            background-color: rgba(238, 238, 238, 0.075) !important;
            background-image: url('img/contact_image.png');
            background-blend-mode: color;
            background-size: cover;
            min-height: 120vh;
            height: 100%;
            position: relative;
        }
    
        .pg-title {
            font-size: 30px;
            padding: 5% 0 0 0;
            font-family: 'Lato', sans-serif;
        }
    
        .blue-underline {
            background-color: #00d5fb;
            padding: 0;
            margin: 0;
            width: 25%;
            border: none;
            height: 5px;
        }
    
        .pg4-underline {
            margin-left: 4%;
        }
    
        .pg4-leftcol {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            margin-left: 4%;
            float: left;
        }
    
        .pg4-rightcol {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            position: absolute;
            left: 40%;
        }
    
    .footer-container {
        height: 200px;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .footer {
        color: #ddd;
        background-color: #09503a;
        padding: 3% 1%;
    }
    
    div.footer {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        text-align: left;
    }
    
    .foot-logo {
        float: right;
        height: 75%;
        padding: 2% 3% 0 2%;
    }
    
    .foot-logo-left {
        float: right;
        height: 55%;
        padding: 4% 0;
    }
    
    }

@media only screen and (max-width: 1000px) and (orientation: portrait) {
    /*Fixes white space in margin*/
    html, body {
        min-height: 90vh;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }


    /*Page One*/
    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }
      
    .topnav #myLinks {
        display: none;
    }
      
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 4vh;
        display: block;
    }

    #myLinks a {
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .topnav span {
          font-size: 10px;
    }
      
    .topnav a.icon {
        background: #222222;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
      
    a.icon {
        font-size: 4vh;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
      
    .active {
        background-color: #222222;
        color: white;
        min-height: 4vh;
        font-size: 500px;
        font-family: sans-serif;
    }

    #sublinks {
          display:none;
          background-color: #5a5a5a;
    }

    #about-links {
        display:none;
        background-color: #5a5a5a;
    }

    #join-links {
        display:none;
        background-color: #5a5a5a;
    }

    #commons-links {
      display:none;
      background-color: #5a5a5a;
    }

    .big-underline {
        display: none;
    }

    .active img {
          height: 3vh;
          padding-right: 10px;
    }

    .bg1 {
        background-color: rgba(238, 238, 238, 0.308) !important;
        background-image: url('img/front_page_image_2.jpg');
        background-blend-mode: color;
        background-size: cover;
        min-height: 90vh;
        height: 100%;
        position: relative;
    }
    
    .dot {
        background: url('img/header-dot.png');
        background-repeat: repeat;
        min-height: 90vh;
        height: 100%;
    }

    .big-underline {
        background-color: #00d5fb;
        padding: 0;
        text-align: right;
        width: 87%;
        border: none;
        height: 5px;
    }
    
    #title {
        color: white;
        font-weight: bold;
        text-align: left;
        margin-left: 3%;
        font-family: sans-serif;
        padding-top: 15%;
        font-size: 50px;
    }
    
    #logo-container {
        text-align: center;
        top: 0;
        width: 100%;
    }
    
    #h-net-logo {
        padding-top: 8%;
        width: 50%;
        height: 45%;
    }

    .menu-links {
        display: none;
    }

    /*Makes links stack vertically*/
    .menu-links a {
        display: none;
    }
    
    a {
        display: none;
    }
    
    a:hover {
        color: white;
    }
    
    .dropdown {
        display: none;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 1.2% 1.6%;
        z-index: 1;
    }
    
    .dropdown-content span {
       display: none;
    }
    
    .dropdown-content span:hover {
        display: none;
    }
    
    .dropdown:hover .dropdown-content {
        display: none;
    }
    
    /*Page Two*/
    .bg2 {
        background-color: #d3d3d3;
        background-size: cover;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
        width: 100vw;
    }

    .pg2-mobile-header{
        color: #070e49;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 3%;
    }

    .quote-container {
        
        width: 100%;
        text-align: center;
        font-family: 'Lato', sans-serif;
        margin-top: 6%;
    }

    .pg2-title {
        display: none;
    }

    .bolded {
        font-weight: bold;
    }

    .quote-underline {
        width: 80% !important; 
        margin-left: 10% !important;
        padding: 0 13%;
        text-align: center;
    }

    .bg2-title-container {
        margin-left: 50%;
        width: 100%;
    }

    .pg2-underline {
        display: none;
    }

    .mobile-br {
        display: none;
    }
    
    .statements-container {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .statements-images2 {
        display: none;
    }

    .statements-images3 {
        display: none;
    }

    #mission-container, #vision-container {
        border-radius: 3%;
        height: 100%;
        padding: 0 5%;
    }
    
    #mission-container {
        text-align: left;
        margin-top: 5%;
        width: 90%;
        font-size: 15px;
    }
   
    #values-container {
        text-align: left;
        font-size: 15px;
        margin: 2% 0 8% 5%;
        width: 90%;
    }

    
    li {
        font-weight: bold;
        text-align: left;
    }

    .subheading {
        font-weight: bolder;
        text-align: center;
        width: 100%;
        font-family: 'Lato', sans-serif;
        color: #070e49;
        font-size: 25px;
    }
    
    /*Page 3*/
    .bg3 {
        background-color: #faf8e8bd;
        background-size: cover;
        min-height: 102vh;
        position: relative;
        overflow: hidden;
    }

    .fixed-line-header {
        top: 15%;
        display: none;
    }
    
    .services-logo-container {
        padding-top: 10%;
        padding-bottom: 15%;
        float: left;
        padding-left: 8%;
        padding-right: 8%;
    }

    div.services-logo-container img {
        max-width: 100%; 
        height: auto;
        width: auto;
    }

    #logo-mobile-caption-text-default {
        display: none;
    }
    
    #logo-caption-container {
        background-color: #faf8e8bd;
        border-width: 5px;
        font-family: sans-serif;
        font-size: 22px;
        text-align: center;
    }
    
    #logo-caption {
        clear: both;
        display: none;
    }

    #logo-caption-default {
        clear: both;
        display: block;
    }
    
    #logo-caption-header {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 25px;
        width: 100%;
        display: inline-block;
        font-family: 'Lato', sans-serif;
    }

    #pg3-header {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        font-family: 'Lato', sans-serif;
    }
    
    #logo-caption-text {
        margin: 25px 0;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 22px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-mobile-caption-text-default {
        margin-top: 0 0 25px 0;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 26px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-caption-text-default {
        display: none;
    }

        /* Page 4 */
        .bg4 {
            background-color: rgba(238, 238, 238, 0.075) !important;
            background-image: url('img/contact_image_mobile.png');
            background-blend-mode: color;
            background-size: cover;
            min-height: 100vh;
            height: 100%;
            position: relative;
        }
    
        .pg-title {
            font-size: 20px;
            font-weight: bold;
            padding: 5% 0 0 4%;
            font-family: 'Lato', sans-serif;
        }
    
        .blue-underline {
            background-color: #00d5fb;
            padding: 0;
            margin: 0;
            width: 25%;
            border: none;
            height: 5px;
        }
    
        .pg4-underline {
            margin-left: 4%;
            height: 3px;
        }
    
        .pg4-leftcol {
            font-size: 18px;
            font-family: 'Lato', sans-serif;
            margin-left: 4%;
        }
    
        .pg4-rightcol {
            font-size: 18px;
            font-family: 'Lato', sans-serif;
            margin-left: 4%;
        }

        .mobile-contact-delete {
            display: none;
        }
    
    .footer-container {
        height: 125px;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .footer {
        color: #ddd;
        background-color: #09503a;
        padding: 3% 4%;
    }
    
    div.footer {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 10px;
        text-align: left;
    }
    
    .foot-logo {
        float: right;
        height: 50%;
        padding: 8% 0 0 0;
    }
    
    .foot-logo-left {
        float: right;
        height: 40%;
        padding: 10% 0 0 4%;
    }
    
    }

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    /*Fixes white space in margin*/
    html, body {
        min-height: 90vh;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }


    /*Page One*/
    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }
      
    .topnav #myLinks {
        display: none;
    }
      
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 7vh;
        font-family: 'Source Sans Pro', sans-serif;
        display: block;
    }

    #myLinks a {
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;;
    }

    .topnav span {
          font-size: 10px;
    }
      
    .topnav a.icon {
        background: #222222;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
      
    a.icon {
        font-size: 7vh;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
      
    .active {
        background-color: #222222;
        color: white;
        min-height: 8vh;
        font-size: 500px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #sublinks {
          display:none;
          background-color: #5a5a5a;
          font-family: 'Source Sans Pro', sans-serif;
    }

    #about-links {
        display:none;
        background-color: #5a5a5a;
    }

    #join-links {
        display:none;
        background-color: #5a5a5a;
    }

    #commons-links {
      display:none;
      background-color: #5a5a5a;
    }

    .big-underline {
        display: none;
    }

    .active img {
          height: 6vh;
          padding-right: 10px;
    }

    .bg1 {
        background-color: rgba(238, 238, 238, 0.308) !important;
        background-image: url('img/front_page_image_2.jpg');
        background-blend-mode: color;
        background-size: cover;
        min-height: 130vh;
        height: 100%;
        position: relative;
    }
    
    .dot {
        background: url('img/header-dot.png');
        background-repeat: repeat;
        min-height: 90vh;
        height: 100%;
    }
    
    #title {
        color: white;
        font-weight: bold;
        text-align: left;
        display: none;
        margin-left: 3%;
        font-family: sans-serif;
        padding-top: 15%;
        font-size: 50px;
    }
    
    #logo-container {
        text-align: center;
        top: 0;
        width: 100%;
    }
    
    #h-net-logo {
        padding-top: 8%;
        width: 30%;
        height: 45%;
    }

    .menu-links {
        display: none;
    }

    /*Makes links stack vertically*/
    .menu-links a {
        display: none;
    }
    
    a {
        display: none;
    }
    
    a:hover {
        color: white;
    }
    
    .dropdown {
        display: none;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 1.2% 1.6%;
        z-index: 1;
    }
    
    .dropdown-content span {
       display: none;
    }
    
    .dropdown-content span:hover {
        display: none;
    }
    
    .dropdown:hover .dropdown-content {
        display: none;
    }
    
    /*Page Two*/
    .bg2 {
        background-color: #d3d3d3;
        background-size: cover;
        min-height: 110vh;
        position: relative;
        overflow: hidden;
        width: 100vw;
    }

    .pg2-mobile-header{
        display:none;
    }

    .quote-container {
        float: left;
        font-size: 29px;
        width: 40%;
        font-family: 'Lato', sans-serif;
        margin: 8% 0 0 3%;
    }

    .pg2-title {
        color: #070e49;
    }

    .bolded {
        font-weight: bold;
    }

    .quote-underline {
        width: 100%;
    }

    .bg2-title-container {
        margin-left: 50%;
        width: 100%;
    }

    .pg2-underline {
        margin-left: 15%;
    }

    .statements-container {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .statements-images1 {
        width: 52%;
    }

    .statements-images2 {
        width: 33.6%;
    }

    .statements-images3 {
        width: 48%;
    }

    #mission-container, #vision-container {
        border-radius: 3%;
        padding: 1% 1.25%;
        margin-bottom: 6%;
        height: 100%;
    }
    
    #mission-container {
        text-align: left;
        margin-left: 5%;
        margin-top: 5%;
        width: 25%;
        float: left;
    }
   
    #values-container {
        text-align: left;
        margin-top: 8%;
        width: 21.5%;
        float: left;
    }

    li {
        font-weight: bold;
        text-align: left;
    }

    .subheading {
        font-weight: bolder;
        text-align: left;
        font-family: 'Lato', sans-serif;
        color: #070e49;
        font-size: 25px;
        padding-top: 10%;
    }
    
    /*Page 3*/
    .bg3 {
        background-color: #faf8e8bd;
        background-size: cover;
        min-height: 125vh;
        position: relative;
        overflow: hidden;
    }

    .fixed-line-header {
        top: 15%;
        display: none;
    }
    
    .services-logo-container {
        padding-top: 7%;
        width: 100%;
        margin: 0 19%;
        padding-bottom: 5%;
        text-align: center;
    }

    div.services-logo-container img {
        text-align: center;
    }
    
    #logo-caption-container {
        background-color: #faf8e8bd;
        border-width: 5px;
        font-family: sans-serif;
        font-size: 22px;
        text-align: center;
    }
    
    #logo-caption {
        clear: both;
        display: none;
    }

    #logo-caption-default {
        clear: both;
        display: block;
    }
    
    #logo-caption-header {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 25px;
        width: 100%;
        display: inline-block;
        font-family: 'Lato', sans-serif;
    }

    #pg3-header {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        font-family: 'Lato', sans-serif;
    }
    
    #logo-caption-text {
        margin: 25px 0;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 22px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-mobile-caption-text-default {
        margin: 0 0 25px 0;
        top: 100px;
        width: 100%;
        line-height: 1.3;
        display: inline-block;
        font-size: 26px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-caption-text-default {
        display: none;
    }
        /* Page 4 */
        .bg4 {
            background-color: rgba(238, 238, 238, 0.075) !important;
            background-image: url('img/contact_image.png');
            background-blend-mode: color;
            background-size: cover;
            min-height: 120vh;
            height: 100%;
            position: relative;
        }
    
        .pg-title {
            font-size: 30px;
            padding: 5% 0 0 0;
            font-family: 'Lato', sans-serif;
        }

        .pg4-title {
            padding-left: 4%;
        }
    
        .blue-underline {
            background-color: #00d5fb;
            padding: 0;
            margin: 0;
            width: 25%;
            border: none;
            height: 5px;
        }
    
        .pg4-underline {
            margin-left: 4%;
        }
    
        .pg4-leftcol {
            font-size: 12px;
            font-family: 'Lato', sans-serif;
            margin-left: 4%;
        }
    
        .pg4-rightcol {
            font-size: 10.5px;
            font-family: 'Lato', sans-serif;
            position: absolute;
            top: 17%;
            left: 44%;
        }
    
        .footer-container {
            height: 120px;
            margin: 0;
            padding: 0;
            width: 100%;
            overflow: hidden;
        }
        
        .footer {
            color: #ddd;
            background-color: #09503a;
            padding: 2% 1% 3% 4%;
        }
        
        div.footer {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 10px;
            text-align: left;
        }
        
        .foot-logo {
            float: right;
            height: 60%;
            padding: 3% 7% 5% 0;
        }
        
        .foot-logo-left {
            float: right;
            height: 50%;
            padding: 4% 0 5% 1%;
        }
        
        }


