body {
    padding-bottom: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header h1 {
    color: #fff;
}

.header p {
    color: #fff;
}

.appstore-btn {
    height: 43px;
    margin-top: 5px;
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.recipe-details h2 {
    color: #D24400;
}

.recipe-details h3 {
    color: #D24400;
}

.recipe-photo {
    width: 250px;
    height: 250px;
    margin-top: 20px;
    object-fit: cover;
}

.recipe-photos-div {
    width: 125px;
    height: 125px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.recipe-photos {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recipe-property {
    display: block;
}

.recipe-label {
    font-weight: bold;
}

.recipe-ingredients li {
    padding-bottom: 6px
}

.recipe-directions li {
    padding-bottom: 10px
}

.recipe-notes li {
    padding-bottom: 10px
}

.recipe-nutrition {
}

.section {
    padding-top: 50px;
}

.section-alternate {
    background-color: #fafafa;
}

@media (max-width: 767px) {

    p, h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    .section {
        padding-top: 0px;
    }

    .img-responsive {
        margin: 0 auto;
    }

    .pull-right {
        float: none !important;
    }
}

.btn-signin {
    color: #ffffff;
    background-color: #d24400;
    border-color: #d24400;
}

    .btn-signin:hover,
    .btn-signin:focus,
    .btn-signin:active,
    .btn-signin.active,
    .open .dropdown-toggle.btn-signin {
        color: #ffffff;
        background-color: #d24400;
        border-color: #d24400;
    }

    .btn-signin:active,
    .btn-signin.active,
    .open .dropdown-toggle.btn-signin {
        background-image: none;
    }

.center {
    width: 30%;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .center {
        width: 90%;
        margin: 0 auto;
    }
}
