/* HTML Elements */
h1,h2,h3,h4,h5,h6{
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
}

h1, h2{
    color: #9BD106;
}

h3, h4, h5, h6{
    color: #4C4C4C;
}

#collaborators h3, #contribute h3{
    text-align: center;
}

p{
    font-family: 'Montserrat', sans-serif;
    color: #737373;   
}

input{
    font-family: 'Montserrat', sans-serif;
}

/* IDs per section */

#header{
    background-color: #263078;
    position: relative;
    z-index: -1;
}

#header p{
    color: white;
}

#header img{
    position: fixed;
}

#institution-anchor, #projects-anchor, #stats-anchor, #collaborators-anchor, #contribute-anchor{
    position: absolute;
    top: -3vw;
}

#institution{
    background-color: white;
    background-image: url(../img/mateus/institution.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}



#projects{
    background-color: #00aea9;
}

#projects p, #projects h3{
    color: white;
}

#projects h4{
    font-weight: 600;
    color: white;
}

#stats{
    background-color: #fe713f;
}

#stats p, #stats h3, #stats h4{
    color: white;
}

#collaborators{
    background-color: #263078;
}

#collaborators h3, #collaborators h4{
    color: #FE713F;
}

#collaborators p{
    color: white;
}

#contribute{
    background-color: white;
}

/* Layout Classes */

.s-layout-row{
    min-height: 100vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
    position: relative !important;
}

.s-footer{
    background-color: #9BD106;
    min-height: 7vh;
}

.s-footer p{
    color: black;
    font-weight: 500;
    margin: 0;
}

.s-footer-networks{
    text-align: right;
}

.s-footer-networks{
    text-align: right;
}

.s-footer-networks a:hover, .s-footer-networks a:visited{
    color: inherit;
}

/* Navbar */

.s-navbar{
    position: absolute;
    border-bottom: 2px solid #9BD106;
    transition: linear .2s;
    background-color: rgba(38, 48, 120, 0.6);
    backdrop-filter: blur(6px);
}

.s-navbar a{
    color: white;
    transition: linear .15s;
}

.s-navbar a:hover{
    color: #9BD106;
    transition: linear .15s;
}

.s-navbar-scroll{
    position: fixed;
    width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 2vw;
    padding-left: 2vw;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: linear .2s;
}

.navbar-brand{
    font-weight: bold;
    margin-left: 0 !important;
}

.mr-auto .nav-link{
    margin-right: 0 !important;
}

.navbar-toggler{
    border: 1px solid #9BD106;
}

.s-navbar-toggler-icon{
    color: white !important;
}

/* Links */

.s-link-section{
    text-align: center;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    display: block;
    width: 100%;
    border-radius: 30px;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.4);
    transition: linear .1s;
}

.s-link-section:hover{
    text-decoration: none;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.4);
    transition: linear .1s;
}

#institution .s-link-section{
    background-color: #FE713F;
    color: white;
}

#institution .s-link-section:hover{
    background-color:#ff8356;
    color: white;
}

#projects .s-link-section{
    background-color: white;
    color: #00aea9;
}

#projects .s-link-section:hover{
    background-color: white;
    color: #00c2bb;
}

/* Form */

.s-form-section{
    background-color: white !important;
    border-radius: 30px !important;
    border: none !important;
}

.s-select-section{
    background-color: white;
    border-radius: 30px;
    border: none;
}



/* Cards */

#projects .card-body{
    padding: 0;
}

.card-text{
    color: #737373 !important;
}

.s-card{
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    transition: .2s linear;
}

.s-card:hover{
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.3);
    transition: .2s linear;
    text-decoration: none;
}

#stats .s-card{
    background-color: #FFECE5;
}

.card-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.card-title{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.s-card-image-area{
    background-color: lightgrey;
}

#projectModal .s-card-image-area{
    border: 2px solid white;
    background-color: gray;
    width: 100%;
}

.s-file-card{
    border: 2px solid white;
}

.s-file-card-icon-area{
    display: flex;
    border-bottom: 2px solid white;
    height: 75%;
    align-items: center;
    justify-content: center;
}

