/* Default */
@media screen and (min-width: 0px) {
:root {
    --darkGreen: #0E7359;
    --darkerGreen: #074d3b;
    --lightGreen: #196B35;
    --lightestGreen: #86AA96;
    --white: #ffffff;
}



body {
    background-color: var(--darkGreen);
    margin: 0px;
    font-family: "EB Garamond", serif;
}

nav {
    background-color: var(--darkGreen);
    background-image: linear-gradient(to right, var(--darkGreen) , var(--darkerGreen));
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
}

/*
.navbar-nav {
    width: 30%;
    margin-left: 70%;
}
*/
footer {
    background-color: var(--darkGreen);
    width: 100%;
    height: 300px;
    padding-top: 5px;
}

footer > div {
    padding-top: 40px;
    height: fit-content;
}

footer > hr {
    border-color:var(--white);
    width: 90%;
    border-width: 5px;
    border-style: solid;
    visibility: visible;
    border-radius: 2px;
}

/* fixed?  This is behaving weirdly */
hr {
    /* padding: 5px; */
    border-style: solid;
    border-color: var(--white);
    border-width: 3px;
    /* border-style:hidden; */
    /* border-bottom-style: solid; */
    width: 90%;
    border-radius: 2px;
    /* border-bottom-width: 10px; */
}

h5 {
    padding-bottom: 25px;
}

.errortext {
    color: red;
}

.loginPage {
    background-color:var(--lightestGreen);
    padding-top: 50px;
    padding-bottom: 50px;
}



#loginImage {
    visibility: visible;
    position: static;
}

/* Affects all anchor-tag children of the nav_links class */
.nav_links >  a {
    text-decoration: none;
    color:var(--white);
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

a.nav-link {
    text-decoration: none;
    color:var(--white) !important;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}


.nav_links {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 25px;
}

img.nav_logo {
    display: block;
    max-width:100%;
    max-height:50px;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 25px;
}

a.current_link {
    font-weight:bolder;
}

h4.slogan {
    width: 60%;
    color:var(--white);
    font-size: 60px;
    text-shadow: 2px 2px 8px rgba(0, 0, 5, 0.5);
    position: absolute;
    top: 300px;
    left:20%;
    right: 20%;
    text-align: center; 
}

.duel_boxes {
    width: 100%;
    height: 450px;
}

.duel_boxes > div {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.left_box {
    float: left;
}

.right_box {
    float: right;
}

#signin_box {
    background-image: url("images/Driver.png");
    background-position: center;
}

#apply_box {
    background-image: url("images/Writing.png");
    background-position: center;
}

.shadow_fade_left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    height: 100%;
    text-align: center;
}

.shadow_fade_right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.duel_boxes > div > div > h5 {
    margin-top: 0px;
    color:var(--white);
    font-size: 30px;
    text-align: center;
    padding-top: 150px;
    text-shadow: 2px 2px 8px rgba(0, 0, 5, 0.5);
}

.duel_boxes > div > div > a {
    color:var(--white);
    font-size: 15px;
    text-align: center;
    background-color: var(--lightGreen);
    border-radius: 8px;
    text-decoration: none;
    width: 5%;
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: justify;
    margin-left: justify;
}

#social_media {
    float: right;
    width: fit-content;
    padding: 5px;
    height: 100px;
    margin-right: 5%;
    margin-top: -59px;
}

/* DRIVER PROFILE CLASSES*/
.driver-profile-background {
    width: 100%;
    height: 80%;    
    /* background-color: var(--lightestGreen); */
    background-image: url("images/Driver.png");
    background-position: center; 
    padding: 7px;        
}

.driver-profile-body {
    margin: auto;
    width: 80%;  
    background-color: #ededed;
    padding: 50px 10px 50px 10px;
    opacity: 0.8;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
    /* border: 2px dotted red; */   
}

.driver-profile-body > hr {
    border-color: var(--darkGreen);
}

.driver-profile-title {
    /* border: 2px dotted red; */
    height: 100px;
    /* background-color: #ededed; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    /* flex-grow: 1;
    flex-shrink: 1;     */
}

.driver-profile-title > hr {
    border-color: var(--darkGreen);
}

.diver-profile-left {
    /* border: 2px dotted red; */
    text-align: left;
}

.driver-profile-right {
    /* border: 2px dotted red; */
    text-align: right;
}

.driver-info-pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    /* border: 2px dotted red; */
}

