@font-face {
    font-family: Nunito;
    src: url('/static/fonts/Nunito/Nunito-VariableFont_wght.ttf');
}

/* Special cases */

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    .h1, h1 {
        font-size: 27px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }

    .feature-spacer{
        margin: auto;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1090px) {
    .navbar-form .form-control {
        width: 100px;
    }

    .feature-spacer{
        margin: auto 10%;
    }
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-form .form-control {
        width: 100px;
    }

    p {
        font-size: 18px;
    }

    .feature-spacer{
        margin: auto 10%;
    }
}
/* large desktops and up ----------- */
@media (min-width: 1200px){
    .navbar-form .form-control {
        width: 120px;
    }

    .modal-dialog{
        margin-top: 10%;
    }
    p {
        font-size: 18px;
    }

    .feature-spacer{
        margin: auto 10%;
    }
}

html{
    scroll-padding-top: 74px;
}

body {
    color: rgb(250, 250, 250);
    font-family: "Nunito", Verdana, "Helvetica Neue", sans-serif;
}

h1{
    font-weight: 600;
}

p{
    font-family: Verdana, "Helvetica Neue", sans-serif;
}

h2{
    /*margin-bottom: 2%;*/
    font-weight: 600;
    font-size: 80px;
}

h3{
    font-weight: 300;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

button.btn.btn-default{
    color: rgb(250, 250, 250);
    background-color: #2babe2;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    border: none;
    font-weight: 500;
}

button.btn.btn-default.btn-nav{
    color: rgb(250, 250, 250);
    background-color: #2babe2;
    border: none;
    font-weight: 600;
}

button.close{
    color: #2babe2;
    opacity: 1;
}

a, a:hover {
    color: rgb(250, 250, 250);
}

footer{
    background-color: #2babe2;
    color: rgb(250, 250, 250);
    padding: 1%;
    margin: 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

input[type="text"]:focus {
    background-color: white;
}

input[type="text"]{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(250, 250, 250, 0.4);
    outline: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 2.5%;
    margin:2% 0;
    height: 1%;
}

input[type="submit"]{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(250, 250, 250, 0.4);
    outline: none;
    border: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 12px;
    margin-top: 5%;
    margin-bottom: 5%;
}


/* Classes */
.special-case-navbar-element{
    padding-right: 20px;
}

.navbar-brand-image{
    /* nice and responsive */
    width: 150px;
    margin-left: 10px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover
{
    background-color: #248fbd;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover{
    color: rgb(250, 250, 250);
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li:hover > a {
    background-color: rgb(250, 250, 250);
    color: #2babe2;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.navbar-inverse .navbar-nav > li > a{
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li{
    padding: 10px 5px;
}

.navbar-inverse .navbar-form{
    padding: 10px 15px;
    margin: 0;
}

a.reset-trigger {
    font-size: 11px;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: rgb(250, 250, 250);
    color: #2babe2;
}

.navbar-inverse .navbar-header{
    padding: 10px 15px;
}

.navbar-inverse{
    background-color: #2babe2;
    border:none;
}

.no-margin{
    margin: 0;
}

.black-text{
    color: #111;
}

.modal-content{
    background-color: rgb(250, 250, 250);
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}

.modal-header h4{
    color: #2babe2;
    font-weight: bold;
}

.modal-body{
    color: #2babe2;
}

.paragraph-spacer{
    margin: 10% auto 20% auto;
}

.height{
    height: 100%;
}

.header-spacer{
    margin: 60px auto 3% auto;
}

.contact-image{
    width: 5vw;
    float: left;
}

.vertical-align{
    display: flex;
    align-items: center;
}

html,body{height:100%;}

.weight-400{
    font-weight: 400;
}


.flex-aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-aligner-item {
    max-width: 80%;
}

.projects-carousel-header-lg{
    font-size: 24px;
    line-height: 40px;
}

.projects-carousel-header-md{
    font-size: 16px;
    line-height: 20px;
}

.projects-carousel-header-sm{
    font-size: 12px;
    line-height: 10px;
}

#projects-carousel {
    height: 600px;
}

#projects-carousel .carousel-inner {
    border-radius: 25px;
}

.carousel-indicators .active{
    background-color: rgba(250, 250, 250, 1);
}

.bottom-spacer{
    margin-bottom: 6%;
}

.pointer{
    cursor: pointer;
}

.process-box{
    background-color: #2babe2;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2% 5%;
}

.process-box-paragraph{
    float: right;
}

.process-box-header{
    background-color: rgb(250, 250, 250);
    color: #2babe2;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    padding: 8px 15px;
    float: right;
    width: 88%;
    font-weight: bold;
}

.process-number-svg{
    width: 10%;
    height: auto;
    float: left;
}

.no-padding{
    padding: 0;
}

.img-fullscreen{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.process-padding-wrapper{
    padding: 1% 5%;
    margin-bottom: 5%;
}

.process-box-padding-wrapper{
    padding: 2%;
}

.courses-padding-wrapper{
    padding: 1% 5%;
    margin-bottom: 5%;
}

.course-column{
    max-height: 500px;
    overflow-y: auto;
}

.course-box{
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2% 5%;
}

.course-row{
    margin: 0;
}

.course-link{
    font-size: x-large;
    font-weight: bold;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Elements with classes */

textarea.form-control:focus {
    background-color: white;
}
textarea.form-control{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(250, 250, 250, 0.4);
    outline: none;
    border: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 2.5%;
}

h3.section-header{
    font-weight: bold;
}

/* ID's */

#submit_contact {
    padding: 13px 30px;
}

#about{
    color: #2babe2;
    margin-bottom: 5%;
}

#process{
    background-image: url('../../img/frontpage/bg4.png');
    background-size: cover;
}

#features, #integrate, #courses {
    background-color: #2babe2;
}

section {
    padding-bottom: 32px;
}

#signup {
    width: 100%;
    min-height: 600px;
    padding: 7% 50px;
    margin: 0 auto;
    background-image: url('../../img/frontpage/bg4.png');
    background-size: cover;
}
#signup .btn {
    background-color: #2babe2;;
}