.s-file-card-title{
    display: flex;
    height: 25%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.s-file-card-title p{
    color: white !important;
    margin: 0 !important;
}

/* Items */

.s-layout-item{
    align-items: center;
    text-align: center;
}

.s-layout-item-icon{
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
    transition: linear .1s;
    border: none;
}

.s-layout-item-icon:hover{
    box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.2);
    transition: linear .1s;
}

.s-layout-item-icon img{
    height: 100%;
}

/* COVID on header styling */

@keyframes rotation {
    from {
    transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

@keyframes fade-in-for-header{
    from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
}

@media (max-width: 575.98px){
    #header-collab-1{
        height: 40vw;
        top: 55vh;
        right: 50vw;
    }
    #header-collab-2{
        height: 25vw;
        top: 42vh;
        right: 30vw;
    }
    #header-collab-3{
        height: 20vw;
        top: 65vh;
        right: 10vw;
    }


    #header-covid-1{
        height: 12vw;
        top: 50vh;
        right: 15vw;
    }
    #header-covid-2{
        height: 9vw;
        top: 65vh;
        right: 40vw;
    }
    #header-covid-3{
        height: 7vw;
        top: 45vh;
        right: 70vw;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    #header-collab-1, #header-collab-2, #header-collab-3, #header-covid-1, #header-covid-2, #header-covid-3{
        position: absolute !important;
    }

    #header-collab-1{
        height: 35vw;
        top: 120vh;
        right: 55vw;
    }
    #header-collab-2{
        height: 20vw;
        top: 100vh;
        right: 35vw;
    }
    #header-collab-3{
        height: 15vw;
        top: 150vh;
        right: 10vw;
    }


    #header-covid-1{
        height: 9vw;
        top: 120vh;
        right: 15vw;
    }
    #header-covid-2{
        height: 8vw;
        top: 160vh;
        right: 40vw;
    }
    #header-covid-3{
        height: 7vw;
        top: 100vh;
        right: 70vw;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #header-collab-1{
        height: 32vw;
        top: 60vh;
        right: 57vw;
    }
    #header-collab-2{
        height: 24vw;
        top: 54vh;
        right: 28vw;
    }
    #header-collab-3{
        height: 14vw;
        top: 74vh;
        right: 8vw;
    }


    #header-covid-1{
        height: 10vw;
        top: 56vh;
        right: 14vw;
    }
    #header-covid-2{
        height: 8vw;
        top: 78vh;
        right: 40vw;
    }
    #header-covid-3{
        height: 6vw;
        top: 55vh;
        right: 60vw;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    #header-collab-1{
        height: 35vw;
        top: 25vh;
        right: 20vw;
    }
    #header-collab-2{
        height: 20vw;
        top: 15vh;
        right: 2vw;
    }
    #header-collab-3{
        height: 12vw;
        top: 72vh;
        right: 14vw;
    }


    #header-covid-1{
        height: 9vw;
        top: 78vh;
        right: 52vw;
    }
    #header-covid-2{
        height: 5vw;
        top: 16vh;
        right: 28vw;
    }
    #header-covid-3{
        height: 4vw;
        top: 55vh;
        right: 8vw;
    }
}

@media (min-width: 1200px){

    #header-collab-1{
        height: 30vw;
        top: 18vh;
        right: 26vw;
    }
    #header-collab-2{
        height: 20vw;
        top: 15vh;
        right: 5vw;
    }
    #header-collab-3{
        height: 12vw;
        top: 68vh;
        right: 18vw;
    }


    #header-covid-1{
        height: 7vw;
        top: 78vh;
        right: 52vw;
    }
    #header-covid-2{
        height: 5vw;
        top: 16vh;
        right: 28vw;
    }
    #header-covid-3{
        height: 4vw;
        top: 67vh;
        right: 10vw;
    }
}

#header-collab-1{
    animation: fade-in-for-header .7s ,rotation 35s infinite linear;
}

#header-collab-2{
    animation: fade-in-for-header .7s ,rotation 20s infinite linear;
}

#header-collab-3{
    animation: fade-in-for-header .7s ,rotation 15s infinite linear;
}

