body{
    background-color: white;
}

body#intro{
    background: url("https://promidata-design.s3.eu-central-1.amazonaws.com/overview/kaboompics_Black%20friday%20sale%20%281%29.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    height: 100%;
}

body {
/*    background: rgba(33, 33, 33, 0.9);  browsers */
    background: #f2f2f2;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}

i, i#headertext, p#headertext {
    color: white;
}

#graph {
    width: 99.5%;
}

h4{
    margin-bottom: 0 !important;
}

h6{
    font-size: 1rem; 
}

.header{
    background: #A6A6A6;
}


.content {
    margin: auto;
    width: 65%;
    padding-top: 1%;
    padding-bottom: 50px;
/*    height: 100%;*/
}

.bg-dark {
    background-color: rgba(33, 33, 33, 1) !important; 
}

@media only screen and (max-width: 720px) {
    .hero-image {
        height: 35%;
    }
    .row.adjusted {
        width: 100%;
        margin: 0 auto;
    }
    /* stijlregels voor schermen > 320px en ≤ 720px breed */

}
@media only screen and (max-width: 720px) and (max-height: 680px) {
    .hero-image {
        height: 40%;
    }
    .row.adjusted {
        width: 100%;
        margin: 0 auto;
    }
    /* stijlregels voor schermen > 320px en ≤ 720px breed */

}

@media only screen and (max-width:450px) {
    .hero-image {
        height: 30%;
    }
    .row.adjusted {
        width: 100%;
        margin: 0 auto;
    }
    div.col-lg-5{
        margin-left: -40px;
    }
    h1 {
        font-size: xx-large;
    }
    p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    /* stijlregels voor schermen ≤ 320px breed */

}

@media only screen and (max-width:380px) and (max-height:670px) {
    .hero-image {
        height: 33%;
    }
    .row.adjusted {
        width: 100%;
        margin: 0 auto;
    }
    div.col-lg-5{
        margin-left: -40px;
    }
    h1 {
        font-size: x-large;
    }
    p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    .fa-lg{
        font-size: 0.875em;    
    }
    /* stijlregels voor schermen ≤ 320px breed */

}

@media only screen and (max-width:360px) and (max-height:600px) {
    .hero-image {
        height: 40%;
    }
    .row.adjusted {
        width: 100%;
        margin: 0 auto;
    }
    div.col-lg-5{
        margin-left: -40px;
    }
    h1 {
        font-size: x-large;
    }
    p {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 16px;
    }
    .fa-lg{
        font-size: 0.875em;    
    }

    /* stijlregels voor schermen ≤ 320px breed */

}

@media only screen and (min-width:1174px) and (max-width:1256px) {
    
    h1 {
        font-size: x-large;
    }
    
    select#webmenu{
        width: 115px !important;
    }
    /* stijlregels voor schermen ≤ 320px breed */

}

@media only screen and (min-width:1256px) and (max-width:1460px) {
    
    h1 {
        font-size: x-large;
    }
    select#webmenu{
        width: 120px !important;
    }

    /* stijlregels voor schermen ≤ 320px breed */

}

.row.adjusted {
    width: 95%;
    margin: 0 auto;
}

.banner {
    background: rgba(0, 0, 0, 0.4);
    padding: 3% 0% 3% 8%;
    width: 100%;
    height: 100%;
}

.footer {
    bottom:0;
    width:100%;
    height:30px;  
    background: black;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.9;
    filter: alpha(opacity=90); 
    color: white;
    font-size: 14px;
    position: fixed;
    z-index: 100;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #333333; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 10px 0px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #c9c9c9;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidenav i {
    text-decoration: none;
    font-size: 18px;
    color: #c9c9c9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav i:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a, .sidenav i {font-size: 14px;}
}

ul.navbar-nav.nav-flex-icons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: -6%;
    margin-right: 70px;
    
}

ul {
    list-style: none;
}

a.nav-link {
/*    color: white;*/
    padding-left: 2px;
    padding-right: 5px;
    margin-top: -30%;
}

i.nav-link {
/*    color: white;*/
    margin-top: -30%;
}

#bannerHR {
    border: none;
    height: 3px;
    color: black;
    background-color: black;
    margin: 0 0 0 0;
    opacity: 0.75;
}

div.table-responsive{
    padding: 0px 10px 0px 10px;
    table-layout: auto;
    width: 100%;
}

li.nav-item { 
    float: right;
}

li.nav-item.weather {
    float: left;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    color: #000 !important;
}

label {
    color: #6d6d6d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0 !important;
}

ul.navbar-nav .dropdown-content {
  display: none;
  position: absolute;
}
ul.navbar-nav .dropdown-content a {
  color: black;
}
ul.navbar-nav .dropdown:hover > .dropdown-content {
  display: block;
}

div.jumbotron.index {
    padding: 60px 75px 60px 75px;
    width: 55%;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.form-control:focus {
    border-color: #f19929;
    -webkit-box-shadow: inset 0 0 0 1px #f19929;
    box-shadow: inset 0 0 0 1px #f19929;
}
a {
    font-weight: 300;
}

div.selectProfile.home {
    background-color: white;
    padding: 60px 75px 60px 75px;
    width: 100%;
    margin: 10% 0 10% 0;
}

a#logout {
    position: absolute;
    bottom: 5%;
    left: 0;    
}

a#settings {
    position: absolute;
    bottom: 13%;
    left: 0;    
}

a#support {
    position: absolute;
    bottom: 17%;
    left: 0;    
}

a#profileselect {
    position: absolute;
    bottom: 9%;
    left: 0;    
}

