body {
    line-height: 23px;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    color: #313131;
    background-color: #fff;
    height: 100%;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
}

p {
    line-height: 23px;
}

p + p {
    margin-bottom: 15px;
}

br {
    margin-top: 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.price span {
    font-weight: 400;
}

.price {
    text-align: right;
    font-weight: 600;
    color: #b26c68;
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 3px solid #676767;
    padding-bottom: 12px;
    width: 100%;
}

.btn-red {
    border: 1px solid #b26c68;
    background-color: #fff;
    font-weight: 600;
    color: #676767;
    padding: 0 15px;
    line-height: 28px;
    font-size: .875rem;
    text-transform: uppercase;
    border-radius: 0%;
}

.btn-red:hover {
    text-decoration: underline;
    color: #676767;
}

.form-control {
    border-radius: 0;
    border-color: grey;
}

.table th.divider-items {
    border-top: none;
    padding-top: 20px
}