* {
    box-sizing: border-box;
}

/* DASHBOARD */



#dashboard {
   
}

.footer-link {
    color: white;
    text-align: center;
}

#app {
    z-index: 3;
    position: relative;
}

.nav-link {
    color: white !important;
    font-family: 'Bebas Neue';
}

#subnav-link {
    color: white !important;
    cursor: pointer;
    display: block;
}

#sign-up-btn {
    width: 60px;
}

.state-link {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: 'Poppins'
}

#subnav-upper-content-container {
    font-family: 'Bebas Neue';
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
}

#subnav-title-link {
    text-decoration: none;
    color: black;
}

#subnav {
    position: relative;
    top: -200px;
    background-color: white;
    width: 100%;
    justify-content: center;
    margin-top: -375px;
    top: -200px;
    transition: all .5s ease-in-out;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 50px;
}


#subnav-items-container {
    width: 1000px;
    justify-content: center;
}

.subnav-states-list {
    list-style-type: none;

}


/* LOADING ANIMATION */

.loading-screen {
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #000000;
    position: fixed;
    top: 0;
    overflow-y: hidden;
    transition: opacity 1.5s ease; 
    transition-delay: 1s;
}
  
  .loading-vid {
    position: absolute;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.loading-img {
    position: absolute;
    width: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.btn-img {
    width: 20px;
}

/* DASHBOARD */

#dash-logo {
    width: 105px;

}

#dashboard-main {
    max-width: 1200px;
    font-family: 'Bebas Neue';
    font-weight: 900;
    z-index: 3;
}

#sub-dashboard-main a {
    color: white !important;
    margin-top: 0px;
}

#sub-dashboard-main {
    margin: 0;
    padding: 0;
    position: relative;
}

.main-section-b-txt {
    font-family: 'Poppins';
    font-weight: 900;
}

#rules-of-the-road-container {
    position: relative;
    max-width: 450px;
    color: white;
    z-index: 3;
}

.dashboard-sub-title {
    font-family: 'Bebas Neue';
    font-weight: 900;
    font-size: 16px;

}

.dashboard-title {
    font-family: 'Bebas Neue';
    font-weight: 900;
    font-size: 32px;
    
}





/* DASH SEARCH BAR */

#dash-search {
    width: 300px;
    z-index: 4;
    position: relative;
}

#dash-search > input {
    font-size: 14px;
    height: 30px;
}

#dash-search > input::placeholder {
    font-size: 14px;
}

#search-results {
    position: absolute;
    right: 21.25%;
    top: 140%;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: white;
    z-index: 9999;
    width: 300px;
    display: none;
}

.search-result {
    text-decoration: none;
    display: block;
    padding: 10px;

}





/* HOME PAGE */


#main-section-img {
    width: 500px;
    position: relative;
    left: 15%;
}

.main-section-car {
    width: 65px;
    padding-left: 20px;
}





.main-section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
}

#main-section-btn {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}




/*
#dashboard-main {
    margin-bottom: -80px;
    height: 250px;
}

#dash-car {
    position: absolute;
    width: 100px;
    z-index: 1;
    animation: 1.5s ease-in-out carSlide;
    right: 5%;
}

@keyframes carSlide {
    0% {
        right: -10%;
    }
    100% {
        right: 5%;
    }
}

#dash-chat-bubble {
    position: absolute;
    width: 275px;
    z-index: 1;
    right: 10%;
    top: 5%;
    animation: 3s ease-in chatAppear;

}

@keyframes chatAppear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#dash-text-container {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dash-main-title {
    overflow: hidden;
}

.road-rage-dash-text {
    font-family: 'Erica One', cursive;
    font-size: 32px;
    color: 'black' !important;
    position: relative;
    animation: dashText .5s ease-in;
}

.road-rage-dash-sub-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: 'black';
    position: relative;
    animation: dashText .25s ease-in 1s;
    opacity: 0;
}

#road-rage-dash-text-hidden {
    font-family: 'Erica One', cursive;
    font-size: 32px;
    opacity: 0;
}

@keyframes dashText{
    0% {
        top: -100%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}


.city {
    height: 50px;
    width: 500%;
    background-image: url("/images/city.png");
    background-size: contain;
    display: block;
    background-repeat: repeat-x;
    animation: city 35s linear infinite;
    z-index: -9999;

}
  
@keyframes city {
    100% {
        transform: translateX(-1400px);
    }
}

*/

