html, body {
    margin: 0;
    padding: 0;  
    background: #fff;
    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: 456px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

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

#containerright {
    flex: 1;
    background: #000;
}

.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;
}

.btn {
    display: block;
    background: #0d0d0d;
    font-size: .85em;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 1px 6px;
    border: 0;
    }

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

.intro {
    background: #919191;
    margin: 10px 10px 20px 10px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: .95em;
    letter-spacing: .1em;
    line-height: 1.6em;
}

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

.centre {
    text-align: center}


.contactform {
    color: #fff;
    font-size: .95em;
    
}

.contactform input {
    background: #919191;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 530px;
    width: 550px;
    background:#fff;
    text-align: center;
    font-size: .85em;
    font-variant:all-petite-caps;
    padding: 2px 0;

}

#footer a:link {
    color: #e1131d;
    
}

#footer a:visited {
    color: #e1131d;
    
}

#footer a:hover {
    color: #e1131d;
    
}

#footer a:active {
    color: #e1131d;
    
}