#header-covid-1{
    animation: fade-in-for-header .7s ,rotation 20s infinite linear;
}

#header-covid-2{
    animation: fade-in-for-header .7s ,rotation 12s infinite linear;
}

#header-covid-3{
    animation: fade-in-for-header .7s ,rotation 8s infinite linear;
}

/* Carousel */

/* Modal */

.modal-content{
    background-color: transparent;
    border: 0;
}

.modal-header, .modal-footer{
border: 0;
}

.modal-backdrop.show{
    opacity: 0.85;
}

#donationModal h2{
    color: #00CC88;
}

#materialModal h2{
    color: #FE7C4D;
}

#projectSendingModal h2{
    color: #FDA902;
}

#projectModal h2{
    color: white;
}

.modal .close{
    text-shadow: none;
    opacity: 1;
}

#donationModal .close{
    color: #00CC88;
}

#materialModal .close{
    color: #FE7C4D;
}

#projectSendingModal .close{
    color: #FDA902;
}

#projectModal .close{
    color: white;
}

.modal .close:hover{
    opacity: 1;
}

.modal-footer button, .modal-footer button:hover, .modal-footer button:focus{
    border: 2px solid;
    background-color: transparent;
    transition: linear .2s;
}

#donationModal button{
    border-color: #00CC88;
}

#materialModal button{
    border-color: #FE7C4D;
}

#projectSendingModal button{
    border-color: #FDA902;
}

.modal-body p{
    color: rgb(180, 180, 180);
}

.modal-body h3{
    color: white;
}

/* Input */

.input-group{
    background-color: transparent;
    border: 2px solid rgb(200, 200, 200);
    transition: linear .2s;
}

.input-group:focus-within{
    transition: linear .2s;
}

#donationModal .input-group:focus-within{
    border-color: #00CC88;
}

#materialModal .input-group:focus-within{
    border-color: #FE7C4D;
}

#projectSendingModal .input-group:focus-within{
    border-color: #FDA902;
}

.input-group-text{
    background-color: transparent;
    border: 0;
    color: rgb(150, 150, 150);
}

.input-group-prepend{
    align-items: center;
    text-align: center;
}

.form-control{
    background-color: transparent;
    border: 0;
    color: rgb(200, 200, 200);
}

.form-control:focus{
    background-color: transparent;
    box-shadow: none;
    color: rgb(200, 200, 200);
}

.form-control::placeholder{
    color: rgb(150, 150, 150);
}

/* Transition between sections */

@keyframes transition-move{
    0%{
        background-position: -10000% 0;
    }
    100%{
        background-position: 10000% 0;
    }
}

.s-layout-transition{
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box !important;
    width: 100%;
    background-origin: border;
    background-size: 99% 100%;
    background-attachment: scroll;
    background-position: 0 0;
    animation: transition-move 8s linear infinite;
}

.s-layout-transition-wave-white{
    background-image: url(../img/murcio/transition-wave-white.png);
}

.s-layout-transition-wave-teal{
    background-image: url(../img/murcio/transition-wave-teal.png);
}

.s-layout-transition-wave-orange{
    background-image: url(../img/murcio/transition-wave-orange.png);
}

.s-layout-transition-wave-dark-blue{
    background-image: url(../img/murcio/transition-wave-dark-blue.png);
}

/*.s-layout-transition{
    position: absolute;
    height: 100%;
    width: 100%;
    animation: transition-move 6s repeat-x infinite;
    background-image: url(../img/murcio/transition-wave.svg);
    background-size: cover;
    background-repeat: no-repeat;
}*/

/* Media queries */

