﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --EAW-ORANGE: #FF6600;
    --EAW-GRAY: #607A75;
    --EAW-DARK-ORANGE: #D86037;
    --EAW-GREEN: #819C71;
    --EAW-DARK-BLUE: #267E7E;
    --EAW-BLUE: #4D9FB2;
    --EAW-IMPACT-BLUE: #3ABFBA;
    --EAW-BLACK: #2b2b2b;
    --EAW-NAVY: 001D6D;
}

}

/* TESTING HIDE SECTIONS */
.display-hide {
    display: none;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    position: relative;
    margin-top: 0;
}

html, body {
    font-family: 'Poppins', sans-serif;
    /*background-color: rgb(0,0,0,0.3);*/
    background-color: rgb(0,0,0,0);
}

/*.bg-eaw-org {
    background-color: var(--EAW-ORANGE)
}
*/
/*.bg-eaw-gry {
    background-color: var(--EAW-GRAY)
}*/

/*.bg-eaw-dk-org {
    background-color: var(--EAW-DARK-ORANGE)
}*/

/*.bg-eaw-grn {
    background-color: var(--EAW-GREEN)
}*/

/*.bg-eaw-blu {
    background-color: var(--EAW-BLUE)
}*/

/*.bg-eaw-dk-blu {
    background-color: var(--EAW-DARK-BLUE)
}*/
/*.bg-eaw-impact-blu {
    background-color: var(--EAW-IMPACT-BLUE)
}*/
/*.bg-eaw-blk {
    background-color: var(--EAW-BLACK)
}*/
/*.bg-eaw-navy {
    background-color: var(--EAW-NAVY)
}*/

/*.txt-eaw-org a {
    color: var(--EAW-ORANGE);
}*/

/*.txt-eaw-dk-org a {
    color: var(--EAW-DARK-ORANGE);
}*/

.txt-eaw-org {
    color: var(--EAW-ORANGE);
}

/*.txt-eaw-dk-org {
    color: var(--EAW-DARK-ORANGE);
}*/

.glass {
    backdrop-filter: blur(10px);
}

header {
    height: 75px;
    width: 100%;
}

    header > p {
        color: #FFFFFF;
        font: bold 1.6em "Poppins", arial, sans-serif;
        margin-left: 31px;
        padding-top: 20px;
        position: relative;
    }

/* Navbar customization */
.navbar {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid var(--EAW-ORANGE);
    height: 82px !important;
}

navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

#navbar a {
    /*    border-radius: 24px;*/
    color: var(--EAW-ORANGE);
    position: relative;
    text-align: start;
    width: max-content;
    transition: color 0.4s ease;
    text-transform: uppercase;
}

.nav-link {
    /*    font-size: max(1vw, 14px);*/
    font-size: 1rem;
}

    .nav-link::after {
        content: '';
        background: linear-gradient(to right, var(--EAW-DARK-BLUE), var(--EAW-ORANGE));
        border-radius: 10px;
        height: 2px;
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 8%;
        transition: all 0.3s ease;
    }

    .nav-link:hover::after {
        color: var(--EAW-ORANGE);
        width: 100%;
    }

.nav-item {
    margin-right: 60px;
}

#btn-log-in:hover {
    color: var(--EAW-DARK-BLUE) !important;
}

/*This is modifying the btn-primary colors but you could create your own .btn-something class as well*/
.btn-primary {
    color: #fff;
    background-color: #ff5d2d !important;
    border-color: #b63911 !important; /*set the color you want here*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #ff5d2d !important;
        border-color: #b63911 !important; /*set the color you want here*/
        box-shadow: 0 0 0 0.2rem rgb(0, 0, 0, 0.25) !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

footer {
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.icon-container {
    display: flex;
    text-align: end;
    height: 100%;
    width: auto;
}

.image-link {
    display: inline-block;
}

.icon img {
    display: block;
    width: 2.4rem;
    margin-right: 1.4rem;
}

.company-info {
    display: flex;
    width: 100%;
    align-items: center;
}

    .company-info p {
        margin: 0;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.jumbotron {
    font-size: 17px;
    background-color: white;
}

.question {
    font-weight: bolder;
}

.category {
    font-weight: bolder;
    font-size: 24px;
    color: var(--EAW-ORANGE);
}

table, th, td {
    text-align: center;
    padding: 10px;
}

th {
    font-weight: bold;
    padding: 10px;
}

caption {
    font-weight: bold;
}



/*modify the default blue halo effect in bootstrap on form controls to EAW orange*/
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 97, 13, 0.4) !important;
    border-color: #CED4DA !important; /*set the color you want here*/
}



/*change autofill color on inputs from default blue to a eaw orange with default white*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    border-color: #CED4DA !important;
    outline-color: #b63911 !important;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        border-color: #CED4DA !important;
        outline-color: #b63911 !important;
    }

/* Animations */
.fade-out {
    opacity: 0;
    transition: all 0.4s ease-in;
}

.fade-in {
    opacity: 1;
    transition: all 1s ease-in;
}

.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease-out, visibility 5s ease-out;
}

/* Media Queries */
@media only screen and (max-width: 1000px) {
    #navbar {
        background-color: none;
    }

    .navbar-brand {
        width: max(1rem, 200px);
    }

    #nav-collapse {
        background-color: rgb(0,0,0,1);
        padding-top: 0px;
    }

    .navbar {
        padding: 0px;
    }

    .nav-item {
        width: 100%;
    }
}

@media only screen and (max-width: 585px) {
}

@media only screen and (max-width: 330px) {
    .navbar-brand {
        width: min(50vw, 100px) !important;
    }
}
