header h1 {
    text-shadow: 4px 4px #1c2021;
    overflow: auto;
    margin: 0px auto;
    font-family: 'Oswald', sans-serif;
    padding-top: 10px;
    margin-bottom: 20px;
    border: #2c2e30 solid 2px;
    border-width: 10px;
    border-style: groove;
    border-top-width: 2px;
    border-top-style: double;
    border-bottom-width: 2px;
    border-bottom-style: double;
    height: 70px;
    width: 200px;
    text-align: center;
    background-color: #505254;
    color: #33c9e8;
}

nav {
    font-family: 'Oswald', sans-serif;
    border-style: solid;
    border-color: #595D63;
    float: left;
    width: 180px;
    height: 220px;
    background: #505254;
}

.right {
    border: #2c2e30 solid 2px;
    float: left;
    width: 15%;
    height: 700px;
    padding: 5px 20px;
    background-color: #505254;
}

footer {
    border: #2c2e30 solid 2px;
    font-family: 'Fjalla One', sans-serif;
    width: 80%;
    height: 100px;
    font-size: 14px;
    background-color: #505254;
    margin-left: 10%;
    margin-top: 300px;
    padding-top: 15px;
}

.content {
    border: #2c2e30 solid 2px;
    float: left;
    overflow: auto;
    margin: 0px auto;
    width: 50%;
    height: 700px;
    padding: 5px 20px;
    background-color: #404142;
    text-align: center;
}

body {
    background-image: url("images/image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
}

.content .thumbnail2 {
    border: #2c2e30 solid 2px;
    border-radius: 25px;
    height: 120px;
    width: 170px;
}

img.thumbnail:hover {
    height: 123px;
    width: 173px;
}

.productView {
    margin-left: 40px;
    width: 400px;
    height: 280px;
    float: left;
}

.thumbnail {
    float: left;
    margin-right: 60%;
    box-sizing: border-box;
    height: 120px;
    width: 170px;
    vertical-align: middle;
}

div {
    text-align: justify;
    text-justify: inter-word;
}

div.box {
    float: left;
    border-radius: 8px;
    width: 180px;
    height: 200px;
    padding: 5px;
    background-color: #2c2e30;
    text-align: center;
    margin-left: 5%;
}

div.box2 {
    border: white 1px solid;
    float: left;
    border-radius: 15px;
    width: 195px;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #2c2e30;
    text-align: center;
    margin-left: 4%;
    margin-bottom: 10px;
}

div.box2 p {
    font-family: 'Oswald', sans-serif;
}

.box:hover {
    background-color: #697075;
}

.row {
    margin: 0px;
    height: 400px;
}

.row:after {
    display: table;
    content: "";
    clear: both;
}

.clear {
    clear: left;
}

.left {
    border: #2c2e30 solid 2px;
    margin-left: 10%;
    float: left;
    width:  15%;
    height: 700px;
    padding: 5px 20px;
    background-color: #505254;
}

.products {
    width: 800px;
}

* {
    box-sizing: border-box;
}