@media (max-width: 575.98px){
    h1{
        font-size: 7vw;
        margin-bottom: 1vw;
    }
    h2{
        font-size: 6vw;
    }

    #header h2{
        margin-bottom: 3vw;
    }

    #collaborators h3, #contribute h3{
        margin-bottom: 8vw;
    }

    .s-layout-transition{
        height: 4vw;
    }

    .s-layout-row h3{
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .s-layout-row h4{
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .s-layout-row p{
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .s-layout-row{
        padding-right: 1vw;
        padding-left: 1vw;
        min-height: 50vh;
    }

    #header{
        min-height: 80vh;
        align-items: unset !important;
    }

    .header-content{
        margin-top: 8vh;
    }

    .s-form-section{
        margin-bottom: 4vw !important;
        font-size: 3.5vw !important;
        padding: 3vw 5vw !important;
    }

    .s-navbar{
        width: 96vw;
        margin-left: 2vw;
        margin-right: 2vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .s-navbar a{
        font-size: 4vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .s-navbar-scroll{
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .s-nav-link-image-desktop{
        display: none;
    }

    .card p {
        font-size: 1vw;
    }

    .s-card{
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .s-card-image-area{
        height: 42vw;
    }

    .card-title{
        margin: 2vw 0;
    }

    .s-card h5{
        font-size: 4vw;
    }

    .s-link-section{
        font-size: 3.5vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #projects .s-link-section{
        margin-bottom: 4vw;
    }

    .s-select-section{
        font-size: 3.5vw;
        padding: 3vw 5vw;
        margin-bottom: 4vw;
        height: auto;
    }

    .s-layout-item-icon{
        height: 30vw;
        width: 30vw;
        padding: 8vw;
        margin-bottom: 4vw;
    }

    .s-layout-item{
        margin-bottom: 5vw;
    }

    .modal-body{
        padding: 0.6rem;
    }

    .modal .close{
        font-size: 6vw;
    }

    .modal-footer{
        padding: 0.6rem;
    }

    .modal-footer button{
        font-size: 4vw;
        border-radius: 10vw;
        padding: 2vw 5vw;
    }

    .modal-body p{
        font-size: 3.5vw;
    }

    .s-file-card{
        height: 60vw;
        border-radius: 3vw;
        margin: 2.5vw 0;
    }

    .s-file-card-title{
        font-size: 3.5vw;
        height: 20%;
    }

    #projectModal h3{
        margin-bottom: 2vw;
        font-size: 4.7vw;
    }

    #projectModal .modal-dialog{
        margin-left: 5vw;
        margin-right: 5vw;
    }

    #projectModal .s-card-image-area{
        height: 60vw;
        border-radius: 3vw;
    }

    #projectModal .modal-header{
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        padding-top: 4vw;
        padding-bottom: .5vw;
    }

    .s-file-card-icon{
        height: 50%;
    }

    .s-file-card-icon-area{
        height: 80%;
    }


    .input-group{
        padding: .8vw;
        border-radius: 10vw;
        margin-bottom: 4vw;
    }

    .input-group-text, .form-control{
        font-size: 3.5vw;
    }

    .s-footer{
        padding-top: 2.5vh;
        padding-bottom: 2.5vh;
    }
    .s-footer p{
        text-align: center;
        font-size: 3.4vw;
    }
    .s-footer i{
        font-size: 4.6vw;
        margin-left: .6vw;
        margin-right: .6vw;
        margin-top: 2.8vw;
    }

    .s-footer-networks{
        text-align: center;
    }

    #institution{
        min-height: 95vh;
        background-position: bottom right;
        background-size: 100% auto;
        align-items: unset !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h1{
        font-size: 6vw;
        margin-bottom: 1vw;
    }
    h2{
        font-size: 5vw;
    }

    #header h2{
        margin-bottom: 1.5vw;
    }

    #collaborators h3, #contribute h3{
        margin-bottom: 8vw;
    }

    .s-layout-transition{
        height: 4.5vw;
    }

    .s-layout-row h3{
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .s-layout-row h4{
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .s-layout-row p{
        font-size: 3vw;
        margin-bottom: 4vw;
    }

    .s-layout-row{
        padding-right: 5vw;
        padding-left: 5vw;
        padding-top: 16vh;
        padding-bottom: 16vh;
        min-height: 120vh;
    }

    #header{
        min-height: 200vh;
        align-items: unset !important;
    }

    .header-content{
        margin-top: 8vh;
    }

    .s-form-section{
        margin-bottom: 4vw !important;
        font-size: 3vw !important;
        padding: 4vw 5vw !important;
    }

    .s-navbar{
        width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .s-navbar a{
        font-size: 3vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .s-nav-link-image-desktop{
        display: none;
    }

    .card p {
        font-size: 1vw;
    }

    .s-card{
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
    }

    .s-card-image-area{
        height: 42vw;
    }

    .card-title{
        margin: 2vw 0;
    }

    .s-card h5{
        font-size: 4vw;
    }

    .s-link-section{
        font-size: 3vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #projects .s-link-section{
        margin-bottom: 2.5vw;
    }

    .s-select-section{
        font-size: 3vw;
        padding: 2vw 5vw;
        margin-bottom: 4vw;
        height: auto;
    }

    .s-layout-item-icon{
        height: 30vw;
        width: 30vw;
        padding: 8vw;
        margin-bottom: 4vw;
    }

    .s-layout-item{
        margin-bottom: 5vw;
    }

    .modal-header{
        padding: 2vw 1vw;
    }

    .modal-body{
        padding: 0vw 1vw;
        padding-top: 2vw;
    }

    .modal .close{
        font-size: 6vw;
    }

    .modal-footer{
        padding: 0vw 1vw;
    }

    .modal-footer button{
        font-size: 3vw;
        border-radius: 10vw;
        padding: 1.5vw 5vw;
        margin-right: 0;
    }

    .modal-body p{
        font-size: 3vw;
    }

    .s-file-card{
        height: 50vw;
        border-radius: 3vw;
        margin: 2.5vw 0;
    }

    .s-file-card-title{
        font-size: 3.2vw;
    }

    #projectModal h3{
        margin-bottom: 2vw;
    }

    #projectModal .modal-dialog{
        max-width: 400px;
    }

    #projectModal .s-card-image-area{
        height: 60vw;
        border-radius: 3vw;
    }

    #projectModal .modal-header{
        padding-top: 4vw;
        padding-bottom: .5vw;
    }

    .s-file-card-icon{
        height: 50%;
    }



    .input-group{
        padding: .8vw;
        border-radius: 10vw;
        margin-bottom: 3vw;
    }

    .input-group-text, .form-control{
        font-size: 3vw;
    }

    .s-footer{
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    .s-footer p{
        text-align: center;
        font-size: 2.4vw;
    }
    .s-footer i{
        font-size: 3vw;
        margin-left: .6vw;
        margin-right: .6vw;
        margin-top: 1.6vw;
    }

    .s-footer-networks{
        text-align: center;
    }

    #institution{
        min-height: 250vh;
        background-position: bottom right;
        background-size: 80% auto;
        align-items: unset !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1{
        font-size: 8vw;
        margin-bottom: 1vw;
    }
    h2{
        font-size: 6vw;
    }

    #header h2{
        margin-bottom: 3vw;
    }

    #collaborators h3, #contribute h3{
        margin-bottom: 8vw;
    }

    .s-layout-transition{
        height: 4.8vw;
    }

    .s-layout-row h3{
        font-size: 5.5vw;
        margin-bottom: 4vw;
    }

    .s-layout-row h4{
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .s-layout-row p{
        font-size: 3.2vw;
        margin-bottom: 5vw;
    }

    .s-layout-row{
        padding-right: 3vw;
        padding-left: 3vw;
        min-height: 70vh;
    }

    #header{
        min-height: 90vh;
        align-items: unset !important;
    }

    .header-content{
        margin-top: 10vh;
    }

    .s-form-section{
        margin-bottom: 4vw !important;
        font-size: 3.2vw !important;
        padding: 5vw 5vw !important;
        border-radius: 100px !important;
    }

    .s-navbar{
        width: 94vw;
        margin-left: 3vw;
        margin-right: 3vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .s-navbar a{
        font-size: 3.5vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .s-nav-link-image-desktop{
        display: none;
    }

    .card p {
        font-size: 1vw;
    }

    .s-card{
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .s-card-image-area{
        height: 40vw;
    }

    .card-title{
        margin: 2vw 0;
    }

    .s-card h5{
        font-size: 3.5vw;
    }

    .card-link{
        font-size: 2.5vw;
    }

    .s-link-section{
        font-size: 3.5vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #projects .s-link-section{
        margin-bottom: 4vw;
    }

    .s-select-section{
        font-size: 3.5vw;
        padding: 3vw 5vw;
        margin-bottom: 4vw;
        height: auto;
        border-radius: 100px;
    }

    .s-layout-item-icon{
        height: 30vw;
        width: 30vw;
        padding: 8vw;
        margin-bottom: 4vw;
    }

    .s-layout-item{
        margin-bottom: 5vw;
    }

    .modal-header{
        margin-bottom: 2vw;
    }

    .modal-body{
        padding: 0.6rem;
    }

    .modal .close{
        font-size: 6vw;
    }

    .modal-footer{
        padding: 0.6rem;
    }

    .modal-footer button{
        font-size: 3.2vw;
        border-radius: 10vw;
        padding: 2vw 5vw;
    }

    .modal-body p{
        font-size: 3.2vw;
    }

    .s-file-card{
        height: 50vw;
        border-radius: 3vw;
        margin: 2.5vw 0;
    }

    .s-file-card-title{
        font-size: 3.2vw;
    }

    #projectModal h3{
        margin-bottom: 2vw;
    }

    #projectModal .modal-dialog{
        max-width: 550px;
    }

    #projectModal .s-card-image-area{
        height: 60vw;
        border-radius: 3vw;
    }

    #projectModal .modal-header{
        padding-top: 4vw;
        padding-bottom: .5vw;
    }

    .s-file-card-icon{
        height: 50%;
    }


    .input-group{
        padding: .8vw 2.5vw;
        border-radius: 10vw;
        margin-bottom: 4vw;
    }

    .input-group-text, .form-control{
        font-size: 3.2vw;
    }

    .s-footer{
        min-height: 5vh;
    }
    .s-footer p{
        font-size: 1.4vw;
    }
    .s-footer i{
        font-size: 1.8vw;
        margin-left: .6vw;
    }

    #institution{
        min-height: 125vh;
        background-position: bottom right;
        background-size: 100% auto;
        align-items: unset !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    h1{
        font-size: 4.6vw;
    }
    h2{
        font-size: 3vw;
    }

    #header h2{
        margin-bottom: 1.5vw;
    }

    .s-layout-transition{
        height: 4.4vw;
    }

    .s-layout-row h3{
        font-size: 3vw;
        margin-bottom: 2.6vw;
    }

    .s-layout-row h4{
        font-size: 2.2vw;
        margin-bottom: 1.2vw;
    }

    .s-layout-row p{
        font-size: 1.8vw;
        margin-bottom: 2.4vw;
    }

    .s-layout-row{
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .s-form-section{
        margin-bottom: 2.2vw !important;
        font-size: 1.5vw !important;
        padding: 12px 1.8vw !important;
    }

    .s-navbar{
        width: 92vw;
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .s-navbar a{
        font-size: 1.6vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .s-nav-link-text-mobile{
        display: none;
    }

    .s-nav-link-image-desktop{
        height: 3vw;
        animation: rotation 20s infinite linear;
    }

    .s-nav-link-right{
        padding-top: 0;
        padding-bottom: 0;
    }

    .card p {
        font-size: 1vw;
    }

    .s-card{
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .s-card-image-area{
        height: 15vw;
    }

    .card-title{
        margin: 1vw 0;
    }

    .s-link-section{
        font-size: 1.5vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .s-select-section{
        font-size: 1.5vw;
        padding: 12px 1.8vw;
        height: auto;
    }

    .s-layout-item-icon{
        height: 16vw;
        width: 16vw;
        padding: 4vw;
        margin-bottom: 2vw;
    }

    .modal .close{
        font-size: 3.2vw;
    }

    .modal-footer button{
        font-size: 1.4vw;
        border-radius: 3vw;
        padding: .8vw 2vw;
    }

    .modal-body p{
        font-size: 1.8vw;
    }

    .s-file-card{
        height: 26vw;
        border-radius: 3vw;
        margin: 1vw 0;
    }

    .s-file-card-title{
        font-size: 1.8vw;
    }

    #projectModal h3{
        margin-bottom: 2vw;
    }

    #projectModal .modal-dialog{
        max-width: 600px;
    }

    #projectModal .s-card-image-area{
        height: 30vw;
        border-radius: 3vw;
    }

    #projectModal .modal-header{
        padding-top: 4vw;
        padding-bottom: .5vw;
    }

    .s-file-card-icon{
        height: 50%;
    }

    .input-group{
        padding: .8vw;
        border-radius: 3vw;
        margin-bottom: 1.6vw;
    }

    .input-group-text, .form-control{
        font-size: 1.6vw;
    }

    .s-footer{
        min-height: 5vh;
    }
    .s-footer p{
        font-size: 1.4vw;
    }
    .s-footer i{
        font-size: 1.8vw;
        margin-left: .6vw;
    }

    #institution{
        background-size: auto 80%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
}

