body{
    background-color: #74A3B7;
    max-width: 100%;
    overflow-x: hidden;
    line-height: 1.3;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
    background-color: #161B31;

}

#header{
    display: flex;
    flex-direction: row;
    background-color: #0D0F1C;
    color:#A9C5B0;
    text-align: right;
    width: 100%;
    z-index: 1;
    margin-bottom: 5%;
    -webkit-box-shadow:0px 0px 50px 2px #0D0F1C;
    -moz-box-shadow: 0px 0px 50px 2px #0D0F1C;
    box-shadow: 0px 0px 50px 2px #0D0F1C;

}

#header h1{
    letter-spacing: 3px;
    text-shadow: rgba(186,26,26,0.9) 0px 0px 39px; 
}

.headerBlock{
    text-align: right;
    width: 75%;
}

.headerGIF{
    width: 20%;
}

#body{
    margin: 10px;
}
#main{
    float: left;
    max-width: 72%;
    margin: 20px;
}

#body img{
    max-width: 100%;
}

#sidebar{
    float: right;
    max-width: 23%;
}

#sidebar img{
    max-width: 100%;
    display: flex;
    align-items: center;
    -webkit-box-shadow:0px 0px 50px 2px rgba(5,89,236,0.9);
    -moz-box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
    box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
}

#ContentBlock{
    background-color: #776490;
    padding: 20px;
    margin: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow:0px 0px 50px 2px rgba(5,89,236,0.9);
    -moz-box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
    box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
    
}

#ContentBlock h2{
    text-align: center;
}

#ContentBlock h4{
padding-left: 10px;
padding-right: 10px;
}

#ContentRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#RowBlock{
margin: 20px;
background-color: #0D0F1C;
padding: 15px;
border-radius: 3px;
width: 40%;
color: #558ECD;
text-align: center;
}

#RowBlock h1{
text-align: center;
}

#RowBlock h2{
    text-shadow: rgba(186,26,26,0.9) 0px 0px 39px; 
}

#RowBlock a{
    color: #CBE8E7;
}

#RowBlock ul{
    text-align: left;
}

#film{
    text-align: center;
}

#menu{
    border-radius: 5px;
    word-wrap: break-word;
    border: solid 1px #0D0F1C;
    width: 100%;
    margin-bottom: 20px;
    position: sticky;
    -webkit-box-shadow:0px 0px 50px 2px #0D0F1C;
    -moz-box-shadow: 0px 0px 50px 2px #0D0F1C;
    box-shadow: 0px 0px 50px 2px #0D0F1C;
}

#menu ul{
    background-color: #776490;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    border-radius: 2px;
    border: #CBE8E7;
}

#menu a{
    text-decoration: none;
    display: block;
    padding: 3px;
    text-decoration: none;
}

#menu a:hover{
    background-color: #558ECD;
    color:#0D0F1C;
}

#menu a.active{
    background-color:  #0D0F1C ;
    color: #558ECD;
    border: solid 1px #776490;
}

.menulink{
    background-color: #776490;
}

a {
    color: #A9C5B0;
}

.subpages{
    border-radius: 5px;
    word-wrap: break-word;
    border: solid 3px #776490;
    overflow-y: scroll, auto;
    background-color: #161B31;
}

.submenulink:hover .subpages{
    display: block;
}

.subpages a{
    color:#776490;
    background-color: #161B31;
    display: block;
    padding: 6px;
    text-decoration: none;
    text-shadow: rgba(186,26,26,0.9) 0px 0px 39px; 
}

#footer{
    width: 100%;
    background-color: #558ECD;
    text-align: right;
    color: #161B31;
    clear: both;
    padding: 10px;
    z-index: 1;
    position:sticky;
    -webkit-box-shadow:0px 0px 50px 2px rgba(5,89,236,0.9);
    -moz-box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
    box-shadow: 0px 0px 50px 2px rgba(5,89,236,0.9);
}

#footer p{
 padding-right: 20px;
}

h1{
    font-family: 'Chivo', Impact,sans-serif;
    color: #A9C5B0;

}

h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 23pt;
    color: #A9C5B0;
}

#center{
    text-align: center;
}