* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
}

/* === Recipes pages === */

.recipe-page.content {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 1000;
    margin: 50px 10px 30px 10px;
}

.description, .ingredients, .steps {
    text-align: justify;
    margin: 20px 10px;
    padding: 5px;
}

.description .title, .ingredients .title, .steps .title {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.description p, .ingredients ul, .steps ol {
    margin: 10px 0;
}

.recipe-page.main-img {
    width: 400px;
    margin: 10px;
}

.recipe-page.recipe-summary {
    margin: 5px 10px;
}

.recipe-page.bottom-box {
    padding: 15px;
}

.return-button {
    color: rgb(58, 28, 28);
    font-weight: bold;
    text-decoration: none;
}


/* === Top and bottom === */

.info-box {
    background-color: antiquewhite;
    padding: 10px;
    margin: 50px 0px 0px 0px;
}

.info-option {
    color: rgb(58, 28, 28);
    margin: 10px;
}

.steps .list, .ingredients .list {
    padding: 0px 20px;
}

.upper-box {
    background-color: rgb(168, 136, 66);
}

.logo-title {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: Cambria, 'Times New Roman', serif;
    vertical-align: middle;
    padding-top: 40px;
    margin: 10px auto;
}

.logo-image {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin: 20px auto;
}

.upper-options-box {
    background-color: antiquewhite;
    padding: 15px;
    margin-bottom: 20px;
}

.upper-option {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(58, 28, 28);
    margin: 0 35px;
}


/* === Homepage === */

.homepage.title {
    margin: 10px;
    font-size: 30px;
}

.homepage.main-img {
    display: inline-block;
    width: 600px;
    margin: 5px;
}

.homepage.side-imgs-col {
    display: inline-block;
    margin: 5px;
}

.homepage .side-img {
    display: block;
    width: 130px;
    margin: 12px;
}

.homepage .side-img#img04-1 {
    height: 100px;
}

.homepage.recipes-list {
    text-align: justify;
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.homepage.recipes-list .recipe-item img {
    display: inline-block;
}

.homepage.recipes-list .recipe-item img#img04-2{
    height: 150px;
}

.homepage.recipes-list .recipe-item {
    margin: 20px 0;
}

.homepage.recipes-list .recipe-item .recipe-info {
    display: inline-block;
    margin-left: 15px;
    max-width: 500px;
}

.homepage.recipes-list .recipe-item .recipe-info .recipe-summary {
    margin: 5px 0 15px 0;
    font-weight: bold;
}

.homepage.recipes-list .recipe-item .recipe-info a {
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: 1000;
}

.homepage.recipes-list .recipe-item .img-link {
    display: inline-block;
}