.driver-info-left {
    text-align: left;
    /* border: 2px dotted red; */
}
.driver-info-right {
    text-align: left;
    /* border: 2px dotted red; */
}

.driver-documents-body {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-grow: 1;
    flex-shrink: 1;
    text-align:left;
    /* border: 2px dotted red; */
}

/* END DRIVER PROFILE CLASSES */

/* CREATE PROFILE CLASSES */

.form-control-background {
    /* border: 2px dotted red; */
    background-color: var(--lightestGreen);
    min-height: 500px;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.form-control-main {
    width: 80%;
    height: 100%;
    background-color: #ededed;
    margin: auto;    
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.form-control-form{
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px;
}

/* END CREATE PROFILE CLASSES */

.social_media {
    max-width: 35px;
    max-height: 35px;
    margin: 60px 10px;
}

#social_media > img {
    float: right;
}

.contact_option > h6 {
    color:var(--white);
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
    font-family: "EB Garamond", serif;
    margin-bottom: 0px;
    margin-top: 45px;
}

#copyright_info {
    width: 100%;
    text-align: center;
    padding: 35px 0px;
}

#copyright_info > p {
    color: var(--lightestGreen);
    font-size: 20px;
}

#contact_info {
   margin-left: 5%;
   width: 50%;
}

.contact_media {
    max-width: 50px;
    max-height: 28px;
    margin: 5px 20px;
    float: left;
    padding-top: 5px;
}

.contact_option {
    padding-top: 0px;
    height: min-content;
}

.contact_option > h6 {
    padding-bottom: 5px;
}

#carouselExampleControls {
    margin-top: 0px;
    background-size: cover;
    width: 100%;
    height:575px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

    border-bottom-style: solid;
    border-bottom-color: var(--darkGreen);
    border-bottom-width: 15px;
}

/* APPLICATION PAGE STYLES */
.appbody {
    background-color: var(--lightestGreen); 
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}


.application-box {
    width: 80%; 
    max-width: 600px; 
    margin: auto; 
    background-color: #ededed; 
    padding: 20px; 
    /* border-radius: 3px;  */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  */
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
}


.application-box form input[type="text"],
.application-box form input[type="email"],
.application-box form input[type="tel"],
.application-box form select,
.application-box form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.application-box form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007bff; 
    color: #fff; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.application-box form input[type="submit"]:hover {
    background-color: #0056b3; 
}

/* APPLICATION PAGE END */
.carosel_image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;

    border-bottom-style: solid;
    border-bottom-color: var(--darkGreen);
    border-bottom-width: 15px;
}

.loginMenu  {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: 600px;
    background-color: #ededed;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
    display: flex;
}

.loginMenu > div {
    width: 50%;
    height: 100%;
}

#loginImage {
    background-image: url("images/Driver.png");
    background-size: cover;
    background-repeat: no-repeat;
   
    background-position: center;
   
}

.loginMenu > div > h3 {
    font-size: 60px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: lighter;
}

.field {
    height: 40px;
    width: 100%;
    margin: 10px 0px;
}

#login {
    width: 60%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: right;
}

#login > div {
    text-align: center;
}

.submit {
    margin-top: 25px;
    width: 100px;
    background-image: linear-gradient(to top left, #0E7359,rgb(73, 149, 130));
    color: white;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 4px 4px rgba(0,0,0,0.85);
}

.submit:active {
    box-shadow: 3px 2px rgba(0,0,0,0.85);
    margin-top: 27px;
    margin-left: 2px;
}

.forgot {
    float: left;
    font-size: 13px;
    font-weight: bolder;
}

#loginForm > div {
    text-align: center;
    margin-top: 200px;
}

.profile_background {
    width: 100%;
    background-image: url("images/Driver.png");
    background-repeat:no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.profile_navigation {
    width: 100%;
    background-color: var(--lightGreen);
    display: flex;
    height: 75px;
    text-align: center;
}

.profile_navigation > a {
    width: 50%;
    line-height: 75px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 2px;
    border-color: black;
    border-bottom-style: solid;
    border-bottom-width: 4px;

    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 20px;
    color: black;
    transition: background-color 2s;
    text-decoration: none;
}



.profile_navigation > a:hover {
    background-color: rgba(255,255,255,0.2)
}

a.left {
    border-left-style: hidden;
}
a.right {
    border-right-style: hidden;
}

/*
#admin_nav > a {
    width: 25%;
}*/

.profile_body {
    min-height: 400px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
}

#admin.profile_content {
    background-color: rgba(195, 195, 195, 0.85);
}

