﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left:10px;
    padding-right:10px;
    max-width:100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
   padding: 0px;
   max-width:100%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

div.scrollmenu {
 background-color:#333;
 overflow:auto;
 white-space:nowrap;

}
div.scrollmenu a{
    display: inline-block;
    color:white;
    text-align:center;
    padding:14px;
    text-decoration:none;

}
div.scrollmenu a:hover{
    background-color:#777;
}

.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 30px 5px 5px;
    z-index: 5000000;
    width: 80%;
    margin-top: 80%;
    background-color: black;
    color:white;
}

    .cookie-banner a {
        color: yellow;
        text-decoration: none;
    }

    .cookie-banner .cookie-close {
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        background-color:#f7f7f7;
    }

.form-control-static {
    outline: none;
    border: none;
    border-bottom:solid;
    border-width: 1px;
    border-radius:0px;
    background-color:white;
}

.form-control-static:hover , .form-control-static:focus{
    border-bottom-color:aliceblue;
}