@media (min-width: 1200px){
    h1{
        font-size: 4.5vw;
    }
    h2{
        font-size: 2.8vw;
    }

    #header h2{
        margin-bottom: 1.5vw;
    }

    .s-layout-transition{
        height: 3vw;
    }


    .s-layout-row h3{
        font-size: 2.6vw;
        margin-bottom: 2.6vw;
    }

    .s-layout-row h4{
        font-size: 2vw;
        margin-bottom: 1.6vw;
    }

    .s-layout-row p{
        font-size: 1.5vw;
        margin-bottom: 2.2vw;
    }

    .s-layout-row{
        padding-right: 6vw;
        padding-left: 6vw;
    }

    .s-form-section{
        margin-bottom: 2vw !important;
        font-size: 1.5vw !important;
        padding: 12px 1.8vw !important;
    }

    .s-navbar{
        width: 88vw;
        margin-left: 6vw;
        margin-right: 6vw;
    }

    .s-navbar a{
        font-size: 1.4vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .s-navbar-scroll a{
        font-size: 1.05vw;
    }

    .s-nav-link-text-mobile{
        display: none;
    }

    .s-nav-link-image-desktop{
        height: 2.5vw;
        animation: rotation 30s infinite linear;
    }

    .s-navbar-scroll .s-nav-link-image-desktop{
        height: 1.8vw;
    }

    .s-nav-link-right{
        padding-top: 0;
        padding-bottom: 0;
    }

    .card p {
        font-size: 1vw;
    }

    .s-card{
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .s-card-image-area{
        height: 15vw;
    }

    .card-title{
        margin: 1vw 0;
    }

    .s-file-card{
        height: 18vw;
        border-radius: 3vw;
        margin: 1vw 0;
    }

    .s-link-section{
        font-size: 1.5vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .s-select-section{
        font-size: 1.5vw;
        padding: 12px 1.8vw;
        height: auto;
    }

    .s-layout-item-icon{
        height: 16vw;
        width: 16vw;
        padding: 4vw;
        margin-bottom: 2vw;
    }

    .modal .close{
        font-size: 3.2vw;
    }

    .modal-header{
        padding: 2vw 0;
    }

    .modal-body{
        padding: 1vw 0;
    }

    .modal-footer{
        padding: 0;
        margin-top: -.5vw;
    }

    .modal-footer button{
        font-size: 1.4vw;
        border-radius: 3vw;
        padding: .8vw 2vw;
    }

    .modal-body p{
        font-size: 1.5vw;
        margin-bottom: 1.5vw;
    }

    #projectModal .modal-dialog{
        max-width: 750px;
    }

    #projectModal .s-card-image-area{
        height: 30vw;
        border-radius: 3vw;
    }

    #projectModal .modal-header{
        padding-bottom: 1.5vw;
    }

    .s-file-card-icon{
        height: 50%;
    }

    .input-group{
        padding: .8vw;
        border-radius: 3vw;
        margin-bottom: 1.5vw;
    }

    .input-group-text, .form-control{
        font-size: 1.4vw;
    }

    .s-footer p{
        font-size: 1.2vw;
    }
    .s-footer i{
        font-size: 1.6vw;
        margin-left: .6vw;
    }
}