/*banner across the top*/

body {
    line-height: 1;
}

#banner {
    height: 400px;
    width: 100%;
    background-image: url(../img/controllers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 74%;

}

li {
    display:inline;
    margin-right: 10px;}
    li.coming-soon {
        display: none;}
    #king {
        box-shadow: 0px 5px 5px black;
    }
    #queen {
        box-shadow: 0px 5px 5px black;
    }
    #rook {
        box-shadow: 0px 5px 5px black;
    }
    #knight {
        box-shadow: 0px 5px 5px black;
    }
img.large {
    width: 277px;
    height: 390px;}
img.medium {
    width: 138.5px;
    height: 195px;}
img.medium2 {
    width: 700px;
    height: 400px;
}

#RE2 {
    width: auto;
    height: auto;
    transform: rotate(-3deg);
}



h2 {
  
    padding-top: 50px;
}

    blockquote, q {
        quotes: none;
    
    }
.container {
    width: 80%;
    margin: 0 auto;
    background-color: #9EBACC;
    box-shadow: 0px 5px 5px black;
    padding: 20px;
    

    
}

body{
    width: auto;
    background-color: #63747F;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #313A40;
    text-align: justify;





}
    footer {
        padding-top: 50px;
        text-align: center;
        }
    