﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
  }
}

.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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Roboto",sans-serif;
}
.footer {
    background-color: #009fe3;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    margin-top: 5%;
    height: 120px;
    line-height: 10px;
    padding-top: 2%;
}

.footer-box-text {
    color: white;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

/* tab control*/

div.login-logout-tab div.card-header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs{
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%;

}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #495057;
    text-align:center;
}

div.card-content{
    padding: 10px 20px;
}

div.login-form-icon{
    text-align: center;
}

/* DKA BOX CHANGE UP CUSTOM*/
body {
    background-image: url('../images/scultureclup_achtergrond.png');
    background-size: 100%;
    background-repeat: repeat-y;
}

.navbar {
    background-color: #009fe3;
    z-index: 1000;
}

.navbar-brand {
    height: 125px;
    position: absolute;
    top: 5px;
    left:10px;
}

.nav-item {
    font-family: Barlow Condensed, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10%;
    margin-right: 5%;
}

    .nav-item:hover, .nav-item:active {
        text-shadow: -2px -2px 5px #e6007e, 2px 2px 5px #ff4819;
    }

.box-page-content {
    padding-bottom: 15% !important
}

/* HOME PAGE */
.home-box-menu-bar {
    position: absolute;
    left: 35%;
    top: 5%;
    height: 65px;
    transform: rotate(-6deg);
    z-index: 5
}

