body {
    background-color: #76949F;
    font-family: "Helvetica Neue", "Proxima Nova", Arial, serif;
    font-size: 23px;
    color: white;
}

.header {
    background-color: white;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation {
    margin-top: 13px;
    background-color: white;
    color: #102D53;
    float: right;
    font-weight: bold;
    text-decoration: none;
}

.banner {
    background-color: #102D53;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    text-align: center;
}

.product-description {
    padding-top: 50px;
    padding-right: 50px;
}

.product-image {
    width: 100%;
    background-image: url('images/product.png');
    margin-top: 50px;
    margin-left: 50px;
    height: 100%;
    background-repeat: no-repeat;
}

#modal {
    color: #102D53;
}