body {
    padding-top: 70px;
}
footer {
    margin: 50px 0;
    clear:both;
}
.showspecs{
    display: none;
}
.noborder{
    border-color: #222;
}
div.zwarteachtergrond {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:19;
    opacity:.8;
}
div.fotopopup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    overflow: visible;
}
div.fotopopup img{
    width: auto;
    height: auto;

}
.lastwatched{
    color: white;
}
.singleshows{
    border: 2px solid black;
    margin: 20px;
    padding: 5px;
    width:70%;
}
.showP{
    text-align: center;
}
.calendar{
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
#light{
    background-color: black;
    padding: 20px;
    position: fixed;
}
[name="lightbox"]{
    cursor:pointer;
}
img.popup{
    opacity: 1;
}
.btn{
    margin-bottom: 5px;
}
.following .imgShow{
    max-width: 60%;
}
.blackdiv {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    z-index: 500;
    width: 100%;
    text-align: center;
    background-color: black;
}
h1{
}
.whiteheader{
    color: #EEE;
}
#current{
    color: #FFF;
}
#authorize-div{
    text-align: center;
}
.homenav{
    opacity:0.5;
    left:0;
}
.homenav:hover{
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity time;
    -ms-transition: opacity time;
    -o-transition: opacity time;
    transition: opacity time;
}
/* SEARCHBAR */
#searchForm fieldset {
    width:180px;
    position:relative;
    display:block;
}
#searchForm{
    margin-right: 50px;
}
div.input {
    width:120px;
    padding:5px 15px 7px 15px;
    border-radius:20px;
    border:1px solid #c6d2db;
    border-top:1px solid #b4c1cb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
    background:#e8edf1;
    margin-top: 8px;
}
div.input.focus {
    border:1px solid #9ecbe2;
    box-shadow:0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
}
input#s {
    width:100%;
    border:0;
    border-radius:20px;
    background:transparent;
    height:16px;
    color:#b4bdc4;
    text-shadow:0 1px 1px #fff;
}
input#s:focus {
    outline:none;
}
input#searchSubmit {
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../Images/search-icon.png) no-repeat;
    border:0;
    position:absolute;
    top:7px; right:13px;
    z-index:5;
    display:none;
    cursor:pointer;
}
/* END OF SEARCHBAR*/

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 1em;
    }
}