

.credits {
padding-top: 100px;
}

.brand-heading img {
    width:200px;
}

.screenshot img {
    width:100%;
    display: block;
    position: relative;
    left: 0px;
    right: 0;
    top:0px;
}
/*
.viewing-page-2 #georestricted .screenshot img, 
.viewing-page-3 #feed .screenshot img,
.viewing-page-4 #challenges .screenshot img,
.viewing-page-5 #ephemeral .screenshot img,
.viewing-page-6 #goodies .screenshot img{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.viewing-page-3 #georestricted .screenshot img, 
.viewing-page-4 #feed .screenshot img,
.viewing-page-5 #challenges .screenshot img,
.viewing-page-6 #ephemeral .screenshot img,
.viewing-page-7 #goodies .screenshot img{
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.viewing-page-3 #feed .screenshot img#ikke{
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
}
*/
.portret {
        width:80%;
        border: 2px solid white;
    } 

.postscriptum a {
    color: white;
}
.postscriptum a:hover, .postscriptum a:focus {
    color: grey;
}

.postscriptum {
  background-color: rgb(89,148,219);   
}

.towersbg{
    background: url(../img/intro-towers-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media(min-width:767px) {
    .brand-heading img {
        width:350px;
    }  
    
    .vcenter{
        width:120%;
        position: relative;
        top:100px;
        right:100px;
    }
    
    .screenshot img {
        width:100%;
        display: block;
        float: top;
    }  
    
}

@media(max-width:767px){
     p {
         font-size: 14px;
         margin: 0 0 10px;
        }
    
    h2 {
        font-size: 20px;
        margin:0 0 10px;
    }
    
    .btn-lg {
        padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    
    .postscriptum {
    font-size:10px;
    }
}
    
    .onlylarge{
        display: none;
    }
    
}

.Elaba {
    font-family: BlackoutMidnight;
    text-transform: none;
}



.screenshot img.sticker {
    position: absolute;
}

.screenshot img.sticker#voelemij{
    width:10%;
    top:30%;
    left:40%;
}

.screenshot img.sticker#lapmijnma{
    width:15%;
    top:45%;
    left:50%;
}

.screenshot img.sticker#ikke{
    width:10%;
    top:28%;
    left:55%;
}

.inverted {
    background-color: white;
    color: black
}

#privacyterms p {
    font-size: 15px!important;
}


