:root {
    --darker-orange: #fc5a41;
    --lighter-orange: #fd6048;
    --darkest-orange: #ff2200;
    --teal: #6ba7ba;
    --dark-teal: #406672;
    --mustard: #B7AC44;
    --custom-grey: #f7f6f6;
    --dark-grey: #e9e9e9;
    --green: #1ba959;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

/* google icons */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.label {
    font-variation-settings: 'FILL' 1;
    color: var(--teal);
    font-size: 1.6rem;
    font-weight: lighter;
}

.about-symbol {
    color: var(--green);
    font-size: 1.5vw;
}

.students-symbol {
    color: var(--lighter-orange);
    font-size: 1.35rem;
    font-variation-settings: 'wght' 300,
    'FILL' 0;
}

.students-symbol:hover {
    color: black;
    /*font-size: 1.35rem;*/
    font-variation-settings: 'wght' 300,
    'FILL' 0;
}

/* End of google icons */

/* Buttons */
.logout-link a, .login-link a {
    font-size: 0.75rem;
}

#logout-btn {
    width: 50%;
}

#logout-btn:hover {
    color: white !important;
    background-color: var(--darkest-orange) !important;
    transition: 0.3s ease-in-out !important;
    transform: scale(1.04);
}

.modal-btn:hover {
    background-color: var(--darker-orange) !important;
    border: 1px solid var(--darker-orange) !important;
    color: white !important;
}

.modal-btn:hover .about-symbol {
    color: white !important;
}

.close-btn {
    color: var(--darkest-orange) !important;
    border: none !important;
    background-color: white !important;
}

.close-btn .material-symbols-outlined {
    color: var(--darkest-orange) !important;
    font-size: 1.2rem;
}

.close-btn .material-symbols-outlined:hover {
    color: white !important;
    background-color: var(--darker-orange) !important;
    font-size: 1.2rem;
}

.btn-primary {
    background-color: var(--darker-orange) !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: var(--darkest-orange) !important;
    transition: 0.3s ease-in-out !important;
    transform: scale(1.04);

}

#back-to-students-btn {
    background-color: white !important;
    border: 1px solid var(--darker-orange) !important;
    color: var(--darker-orange) !important;
}

#student-btn:hover {
    background-color: var(--darker-orange) !important;
    border: 1px solid var(--darker-orange) !important;
    color: white !important;
}

/* End of buttons */

/* Navbar */
#navbar {
    width: 100%;
}

.nav-link {
    font-size: 0.8rem !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
}

.navbar-brand {
    /*font-size: 0.8rem;*/
    letter-spacing: 5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.take-span {
    font-size: 1rem;
    color: var(--dark-teal);
}

.note-span {
    font-size: 1rem;
    color: var(--teal);
}

/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
    color: #fff;
}

.navbar-nav li a {
    font-family: 'Montserrat', sans-serif;
    color: var(--teal);
    /*font-size: medium;*/
    font-weight: 500;
}

.navbar-nav > li {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.navbar.navbar-light .nav-item .nav-link:hover {
    color: #FF735C !important;
    /*padding-bottom: 5% !important;*/
    /*border-bottom: 2px solid #FF735C !important;*/
}

.dropdown-menu .nav-link:hover {
    margin-left: 5px;
    transition: 0.1s ease-in-out;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item a.active {
    /*font-size: medium;*/
    font-weight: 500;
    color: #ff725ce2 !important;
    padding-bottom: 5%;
    border-bottom: 2px solid #ff725ce2;
}

/* End of navbar */

.hero-section {
    height: 90vh;
}

.title-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    font-weight: bold;
    line-height: 120%;
}

#hero-hr {
    width: 20vw;
    border: none;
    height: 1px;
    background-color: black;
    margin-top: 6% !important;
}


.desc-text {
    font-family: 'Montserrat', sans-serif;
    margin-top: 3%;
}

#mockup-image {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

/* scroll indicator */
.scroll-container {
    position: relative;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 24px;
    color: var(--dark-teal);
}

.scroll-indicator span {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* end of scroll indicator */
/* end of hero section */

/* features */
.features-row {
    /*background-color: #f7f6f6;*/
    background-color: #f8f9fa;
}

.feature-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 120%;
}

.feature-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 120%;
}

.feature-google-icon {
    font-variation-settings: 'wght' 500,
    'FILL' 1;
    font-size: 1.8rem !important;
    color: var(--lighter-orange);
    /* White circle */
    background-color: white;
    border-radius: 50%;
    padding: 0.5rem;
}

/* end of features */

/* craft section */
#sketch-section {
    position: relative;
    z-index: 1;
}

#sketch-image {
    position: relative;
    width: 70%;
    top: 2rem;
}

.main-container {
    position: relative;
}

#craft-hr {
    position: absolute;
    bottom: 120px;
    width: 100%;
    border: none;
    height: 3px;
    background-color: black;
}

/* end of landing page */

.about-takenote-title {
    color: var(--lighter-orange);
}

.about-takenote-titles {
    color: var(--lighter-orange);
    text-decoration: none;
}

