/*quick hack to hide signin*/
a[href="Signin.html"] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

/* page layout for footer */
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2em;
    /* Footer height */
}

/* Style the top navigation bar */
.topbar {
    margin-top: 0.00em;
    margin-bottom: 0.00em;
    vertical-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: top 0.1 sec;
    z-index: 100;
    display: inline-block;

}


/* Adding logo to Header*/
.logo img {
    display: inline-block;
    width: 3em;
    height: auto;
    margin-bottom: 0.00em;
    margin-left: 1em;
    margin-top: 0.5em;
    float: left;
    z-index: 100;
}

.disableSelection {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.main {
    width: 70%;
    height: auto;
    margin-top: 5em;
    margin-bottom: 2em;
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    /* #f2f2f2  change to hrayish later on*/
    padding: 0.600em 1.000em 0.600em 1.000em;
    
}

.main h1 {
    text-align: center;
    font-size: 4em;
    font-weight: 800;
    color: black;
    margin-bottom: 2em;
  
}

.main h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: black;
    margin-top: 2em;


}

.main h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: black;
    margin-top: 1em;

}

.main p {
    font-size: 1.200em;
    color: black;
    padding: 0.250em 0em 0.25em 0em;
    font-weight: 300;
    text-align: justify;

}

.main p.address {
    padding: 0;
}

.main ul {
    color: black;
    margin-left: 20px;
}


/*.main ol {
    margin-left: 10px;
}*/


/* Create three equal columns that floats next to each other */
.footer {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;

}

.copyRighted {
    background-color: transparent;
    padding: 0.000em 0.000em;
    width: 20%;
    height: 1.5em;
    text-align: left;
    margin-top: 0.000em;
    margin-bottom: 0.000em;
}

.copyRighted a {
    text-decoration: none;
    font-size: 0.750em;
    font-weight: 300;
    color: rgb(255, 255, 255, 0.5);
    padding: 0.100em 0.600em;
    text-align: center;
    margin-bottom: 0.000em;
    color: gray;
}

.aboutus {
    background-color: transparent;
    padding: 0.000em 0.000em;
    width: 60%;
    height: 1.5em;
    text-align: center;
    margin-top: 0.000em;
    margin-bottom: 0.000em;

}

.aboutus p {
    font-size: 1.000em;
    color: rgba(255, 149, 0, 1);
    padding: 0.100em 0.500em;
    display: inline;
    margin-bottom: 0.000em;

}

.aboutus a {
    text-decoration: none;
    font-size: 0.750em;
    font-weight: 400;
    color: black;
    padding: 0.100em 0.600em;
    text-align: center;
    margin-bottom: 0.000em;

}

.spaceBox {
    width: 20%;
}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
    body {
        width: 100%;
        float: none;
        background-color: white;
        /*#1a1a1a*/
    }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    
    .logo img {

        margin-left: 0.5em;
        margin-top: 0.5em;

    }
    
    body {
        background-color: white;
        float: none;
        width: 100%;
    }

    .main {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;

    }


    .main h2 {
        font-size: 1.4em;
    }

    .main h3 {
        font-size: 1.1em;

    }

    .main p {
        font-size: 0.900em;
    
    }


    .footer {
        width: 100%;
        display: block;
        justify-content: center;
        height: 3em;
    }

    .copyRighted {
        width: 100%;
        text-align: center;
        font-size: 0.900em;
    }

    .aboutus {
        width: 100%;
        font-size: 0.900em;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
    
    .logo img {

        margin-left: 0.5em;
        margin-top: 0.5em;

    }
    
    body {
        float: none;
        background-color: white;
        width=100%;

    }
    
      .main {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;

    }

    .main h1 {
        font-size: 2em;
        
        
    }

    .main h2 {
        font-size: 1.4em;
    }

    .main h3 {
        font-size: 1.1em;

    }

    .main p {
        font-size: 0.900em;
    
    }

    .footer {
        width: 100%;
        display: block;
        justify-content: center;
        height: 3em;
    }

    .copyRighted {
        width: 100%;
        text-align: center;
        font-size: 0.800em;
    }

    .aboutus {
        width: 100%;
        font-size: 0.600em;
    }

}
