a {
    text-decoration: none;
    color: #a8a8a8;
}

a:hover{
    color: #ff0000;
}

img {
    image-orientation: from-image;
}

p, body {
    font-family: 'Quicksand', sans-serif;
    color: #4b4b4b;
    display: block;
    font-size: 15px;
}

p {
    text-align: justify;
}

hr {
    color: #4b4b4b;
    width: 600px;
}
/*
body {
    max-width: 720px;
    margin: 0 auto;
}*/

#piece {
    margin-left: 0px;
}

.header {
    align-content: center;
    padding-top: 4%;
    margin-bottom: 4%;
    padding-right: 4%;
    padding-left: 4%;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

.content {
     max-width: 720px;
    margin: auto; 
    align-content: center;
    padding-left: 22%;
    margin-bottom: 4%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.row {
    width: 1100px;
    margin-left: -150px;
    display: block;
}

.image {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    margin: 0px 0px 0px 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-family: 'Quicksand', sans-serif;
    color: #a8a8a8;
}

.text {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.image_row {
    width: 100%;
    display: block;
    text-align: center;
}

.hold_type{
    align-content: center;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    font-size: 20px;
}