.about-takenote-titles:hover {
    color: var(--darkest-orange);
    /*text-decoration: underline;*/
}

.about-p {
    font-size: medium;
}

.fa-circle-plus {
    height: 1vw;
}

#about-img {
    height: auto;
}

.footer {
    position: relative;
    z-index: 2;
    width: 100% !important; /* add this rule */
    display: block;
}

td {
    text-transform: none;
    width: 15%;
}

.confer-main-container {
    /*max-width: 40vw !important;*/
}

.selectpicker {
    background-color: white !important;
}

#login-img {
    /*height: 80%;*/
    width: 70%;
}

#signup-img {
    /*height: 80%;*/
    width: 70%;
}

.confer-img {
    width: 70%;
}

.copyright-text {
    font-size: 0.75rem;
}

/*preloader*/
#preloader {
    background: #ffffff center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

svg.tea {
    --secondary: var(--lighter-orange);
}

svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite;
}

svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite;
}

svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite;
}

@-moz-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-webkit-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-o-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-moz-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

/*end of preloader*/

/*small screens only*/
@media only screen and (max-width: 480px) {
    .btn-general {
        width: 100% !important;
        min-height: 35px !important;
        min-width: 80%;
        line-height: 35px !important;
        display: block;
        padding: 0;
        font-size: 6vw !important;
        text-align: center;
        margin-top: 5%;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .card {
        min-width: 80% !important;
    }

    .material-symbols-outlined {
        /*font*/
    }

    .students-symbol {
        font-size: 1.4rem;
    }

    #sketch-image {
        top: 10px;
    }
}
/* end of small screens only */
/*medium screens only*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /*.btn-general {*/
    /*    width: 100% !important;*/
    /*    min-height: 35px !important;*/
    /*    min-width: 80%;*/
    /*    line-height: 35px !important;*/
    /*    display: block;*/
    /*    padding: 0;*/
    /*    font-size: 4vw !important;*/
    /*    text-align: center;*/
    /*    margin-top: 5%;*/
    /*    cursor: pointer;*/
    /*    transition: 0.2s ease-in-out;*/
    /*}*/

    /*.card {*/
    /*    min-width: 80% !important;*/
    /*}*/

    /*.material-symbols-outlined {*/
    /*    !*font*!*/
    /*}*/

    /*.students-symbol {*/
    /*    font-size: 1.4rem;*/
    /*}*/

    #sketch-image {
        top: 15px;
    }
}
/* end of medium screens only */


/*custom colors*/
.color-orange-darker {
    color: var(--darker-orange) !important;
}

.color-orange-lighter {
    color: var(--lighter-orange) !important;
}

.color-teal {
    color: var(--teal) !important;
}

.color-mustard {
    color: var(--mustard) !important;
}

.bg-color-orange-darker {
    background-color: var(--darker-orange) !important;
}

.bg-color-orange-lighter {
    background-color: var(--lighter-orange) !important;
}

.bg-color-teal {
    background-color: var(--teal) !important;
}

.bg-color-mustard {
    background-color: var(--mustard) !important;
}

.bg-gradient-teal-dark-light {
    background: linear-gradient(135deg, var(--dark-teal) 0%, var(--teal) 100%);
}

.bg-color-white {
    background-color: white !important;
}

.bg-gradient-teal-light-dark {
    background: linear-gradient(135deg, var(--teal) 0%, var(--dark-teal) 100%);
}

.bg-color-orange-darker-hover:hover {
    background-color: var(--darkest-orange) !important;
    color: white !important;
}

.bg-color-orange-lighter-hover:hover {
    background-color: var(--lighter-orange) !important;
    color: white !important;
}

.bg-color-teal-hover:hover {
    background-color: var(--teal) !important;
    color: white !important;
}

.bg-color-mustard-hover:hover {
    background-color: var(--mustard) !important;
    color: white !important;
}

.bg-color-white-hover:hover {
    background-color: white !important;
    color: black !important;
}

.bg-gradient-orange-dark-light-hover:hover {
    background: linear-gradient(135deg, var(--darkest-orange) 0%, var(--lighter-orange) 100%);
    color: white !important;
}

.bg-gradient-teal-dark-light-hover:hover {
    background: linear-gradient(135deg, var(--dark-teal) 0%, var(--teal) 100%);
    color: white !important;
}


/*table rounded corners*/
thead th:first-child {
    border-top-left-radius: 9px;
}

thead th:last-child {
    border-top-right-radius: 9px;
}

tbody tr:last-child :first-child {
    border-bottom-left-radius: 9px;
}

tbody tr:last-child :last-child {
    border-bottom-right-radius: 9px;
}

/*table select element for classrooms*/
#classroom-select:focus {
    border-color: var(--lighter-orange);
    box-shadow: 0 0 0 0.2rem rgba(253, 96, 72, 0.25);

}


/*for dropdown button in navigation only*/
#navbarNavDropdown > ul > li:nth-child(7) #classroomDropdown {
    font-size: 0.78rem;
}

.logout-google-icon {
    font-variation-settings: 'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
    cursor: pointer;
}

.logout-button:hover {
    color: var(--lighter-orange) !important;
}