*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

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

.background-img{
    height: 100vh;
    min-height: 30rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
    background: url("/assets/img/wave-signup.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.home-page .background-img{
    min-height: 70rem;
}

.footer {
    margin-top: -60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    font-size: 15px;
    color: #ffffff;
}

.footer a{
    text-decoration: none;
    color: #f76c6c;
}
.footer a:hover{
    text-decoration: none;
    color: #f76c6c;
}

.btn-haaukins{
    background-color: #211A52 !important;
    border-color: #211A52 !important;
    color: #eee !important;
}

main{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.custom-margin-top{
    margin-top: 300px;
}

#info-team{
    position: absolute;
    top: 17%;
    right: 0;
    background-color: #f76c6c;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    z-index: 1030;
}

.nav-tabs a {
    color: #211A52 !important;
}

#info-tab .nav-link.active {
    background-color: #211A52 !important;
    color: #fff!important;
}

#info-tab .nav-link{
    color: #211A52;
}

.text-black{
    color: #000000;
}

.dark-color{
    color: #444;
}

#nav-tabContent{
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 3px;
}

/**************** NAVBAR **********************/
.my-navbar{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.haaukins-logo{
    max-width: 200px;
}

.brand-name {
    font-size: 3.6rem;
    font-weight: bold;
    color: #444;
}

.brand-description{
    font-size: 1.5rem;
    color: #555;
}

.brand-powered{
    font-size: 1rem;
    color: #666;
}

.color-sec-aau {
    color: #f76c6c;
    text-decoration: none;
}
.color-sec-aau:hover {
    text-decoration: none;
    color: #f76c6c;
}

.btn-aau-sec {
    background-color: #f76c6c !important;
    border-color: #f76c6c !important;
    color: #fff !important;
}

.btn-aau-sec:hover{
    background-color: #f15b5b !important;
    border-color: #f15b5b !important;
    color: #eee !important;
}

.btn-aau-sec:focus, btn-aau-sec.focus {
    outline: none!important;
    box-shadow: none!important;

}

@media screen and (max-width: 1200px){
    .brand-name {
        font-size: 3.3rem;
    }

    .brand-description{
        font-size: 1.3rem;
    }

    .brand-powered{
        font-size: 0.9rem;
    }
}

/**************************** INDEX ********************************/

#index_content p {
    font-size: 1rem;
    color: #555;
    margin: 0px;
}

#index_content h5 {
    color: #555;
    margin: 0px;
}

.challenges-fiels{
    border: 1px solid #ced4da;
    border-radius: .35rem;
    height: 300px;
    overflow-y: auto;
}

.challenges-fiels-error{
    border: 3px solid #b31515!important;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.nav-link {
    color: #211a52 !important;
}

.aau-color{
    color: #211a52 !important;
    font-weight: bold;
}

.nav-link.active {
    color: #fff !important;
    background-color: #211a52 !important;
    border-color: #211a52 !important;
}

/**************************************** 404 PAGE **************************************************************/

.error-page-color{
    color: #555;
}

.text-container{
    position: relative;
    top: 20%;
}

@media screen and (max-width: 992px){
    .haaukins-logo{
        max-width: 150px;
    }
    .brand-name {
        font-size: 2.6rem;
    }
    .brand-description{
        font-size: 1.1rem;
    }
    .brand-powered{
        font-size: 0.8rem;
    }
    .text-container{
        top: 0;
    }
}

@media screen and (max-width: 576px){
    .background-img{
        min-height: 55rem;
    }
    .home-page .background-img{
        min-height: 100rem;
    }
    .brand-name {
        font-size: 2.4rem;
    }
    .brand-description{
        font-size: 1rem;
    }
    .brand-powered{
        font-size: 0.8rem;
    }
    .custom-margin-top{
        margin-top: 380px;
    }
}