footer {
    background: #212529;
}
  
@media (min-width: 0) {
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
}
@media (min-width: 0){
    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }
}

.g-height-50 {
    height: 50px;
}

.g-width-50 {
    width: 50px !important;
}

@media (min-width: 0){
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
}

.g-bg-secondary {
    background-color: #fafafa !important;
}

.u-shadow-v18 {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.media-comment {
    margin-top:20px
}

/* REPORT PAGE */

.license-plate-title {
    font-family: 'Bebas Neue';
    position: relative;
    top: 35%;
    left: 18%;
    letter-spacing: 1px;
    font-size: 32px;
}

.reported-plate {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    width: 162px;
    height: 82px;
    margin-bottom: 20px;
    margin-top: 10px;
}




/* ROAD RULES */

.rules-section-img {
    width: 250px;
}

.rules-section-sub-title {
    font-family: 'Bebas Neue';

}



/* FAQS */



.faqs-section-img {
    width: 300px;
    margin-left: 100px;
}

.faqs-section-sub-title {
    font-family: 'Bebas Neue';

}






/* FOOTER */

.footer-img {
    width: 150px;
}







/* MEDIA QUERIES - DESKTOP (1050) */

@media screen and (max-width: 1000px){
    .loading-vid {
        width: 400px;
    }

    #dash-search {
        width: 250px;
        z-index: 1;
    }

    #search-results {
        right: 24%;
        top:140%;
    }

    .search-result {
        text-decoration: none;
        display: block;
        padding: 10px;

    }

    #main-section-img {
        width: 375px;
        margin: 0 auto;
    }

}








/* MEDIA QUERIES - DESKTOP (925) */

@media screen and (max-width: 925px){

    .dashboard-sub-title {
        font-size: 18px;
    }
    
    .dashboard-title {
        font-size: 24px;
    }

    #social-icons {
        display: none !important;
    }

    
}







/* MEDIA QUERIES - DESKTOP (765) */

@media screen and (max-width: 765px){
    #rules-of-the-road-container {
        position: fixed;
        top: 88vh;
        left: 0;
        background-color: #212529;
        width: 100%;
        padding: 20px;
    }

    #dash-search {
        max-width: 150px;
        margin-left: 0px;
        z-index: 1;
    }

    .navbar-toggler {
        display: none !important;
    }

    .nav-link {
        font-size: 12px;
    }

    #search-results {
        width: 175px;
    }
}







/* MEDIA QUERIES - DESKTOP (698) */

@media screen and (max-width: 698px){

    .loading-vid {
        width: 300px;
    }

    #dash-logo {
        width: 120px;
        margin-bottom: 10px;
    }

    #main-section-img-container{
        margin: auto;
    }

    #main-section-img {
        width: 250px;
    }
}





/* MEDIA QUERIES - MOBILE */

@media screen and (max-width: 450px){
    #dash-logo {
        width: 100px;
    }

    #dash-search {
        padding-top: 10px;
        z-index: 1;
    }
}









/* MEDIA QUERIES - MOBILE 

@media screen and (max-width: 415px){
    .loading-img {
      position: absolute;
      width: 230px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); 
  }

    #dash-logo {
        width: 75px;
        margin: auto;
    }

    #rules-of-the-road-container {
        width: 100%;
        position: fixed;
        top: 0%;
        z-index: 999;
        color: white;
        background-color: #212529;
    }
}

*/