#features h1 {
    text-transform: uppercase;
    margin-top: 8%;
}

#features p {
    margin-top: 3%;
    margin-bottom: 5%;
}

#contact {
    background-image: url('../../img/frontpage/bg3.png');
    background-size: cover;
    padding-bottom: 5%;
}

/* ID's then elements and classes*/

#contact h1{
    margin-top: 5%;
}

#contact h2{
    font-size: 32px;
}

#contact input.form-control{
    margin: 4% auto;
}

#projects h1{
    color: #2babe2;
    text-transform: uppercase;
    margin-top: 5%;
    margin-bottom: 5%;
}

#projects .carousel-indicators{
    display: none;
}

#projects .carousel-inner > .item > img{
    border-radius: 25px;
    filter: grayscale(50%);
    margin: auto;
}

#projects .carousel-caption h1{
    color: rgb(250, 250, 250);
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
}

#projects .carousel-caption h2{
    font-size: 15px;
    font-weight: 500;
}

#cd-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: white;
    background-color: #2babe2;
    border-radius: 50%;
    border: 1px solid grey;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}

.glyphicon.glyphicon-chevron-left{
    color: transparent;
    text-shadow: none;
    background-image: url('../../img/frontpage/left.svg');
}

.glyphicon.glyphicon-chevron-right{
    color: transparent;
    text-shadow: none;
    background-image: url('../../img/frontpage/right.svg');
}

div.notification {
    display: none;
    position: absolute;
    width: 400px;
    font-weight: bold;
    text-align: center;
    z-index: 10000;
}

div.notification p.error{
    color:red;
}

div.notification p.warning {
    color: yellow;
}

div.notification p{
    font-size: 10px;
}

.slide-image{
    width: 100%;
}

.TermsDialog .modal-body {
    max-height: 400px;
    overflow-y: scroll;
    color: black;
}

.blurred-container-bg1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/frontpage/bg1.png');
    background-size: cover;
}

.trial-container {
    max-width: 600px;
    margin-top: 200px;
    background-color: #EBEFF2;
    font-weight: normal;
    color: #333;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

/* overwrite frontpage style */
.trial-container a {
    color: #337ab7;
}

/* overwrite frontpage style */
.trial-container .btn {
    border-color: #2babe2;
    background-color: #2babe2;
    width: 200px;
}

.trial-container-content {
    padding: 2em;
    border-top: 1px solid #D0CFC5;
    text-align: left;
}

/* overwrite frontpage style */
.trial-container input[type="text"], .trial-container input[type="email"],
.trial-container input[type="password"] {
    height: 40px;
    color: #555;
    border-radius: 9px;
    padding: 2.5%;
    margin: 0;
    background-color: white;
}

.trial-container label {
    padding: 6px;
    margin-top: 5px;
}

.form-invalid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.disabled-link {
    color: #a94442;
    pointer-events: none;
}

.trial-container a.back {
    margin-top: 2em;
}

.thank-you-container {
    max-width: max-content;
}

.trial-container .alert {
    text-align: center;
}

.trial-container button[type='submit'] {
    margin-top: 15px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.trial-container-content > *:nth-last-child(5) {
    margin-top: -25px;
}

.trial-container > p {
    font-size: small;
    text-align: left;
}

.trial-container .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 0;
}
.trial-container .form-check-inline .form-check-input {
    position: static;
    margin: 0 .3rem 0 0;
}

.riskbim-section{
    color: #2babe2;
    margin-bottom: 5% !important;
}

.riskbim-header-section {
    background-color:#222;
    opacity: 0.8;
    color:#fff;
    padding:1em 5%;
}

.riskbim-header-section h2 {
    font-weight: 700;
    font-size:60px;
    line-height: 1.618em;
}

.riskbim-img {
    width: 90%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
