html, body {
    margin: 0;
    padding: 0;  
    background: #fff url('images/5.jpg');
    font-family:  Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
    text-align: justify;
    
}

#containerleft {
    position: fixed;
    left: 0;
    top: 0;
    background: url('images/seventhdawn.png') top left no-repeat;
    width: 404px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

#nav {
    position: fixed;
    top: 5px;
    left: 210px;
    width: 400px;
  
}
#cr {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    left: 450px;
    top: 0;
    width: 550px;

}

#containerright {
    flex: 1;
}

.filterDiv {
    color: #ffffff;
    width: 360px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    display: none; 
    
}
.show {
    display: block;
}

.filterDiv a {
    background: #919191;
    padding: 0.5em;
    text-transform: uppercase;
    font-size: 1em; 
    letter-spacing: 0.09em;
    display: block;
    line-height: 35px;
    font-weight: bold;
    transition: 0.3s;
    border-radius: 10px 0 10px 0;
}
.filterDiv a:link {
    text-decoration: none;
    color: #c91b50;
    background: #cecece;
}

.filterDiv a:visited {
    text-decoration: none;
    color: #c91b50;
    background: #cecece;
}

.filterDiv a:hover {
    text-decoration: none;
    color: #fff;
    background: #b61c24;
}

.filterDiv a:active {
    text-decoration: none;
    color: #fff;
    background: #b61c24;
}

.sshow {
    text-align: center;
    font-size: 0.9em;
    
}
.sshow button {
    background: none;
    border: 0;
    font-variant:all-small-caps;
}
.btn {
    display: block;
    background: #0d0d0d;
    font-size: .85em;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 1px 6px;
    }

.btn:hover {
    background: #93151c;
    color:  #fff;
}
.btn active {
    background: #707070;
    color: #000;    
}

.binline {
    display: inline;
    background: #b10b14;
    
}
.filterDiv binline a {
    border-radius: 0;
}

.intro {
    background: #bcbcbc;
    margin: 10px 10px 20px 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: .9em;
    opacity:80%;
}

.intro a {
    background: none;
    font-weight: bold;
    color: #000;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-size: .98em;
}
.intro a:hover {
    border: 0;
    color: #971118;
}

.intro em, i, b, strong, a, {
    color:#aa1a1a;
    }

.centre {
    text-align: center}

#footer {
    position: fixed;
    bottom: 0;
    left: 450px;
    width: 550px;
    text-align: center;
    font-size: .85em;
    font-variant:all-petite-caps;
    padding: 2px 0;
    opacity: 70%;
}

#footer a:link {
    color: #575757;
    background: #b4b4b4;
    text-decoration: none;
    
}

#footer a:visited {
    color: #575757;
    background: #b4b4b4;
    text-decoration: none;
    
}

#footer a:hover {
    color: #575757;
    background: #b4b4b4;
    text-decoration: none;
}

#footer a:active {
    color: #575757;
    background: #b4b4b4;
    text-decoration: none;
    
}