.profile_content {
    width: 100%;
    padding: 50px 100px;
}

.profile_welcome {
    font-family: "Allison", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 60px;
    padding-bottom: 30px;
}

.profile_content > hr {
    border-color: var(--darkGreen);
    width: 100%;
}

.profile_section_title {
    font-size: 25px;
    margin-top: 30px;
    font-weight: bolder;
    width: 80%;
}

.profile_section_txt {
    padding-left: 25px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

#uploadDocument {
    text-align: right;
    margin-left: 100px;
}

.flex {
    display: inline-flex;
    width: 100%;
}









}
/* For Tablets */
@media screen and (max-width: 800px) {
    /* Affecting the Display Text Within Duel Boxes*/
    .duel_boxes > div > div > h5 {
        font-size: 20px;
        padding-top: 125px;
    }

    #hamburger {
        position: fixed;
        visibility:visible;
        width: 20%;
        margin-left: 80%;
        height: fit-content;
    }    

    .nav_links > a {
        visibility: hidden;
        position: absolute;
    }

    .duel_boxes {
        flex-direction: column;
        height: 350px;
    }

    .duel_boxes > div {
        width: 100%;
    }

    .shadow_fade_left {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
    .shadow_fade_right {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        width: 100%;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #copyright_info {
        padding-bottom: 0px;
        background-color: var(--darkGreen);
    }



    .social_media {
        max-width: 20px;
        max-height: 20px;
        margin: 35px 10px;
    }
    
    .contact_media {
        max-width: 25px;
        max-height: 25px;
        margin: 20px;
    }

    .contact_option {
        margin-left: 5%;
        height: 50px;
        width: 100%;
        margin-top: -15px;
    }
    
    .contact_option > h6 {
        font-size: 15px;
        padding-top: 20px;
    }

    #contact_info {
        margin-top: 90px;
        width: 100%;
    }

    #social_media {
        margin-top: -44px;
    }

    #copyright_info {
        padding-top: 50px;
    }

    .loginMenu  {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 600px;
        background-color: #ededed;
        box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
        display: flex;
    }
    
    .profile_navigation > a {
        font-size: 15px;
    }    

    .profile_top {
        text-align: center;
    }

    #uploadDocument {
        text-align: right;
        margin-left: 30px;
    }

    #uploadButton {
        height: 50px;
    }
}
/* For Phones */
@media screen and (max-width: 480px) {
    .duel_boxes > div > div > h5 {
        font-size: 15px;
        padding-top: 70px;
    }

  
    .loginMenu  {
        height: 500px;
        background-color: #ededed;
        box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
        display: flex;
    }

    #loginForm {
        width: 100%;
    }

    #loginForm > div {
        text-align: center;
        margin-top: 100px;
    }

    #loginImage {
        visibility: hidden;
        position: absolute;
    }

    .duel_boxes {
        flex-direction: column;
        height: 200px;
    }

    .duel_boxes > div {
        width: 100%;
    }

    .duel_boxes > div > div > a {
        max-width: 2.5%;
        padding: 5px;
        padding-left: 35px;
        padding-right: 35px;
        
        font-size: 10px;

        margin-right: justify;
        margin-left: justify;
    }
    
    h4.slogan {
       width: 60%;

       top: 200px;
       left: 20%;
       right: 20%;
       font-size: 28px;
    }

    .contact_option > h6 {
        font-size: 15px;
        padding-top: 15px;
        width: 100%;
    }
    #copyright_info > p {
        font-size: 10px;
        width: 80%;
        padding-right: 10%;
        padding-left: 10%;
    }

    .carosel_image {
        height: 300px;
    }

    .profile_navigation > a {
        font-size: 10px;
    }   
}
/* Extra Small Phones */
@media screen and (max-width: 360px) {
    .duel_boxes > div > div > h5 {
        font-size: 15px;
        padding-top: 70px;
    }

    .duel_boxes {
        flex-direction: column;
        height: 200px;
    }

    .duel_boxes > div {
        width: 100%;
    }

    .duel_boxes > div > div > a {
        max-width: 2.5%;
        padding: 5px;
        padding-left: 35px;
        padding-right: 35px;
        
        font-size: 10px;

        margin-right: justify;
        margin-left: justify;
    }

    img.nav_logo {
        display: block;
    
        max-width:50%;
        max-height:50px;
    
        width: auto;
        height: auto;
    
        margin-top: auto;
        margin-bottom: auto;
    
        margin-left: 25px;
    }
}
