html, body {
    margin: 0px;
    padding: 0px;
}

.centered-content {
    text-align: center;
    padding-left: 17%;
    padding-right: 17%;
}

hr {
    width: 60%;
    margin: auto;
}

header {
    display: block;
    background-size: cover;
    background-image: url(https://hips.hearstapps.com/hmg-prod/images/rasta-pasta-horizontal-1539379408.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(150, 150, 150, 0.7);
    background-blend-mode: soft-light;
    margin-top: 4%;
}

header div {
    padding-top: 10%;
    padding-bottom: 8%;
    color: whitesmoke;
}

#title {
    font-family: 'Dawning of a New Day', cursive;
    font-weight: lighter;
    font-size: 7em;
    line-height: 7rem;
    margin: 0;
}

#title-subhead {
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 0px 3px 3px rgb(102, 102, 102);
    letter-spacing: .2rem;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
}

#dish-summary {
    padding-top: 1%;
    padding-bottom: 1%;
    letter-spacing: .12rem;
    line-height: 1.6rem;
    font-size: 1em;
}

.recipe-content {
    padding-left: 17%;
    padding-right: 17%;
    height: 100%;
    display: block;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: .12rem;
}

.recipe-content h2 {
    color: #512105;
}

.row {
    margin: auto;
    width: 100%;
    padding-top: 3%;
}

.row .col{
    width: 48%;
    float: right;
    margin: 1%;
}

h2 {
    font-size: 1.8rem;
}

.ingredient-subhead {
    font-weight: 550;
    font-size: 1.1rem;
    padding-top: 5%;
    padding-left: 4%;
}

.ingredient-sublist li {
    padding: 8px 5px;
    margin-left: 2%;
    line-height: 1.4rem;
}

#info-box {
    background-color: rgba(219, 203, 179, 0.3);
    height: 30%;
    margin-top: 4%;
    margin-bottom: 6%;
    padding: 2% 5%;
    letter-spacing: .15rem;
}

#author {
    margin-bottom: 1%;
    text-align: right;
    font-size: .8rem;
    color: #512105;
}

#info-box hr {
    width: 100%
}

#info-box .row {
    text-align: center;
}

#info-box .col {
    text-align: center;
    width: 31%
}

.time{
    font-size: 1rem;
    margin-top: 6%;
    font-weight: 200;
}

#serving-row p {
    display: inline-block;
    margin-top: 2%;
}

.info-label, #serving-row strong{
    text-decoration: underline;
    font-size: 1.1rem;
    color: #512105;
}

#serving-row {
    font-size: 1.1rem;
    margin-bottom: 1.5%;
}

#serving-size {
    margin-left: 4%;
    border: 1px hidden rgba(81, 33, 5, .28);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    background-color: rgba(81, 33, 5, .28);
}

#recipe-contains {
    font-size: .85rem;
    line-height: 1.2rem;
}

#prep-tip-col {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
}

#preparation-tip p{
    font-size: .9rem;
}