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

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




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;
}


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

h1 {

    text-align: center;
    font-size: 4.000em;
    font-weight: 800;
    margin-bottom: 1.000em;
}

h2 {
    font-size: 1.75em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.500em;
    margin-top: 0.700em;
}

h3 {
    font-size: 1.250em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.000em;

}

hr.line {

    text-align: center;
    margin: 4.500em auto 4.000em auto;
    width: 6.000em;
    border: 0.100em solid rgba(255, 149, 0, 1);
    background-color: rgba(255, 149, 0, 1);
}

.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 .description {

    margin-top: 7em;
}

.main p {

    text-align: justify;
    font-size: 1.250em;
    font-weight: 300;

}

.center p {
    margin-top: 5em;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
}

.List {
    /*
    display: flex;
*/
    text-align: center;
    align-content: center;
    justify-content: center;
    margin-left: 0.3em;
}

.bold {

    font-weight: 700;
}

.description ul {

    text-align: justify;
    font-size: 1.250em;
    padding: 0.250em 0.500em 0.25em 0.800em;
    list-style-type: circle;

}

li {
    font-weight: 300;
    margin-top: 0.3em;
    margin-bottom: 0.3em;

}





/* 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;
    }
}

/* 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: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 8em;

    }

    h1 {

        text-align: center;
        font-size: 3.000em;

    }

    h2 {
        font-size: 1.75em;

    }

    h3 {
        font-size: 1.000em;

    }

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

    .center p {
        font-size: 1.5em;
    }

    .description ul {

        font-size: 1.0em;

    }

    .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: 92%;
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom: 8em;

    }

    h1 {

        text-align: center;
        font-size: 3.000em;

    }

    h2 {
        font-size: 1.75em;

    }

    h3 {
        font-size: 1.000em;

    }

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

    .center p {
        font-size: 1.5em;
    }

    .description ul {

        font-size: 1.0em;

    }

    .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;
    }


}
