/* 
    Created on : 09.02.2016, 20:08:50
    Author     : bhappy4fil
*/


/* tags */
body {
    margin:0px;
    background:black;
    background: url(../media/img/P1020964.JPG);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: Tahoma, Geneva, sans-serif;
}

a {
    font-weight: bold;
    color: #585858;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: black;
}

table {
    width: 100%
}

h1 {
    margin-top: 0px;
}

/* classes */
.container {
    margin:0px;
    width:100%;
    background-color:white;
}

.middle {
    margin: 0px auto;
    width: 1200px;
}

.myBlock {
    min-height: 500px;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.myBox {
    margin: 10px;
}

.myBoxBody {
    border-bottom: solid 1px black;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    padding: 5px;
    width: 90%
}

.myBoxTitle {
    background-color: black;
    color: white;
    width: 100px;
    text-align: center
}

.menu {
    margin-top: -80px;
    margin-left: 300px;
    width: 800px;
    text-align: right;
}

.subMenuItem {
    display: none;
    color: #BDBDBD;
}

.subMenuItem:hover {
    display: none;
    color: #6E6E6E;
}


/* ids */
#buffer {
    height:100vh;
}

#facebook {
    position: fixed;
    top: 200px;
    left: -40px;
}

#twitter {
    position: fixed;
    top: 285px;
    left: -40px;
}

#header {
    margin:0px;
    width:100%;
}

#headerspace {
    margin-top: -200px;
    height: 200px;
}

#menu {
    background-color: white;
    height: 45px;
    position: fixed;
    top: 0px;
    border-bottom: 1px solid gray;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(20,20,20,0.59);
    -moz-box-shadow: 0px 5px 5px 0px rgba(20,20,20,0.59);
    box-shadow: 0px 5px 5px 0px rgba(20,20,20,0.59);
}

#logo {
    margin-left: 100px;
    height: 200px;
}

#whitespace {
    height: 100px;
    margin-top: -100px;
    background-color: white;
    width: 1200px;
    -webkit-box-shadow: 0px -2px 8px 5px rgba(20,20,20,0.59), 0px 8px 8px 5px rgba(20,20,20,0.59);
    -moz-box-shadow: 0px -2px 8px 5px rgba(20,20,20,0.59), 0px 8px 8px 5px rgba(20,20,20,0.59);
    box-shadow: 0px -2px 8px 5px rgba(20,20,20,0.59), 0px 8px 8px 5px rgba(20,20,20,0.59);
}

#appGenesis {
    background-image: url(../media/bg/257b479a.png);
}

#appGenesis .middle {
    background-image: url(../media/bg/a009b749.png);
}

#appLove {
    background-image: url(../media/bg/3913f4bd.png);
}

#appLove .middle {
    background-image: url(../media/bg/0ff11a43.png);
}

#appPhilotes {
    background-image: url(../media/bg/c409a842.png);
}

#appPhilotes .middle {
    background-image: url(../media/bg/ab28780d.png);
}

#footer {
    background-image: url(../media/bg/95b4e02c.png);
}

#footer .middle {
    background-image: url(../media/bg/2e143ce3.png);
}