body{
    background: #284352;
    z-index:0;
    margin:0;
    padding:0;
    font:normal 16px/20px Lekton, sans-serif;
}

h1{
    position: relative;
    text-align: center;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    font-family: 'Special Elite', cursive;
}

h2{
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    text-align: left;
    line-height: 60px;
}

h1, h2{
    font-family: 'Special Elite', cursive;
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 1);
    color: #000000;
    font-weight: 200;
}


button{
    display:inline-block;
    padding:5px;
    margin:1px;
    color:#fff;
    border:1px solid #fff;
    border-radius:4px;
    background: rgba(0, 0, 0, 0.72);
    cursor: pointer;
}

button:hover{
    background:rgba(255,255,255,.9);
    color:#000;
}

#wrapper{
    position:absolute;
    padding:100px 50px;
    width:500px;
    min-height: 100%;
    margin-left: 0;
    top:0;
    background: rgba(232, 232, 232, .9);
    font:normal 16px/20px Lekton, sans-serif;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);

}

.text{
    position: relative;
    top:40px;
    padding-right: 50px;
}

.text h1{
    font-weight:normal;
    line-height:130%;
}

.text h2{
    font-weight:normal;
    line-height:130%;
}

.controls div{
    display:inline-block;
    padding:5px;
    margin:1px;
    color:#fff;
    border:1px solid #fff;
    border-radius:4px;
}

.controls div:hover:not(.counter){
    background:rgba(255,255,255,.9);
    color:#000;
}

.controls div:not(.counter){
    background: rgb(190, 41, 16);
    cursor:pointer;
}

.controls.fullScreen_controls div:hover:not(.counter){
    background:rgba(255,255,255,.9);
    color:#000;
}

.controls.fullScreen_controls div:not(.counter){
    background: rgba(0, 0, 0, 0.82);
    cursor:pointer;
}

.controls div.sel{
    background:rgba(255,255,255,.9);
}


#thumbnails{
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.4);
    line-height: 0;
    font-size: 0;
    padding: 4px;
}

#thumbnails img{
    margin: 2px;
    width: 40px;
    height:auto;
    cursor: pointer;
    display: inline-block;
    border: 3px solid transparent;
}

#thumbnails img.sel{
    margin: 2px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    border: 3px solid white;
}

#pageContent{
}


#pageContent h1 {
    position: absolute;
    top:0;
    #bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    color: #ffffff;
    font-size: 50px;
    width: auto;
    height: 220px;
}

a {
    color: #FFF;
    text-decoration: none;
    line-height: 100px;
}

.bookme {
    color: #ffffff;
    font-size: 30px;
    width: auto;
    height: 100px;

    font-family: 'Special Elite', cursive;
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 1);

    font-weight: 200;

    position: absolute;
    bottom: 0  ;
    right: 10px;
}