.home-box {
    background-image: url('../images/scultureclup_blok_home.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5%;
    margin-bottom:-15%;
    height: 500px;
    z-index: 10;
}

.home-box-title {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 84px;
    color: #fff;
    padding-top: 13%;
}

.home-box-test-btn {
    background-image: url('../images/scultureclup_knop_test.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
    height: 70px;
    margin-left: 35%;
}

    .home-box-test-btn a {
        font-family: Barlow Condensed, sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 40px;
        margin-left: -80%;
        vertical-align: middle;
    }

        .home-box-test-btn a:hover {
            color: #ccecf9;
            text-decoration: none;
        }

.home-box-page {
    background-image: url('../images/scultureclup_achtergrond_home.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

/* TEST PAGE */
.test-box {
    background-image: url('../images/scultureclup_blok_test.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2%;
    height: 430px;
}

.test-box-title {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
    color: #fff;
    padding-top: 13%;
    padding-left: 15%;
    width: 80%;

}

.test-box-subtitle {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    color: #fff;
    padding-top: 7%;
    padding-left: 15%;
    width: 80%;
}

.test-box-text {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding-top: 0;
    padding-left: 15%;
    width: 80%;
}

.test-answers {
    margin-top: 2%;
}

.test-box-answer {
    color: #2b2171;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    padding-bottom: 1%;
    padding-left: 2%;
    width: 85%;
}

.test-answer-row {
    display: flex;
}

.test-box-answer-btn {
    background-image: url('../images/scultureclup_knop_antwoord.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    width: 70px;
    color: #fff;
    margin-right: 10px;
}

.test-box-answer-btn:hover {
    opacity: 0.5;
}

.test-answer-options {
    display: inline-flex;
    cursor: pointer;
    height: 30px;
}

.box-test-btn:hover {
    cursor: pointer;
    opacity: 0.5;
}

.test-btn-prev {
    width: 8%;
    float: left;
}

.test-btn-next {
    width: 8%;
    float: right;
}

/* RESULT PAGE */
.result-box {
    background-image: url('../images/scultureclup_blok_resultaten.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3%;
    height: 570px;
}

.result-box-title {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
    color: #2b2171;
    padding-top: 0;
    padding-left: 15%;
    width: 48%;
}

.result-box-subtitle {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    color: #fff;
    padding-top: 12%;
    padding-left: 15%;
    width: 48%;
}

.result-box-text {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding-top: 0;
    padding-left: 15%;
    width: 48%;
}

.result-subtitle {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
    color: #2b2171;
    padding-top: 1%;
    padding-left: 15%;
    width: 60%;
}

.result-text {
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    color: #2b2171;
    padding-top: 0;
    padding-left: 15%;
    width: 48%;
}

.result-box-img {
    height: 420px;
    left: 32%;
    top: -400px;
    position: relative;
}

.result-box-answer-btn {
    background-image: url('../images/scultureclup_knop_antwoord.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;   
    width: 70px;
    color: #fff;
    cursor: default;
}

.result-box-mostsustainable-icon {
    position: relative;
    display: inline-block;
}

.result-box-mostsustainable-tooltip {
    color: #fff;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.result-box-mostsustainable-icon .result-box-mostsustainable-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #2e296c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.result-box-mostsustainable-icon:hover .result-box-mostsustainable-tooltip {
    visibility: visible;
}

.result-box-mostsustainable-img {
    width: 40%;
    margin-top: -8px;
}

/* UPDATE PAGE */
.update-box{ 
    background-image: url('../images/scultureclup_blok_update.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5%;
    padding-top: 5%;
    height: 570px;
}

.update-video {
    height:80%;
    width: 70%;
}

/* TABLET STYLING */
@media only screen and (min-width: 600px) and (max-width: 1280px) {
    body {
        background-size: 100%;
    }
    
    .navbar-brand {
        height: 55px;
    }

    .navbar-toggler {
        display: none;
    }

    .home-box {
        background-image: url(../images/scultureclup_blok_home-mobiel_lc.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
    }

    .home-box-page {
        background-size: contain;
    }

    .home-box-title {
        font-size: 54px;
        padding-top: 27%;
    }

    .home-box-test-btn {
        margin-left: 25%;
        margin-right: 25%;
    }

    .home-box-test-btn a {
        margin-left: -5%;
    }

    .test-box {
        background-image: url(../images/scultureclup_blok_home-mobiel_lc.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
    }

    .test-box-title {
        font-size: 28px;
        padding-top: 22%;
    }

    .test-box-text {
        font-size: 18px;
    }

    .test-box-answer {
        font-size: 14px;
    }

    .test-answers {
        margin-bottom: 15%;
    }

    .box-test-btn {
        margin-top: -15%;
        width: 20%;
    }

    .result-box {
        background-image: url(../images/scultureclup_blok_home-mobiel_lc.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
    }

    .result-box-text {
        font-size: 14px;
        width: 60%;
    }

    .result-box-img {
        height: 200px;
        left: 25%;
        top: -200px;
    }

    .result-box-answer {
        font-size: 14px;
    }

    .result-subtitle {
        font-size: 28px;
    }

    .result-text {
        font-size: 14px;
        width: 60%;
    }

    .test-answers .result-box-img {
        height: 250px !important;
        top: -60%;
    }

    .footer-box-text {
        font-size: 14px;
    }

    .update-video {
        height: 48%;
        width: 80%;
    }
}

/* MOBILE STYLING */
@media only screen and (max-width: 600px) {
    body {
        background-image: none;
    }

    .navbar-brand {
        height: 45px;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .home-box {
        background-image: url(../images/scultureclup_blok_home-mobiel.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
    }

    .home-box-page {
        background: none;
    }

    .home-box-title {
        font-size: 54px;
        padding-top: 50%;
    }

    .home-box-test-btn {
        margin-left: 10%;
        margin-right: 10%;
    }

        .home-box-test-btn a {
            margin-left: -5%;
        }

    .test-box {
        background-image: url(../images/scultureclup_blok_home-mobiel.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
    }

    .test-box-title {
        font-size: 28px;
        padding-top: 30%;
    }

    .test-box-text {
        font-size: 18px;
    }

    .test-box-answer {
        font-size: 14px;
    }

    .test-answers {
        margin-bottom: 15%;
    }

    .box-test-btn {
        margin-top: -15%;
        width: 20%;
    }

    .result-box {
        background-image: url(../images/scultureclup_blok_home-mobiel.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -10%;
        padding-top: 30%;
    }

    .result-box-title {
        font-size: 28px;
        padding-top: 0%;
    }

    .result-box-text {
        font-size: 14px;
        width: 80%;
    }

    .result-box-img {
        height: 150px;
        left: 25%;
        top: -325px;
        padding: 2%
    }

    .result-box-answer {
        font-size: 14px;
    }

    .result-subtitle {
        font-size: 28px;
    }

    .result-text {
        font-size: 14px;
        width: 80%;
    }

    .test-answers .result-box-img {
        height: 250px !important;
        top: -5%;
        float: left;
    }

    .footer-box-text {
        font-size: 14px;
    }

    .update-box {
        background-image:none;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 5%;
        padding-top: 5%;
        height: 570px;
    }

    .update-video {
        height: 28%;
        width: 70%;
    }
}