@font-face {
    font-family: RobotoCondensed;
    src: url(/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}
body {
    font-family: RobotoCondensed;
    background-color: #101010;
}
.background {
    background-color: #101010;
    max-width: 100%;
    height: 100%;
    margin-left: 2em;
    margin-right: 2em;
}
.page_content {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 3.3em);
}
#main_img {
    height: 12em;
}
.title {
    color: lightgray;
    text-align: center;
}
.quote {
    font-style: italic;
    color: lightgray;
    font-size: 1em;
    text-align: center;
}
p {
    font-size: 1em;
    color: lightgray;
}
.ws {
    width: 70%;
    color: lightgray;
}
.NavBar_Opt a {
    text-decoration: none;
    color: white;
    opacity: 100%;
}
button {
    background-color: #101010;
    color: lightgray;
    display: inline-block;
    transition-duration: 0.25s;
    cursor: pointer;
    font-family: RobotoCondensed;
}
.contact_button_div {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
    width: 100%;
}
#picker_sec {
    margin-bottom: 2em;
}
.contact_button {
    text-align: center;
    height: 4em;
}
footer {
    width: 100%;
    text-align: center;
}
.footer_text {
    color: lightgray;
    text-align: center;
}
/*Large devices Computers*/
@media (min-width: 992px) {
    #main_img_div {
        margin-top: 10em;
        margin-bottom: 4em;
        width: auto;
        height: auto;
        text-align: center;
        position: relative;
    }
    #main_title {
        font-weight: bold;
        font-size: 6em;
        margin-bottom: 2em;
        margin-top: 1em;
    }
    #sub_title {
        font-size: 3em;
        margin-bottom: 3em;
    }
    .heading {
        color: lightgray;
        font-size: 2em;
        margin-top: 8em;
        text-align: center;
    }
    .AP_PageText {
        font-size: 1.33em;
        color: lightgray;
        width: 40%;
        margin-left: 30%;
    }
    #AP_version {
        margin-bottom: 1em;
    }
    nav {
        margin: 0;
        left: 0;
        top: 0;
        position: absolute;
    }
    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    nav li {
        float: left;
        display: block;
    }
    nav li:hover {
        transition-duration: 0.25s;
        background-color: #b10101;
    }
    nav a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 1.33em 1.33em;
        cursor: pointer;
        color: white;
    }
    #hamburger {
        opacity: 0; 
        height: 0; 
    }
    button {
        border-radius: 0.2em;
        border: 0.2em solid #b10101;
    }
    button:hover {
        background-color: #b10101;
    }
    #entry_button {
        text-align: center;
        margin-top: 10em;
        height: 4em;
        width: 30em;
    }
    #picker_sec_title {
        font-size: 4em;
    }
    .picker_button_div {
        text-align: center; 
        margin-top: 5em;
    }
    .picker_button {
        height: auto;
        width: 40em;
        margin-top: 5em;
    }
    .picker_button_title {
        color: gray;
        font-size: 3em;
        margin-top: 1.25em;
        text-align: center;
    }
    .picker_button_heading {
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 1.5em;
        color: gray;
        text-align: center;
    }
    .picker_img_div {
        float: left;
    }
    .picker_img {
        height: 16em;
        transform: translateX(2em) translateY(3em);
        padding-bottom: 1em;
    }
    .contact_button {
        width: 30%;
    }
}
/*Small devices Phones*/
@media (max-width: 992px) {
    #main_img_div {
        margin-top: 6em;
        margin-bottom: 4em;
        width: auto;
        height: auto;
        text-align: center;
    }
    #main_title {
        font-weight: bold;
        font-size: 4em;
        margin-bottom: 2em;
        margin-top: 1em;
    }
     #sub_title {
        font-size: 2em;
        margin-bottom: 8em;
    }
    .heading {
        color: lightgray;
        font-size: 2em;
        margin-top: 4em;
        text-align: center;
    }
    .AP_PageText {
        font-size: 1.2em;
        color: lightgray;
        margin-bottom: 2em;
    }
    nav {
        height: 120%;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #800000ee;
        width: 0;
        transition-duration: 0.5s;
        position: fixed;
        display: block;
        transition-duration: 0.25s;
        overflow: hidden;
        z-index: 1;
    }
    nav ul {
        float: left;
    }
    nav li {
        list-style-type: none;
        color: white;
        font-size: 3em;
        font-weight: bold;
        margin-bottom: -1.5em;
        margin-top: 2em;
        overflow: hidden;
        position: relative;
        transition-duration: 0.33s;
    }
    nav li:hover {
        background-color: #b10101;
    }
    nav a {
        text-decoration: none;
        color: white;
        padding-right: 2em;
        position: relative;
        cursor: pointer; 
    }
    #hamburger {
        text-align: center;
        width: 2.66em;
        padding: 1.33em 1.33em 1.33em 1.33em;
        right: 0;
        top: 0;
        transition-duration: 0.25s;
        position: absolute;
        z-index: 2;
    }
    #hamburger:hover {
        background-color: #b10101;
        cursor: pointer;
    }
    #hamburger_pic {
        height: 1em;
    }
    #Close_side {
        float: right;
        height: 0.1em;
    }
    button {
        border-radius: 0.33em;
        border: 2px solid #b10101;
    }
    #entry_button {
        text-align: center;
        margin-top: 6em;
        height: 4em;
        width: 16em;
    }
    #picker_sec_title {
        font-size: 4em;
    }
    .picker_button_div {
        text-align: center; 
        margin-top: 5em;
    }
    .picker_button {
        height: auto;
        width: 20em;
        margin-top: 5em;
    }
    .picker_button_title {
        color: gray;
        font-size: 2em;
        margin-top: 0.5em;
        text-align: center;
    }
    .picker_button_heading {
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-size: 1.5em;
        color: gray;
        text-align: center;
    }
    .picker_img_div {
        text-align: center;
        margin-top: 2em;
    }
    .picker_img {
        height: 16em;
        padding-bottom: 1em;
    }
    .contact_button {
        width: 14em;
    }
}