* {
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    overflow-x: hidden;
    color: #002B5C;
    background-color: white;
    line-height: normal;
}

h2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 17pt;
}

ul {
    list-style: none;
}

p, li {
    padding-bottom: 10px;
}

.orng {
    color: #E37F1C;
}

#servicesInfo a, #owners a, #managers a, #support a {
    text-decoration: none;
    color: #E37F1C;
    display: block;
}

    #servicesInfo a:visited, #owners a:visited, #managers a:visited, #support a:visited, .bodyHighlight {
        color: #E37F1C;
    }


/*
==================================
========== The Nav Bar ===========
==================================
*/

#mobilenav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 3;
}

#logo img {
    width: 180px;
    padding-top: 8px;
    padding-left: 10px;
}

#menubutton, #menubutton2 {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
}

#menubutton2 {
    display: none;
}

#mobilemenu {
    position: fixed;
    top: 52px;
    right: 0px;
    width: 50%;
    height: 100vh;
    background: white;
    padding-top: 20px;
    display: none;
    z-index: 3;
}

    #mobilemenu a {
        font-size: 12pt;
        text-decoration: none;
        color: #002B5C;
        float: left;
        width: 140px;
        padding: 20px 0px 20px 40px;
    }

#blackout {
    width: 100vw;
    height: 150vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: fixed;
    display: none;
}


/*
==================================
=========== Home Page ============
==================================
*/

#noshow {
    display: none;
}

#home video {
    padding-top: 50px;
    width: 110%;
    opacity: .5;
    display: none;
}

#instaconnect {
    font-size: 13pt;
    text-align: center;
    position: absolute;
    top: 20vh;
    left: 25vw;
}

#mobSign {
    font-size: 10pt;
    text-decoration: none;
    background-color: #002B5C;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

#homebg {
    height: 870px;
    background-image: url("/assets/img/home_mobile.jpg");
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    margin-top: -90px;
    z-index: 0;
}

#homeimg {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
}

#homevid {
    display: none;
}

#homeimg h3 {
    font-size: 28pt;
    width: 300px;
}

#title {
    margin-bottom: 320px;
}

#sign {
    text-align: center;
}

#signup {
    background-color: #002B5C;
    color: white;
    text-decoration: none;
    font-size: 17pt;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    border-radius: 11px;
}

#homedetails {
    width: 300px;
    margin: auto;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
}

.mobNoShow {
    display: none;
}

#homedetails img {
    height: 40px;
    padding: 20px 20px 20px 0px;
}

#wifi p, #time p, #people p {
    width: 195px;
    font-size: 12pt;
    margin: -60px 0px 0px 70px;
}

#wifi, #time, #people {
    padding-bottom: 30px;
}

#scroll {
    width: 70px;
    margin: auto;
    padding-top: 80px;
}

#services, #owners, #managers, #support, #about, #contact {
    width: 300px;
    margin: auto;
    padding-top: 50px;
}

#owners, #managers, #support, #about, #contact {
    height: 650px;
}


/*
==================================
============ Services ============
==================================
*/

#servicesInfo li {
    padding-bottom: 10px;
}

.sideNote {
    font-size: 8pt;
    padding-top: 10px;
}

#services img {
    width: 280px;
    margin: auto;
    padding-bottom: 20px;
}


#servicePlanMobile{
    display: block;
}

#servicePlan {
    display: none;
}

#servicesInfo a, #managers a {
    text-decoration: none;
    color: #E37F1C;
    display: block;
}

#servicesInfo a:visited, #managers a:visited {
    color: #E37F1C;
}


/*
==================================
============= Owners =============
==================================
*/

#owners {
    height: 930px;
    padding-bottom: 40px;
    padding-top: 30px;
}

#ownersub {
    text-align: center;
}

#owners img {
    width: 300px;
    padding-top: 10px;
}

#ownersicon {
    display: none;
}

#owners ul {
    width: 250px;
    margin: auto;
}

#owners li {
    padding-bottom: 20px;
}

#ownersimg a {
    text-decoration: none;
    font-size: 8pt;
}

#owners ul {
    padding-top: 20px;
}


/*
==================================
=========== Managers =============
==================================
*/

#managers {
    height: 1150px;
    margin-top: 150px;
    padding-top: 100px;
}

    #managers img {
        width: 300px;
        margin: auto;
        padding-bottom: 20px;
    }

    #managers ul {
        width: 280px;
        margin: auto;
    }

    #managers li {
        padding-bottom: 20px;
    }

#managersNote {
    width: 200px;
    padding-left: 10px;
}


/*
==================================
============ Support =============
==================================
*/

#support {
    padding-top: 150px;
}

    #support img {
        width: 300px;
        padding-bottom: 20px;
    }

    #support p {
        width: 250px;
        padding-bottom: 15px;
    }


/*
==================================
============= About ==============
==================================
*/

#about {
    height: 370px;
}

    #about p {
        padding-bottom: 20px;
    }


/*
==================================
============ Contact =============
==================================
*/

#contact {
    margin-top: 50px;
    margin-bottom: 50px;
}

#my_form {
    width: 300px;
    margin: auto;
    padding-bottom: 30px;
}

    #my_form p, #my_form input, #my_form textarea {
        width: 300px;
        margin-bottom: 5px;
        color: #002B5C;
    }

    #my_form select {
        width: 300px;
        padding: 10px 10px 10px 10px;
        font-size: 9pt;
        border-style: solid;
        border-width: thin;
        border-color: #e6e6e6;
        background-color: white;
    }

    #my_form input {
        padding: 5px 10px 5px 10px;
        font-size: 9pt;
    }

#name {
    margin-top: 10px;
}

.name {
    margin-top: 10px;
}

#my_form p {
    padding-bottom: 3px;
}

#helpQuestion {
    padding-top: 20px;
}

#my_form textarea {
    font-size: 9pt;
    padding: 10px 10px 10px 10px;
    border-color: #e6e6e6;
}

#my_form input:focus, #my_form textarea {
    outline-color: rgba(227, 127, 28, .5);
}

#name {
    margin-top: 20px;
}

.antispam {
    display: none;
}


/*
==================================
============= Footer =============
==================================
*/

#footerNav {
    display: none;
    height: 100%;
    background-color: #e6e6e6;
}

footer {
    width: 100%;
    height: 135px;
    background-color: #e6e6e6;
    padding-top: 10px;
}

    footer a:visited {
        color: #002B5C;
        text-decoration: none;
    }

#footerSect {
    width: 360px;
    margin: auto;
}

footer h3 {
    padding-bottom: 5px;
}

#footerSupport {
    display: none;
}


#footerContact {
    float: left;
    padding-right: 24px;
}

#copyright {
    font-size: 9pt;
}
