html, body {
    height: 100%;
    margin: 0; padding: 0;  /* to avoid scrollbars */
    color: #fff;
    font-family: 'Roboto', sans-serif
}

#main{
    background: rgb(122,1,4);
    flex: 1;
}

#wrapper{
	-js-display: flex;
    display: flex;
    min-height: 100%;
    flex-direction:column;
}
#top-container{
    height: 205px;
}
.nav_link{
    height: 70px;
}

.nav_link h4{
    margin: 0;
    padding-top: 0.5em;
    font-size: 11px;
}

h3{
    font-size: 17px;
}

@media screen and (min-width: 992px){
    h3{
        font-size: 24px;
    }
}

.nav_link a{
    background: #333;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    border-right: 1px solid #f7921e;
    padding-top: 1em;
}

.nav_link a:hover{
    text-decoration: none;
    background: rgb(122,1,4);
}

.nav_link .active{
    background:  rgb(122,1,4);
}

.nav_link img{
    height: 25px;
}

@media screen and (min-width: 992px) {
    #top-container {
        height: 150px;
    }

    .nav_link{
        height: 150px;
    }

    .nav_link a{
        padding-top: 30px;
    }

    .nav_link img{
        height: auto;
    }

    .nav_link h4{
        font-size: inherit;
    }
}

#logo{
    height: 130px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.margin-top-two-em{
    margin-top: 2em;
}

.seven-cols .col-xs-1,
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
}

.no-gutters{
    padding-right: 0;
    padding-left: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.white-text{
    color: #fff;
}

a.white-text:hover{
    color: #fff;
}
.orange{
    color: #f7921e;
}

footer img{
    max-height: 150px;
}

@media screen and (min-width: 992px) {
    footer img{
        max-height: 90px;
    }
}
.noodle h3{
    font-size: 20px;
}
.noodle{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

h2{
    margin-top: 1em;
    font-size: 25px;
    margin-bottom: 1em;
}
.single-noodle h3 {
    font-weight: 600;
    font-size: 22px;
}

.single-noodle p {
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    h2{
        font-size: 48px;
    }

    .noodle h3{
        font-size: 22px;
    }

    .single-noodle h3 {
        font-size: 16px;
    }

    .single-noodle p {
        font-weight: 300;
        font-size: 14px;
    }
}

.sell-sheet{
    font-size: 24px;
    background: rgb(159, 65, 66);
    color: #fff;
    border: none;
    margin: 1em 0;
}

.sell-sheet:hover{
    font-size: 24px;
    color: rgb(159, 65, 66);
    background: #fff;
    border: none;
}

#aj-logo{
    margin-top: 3em;
}

.willem{
    font-family: 'Mr Dafoe', cursive;
}

#filter_container{
    background: #f7921e;
    margin-bottom: 2em;
}

#filter{
    cursor: pointer;
    user-select: none;
}

.recipe-box{
    background: rgb(89,0,2);
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    border-radius: 20px;
    display: block;
    height: 165px;
}
.recipe-box:hover{
    text-decoration: none;
}
.recipe-box img{
    border-radius: 20px;
}
.recipe-box h3{
    font-size: 18px;
    color: #fff;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#filter_container label{
    font-size: 14px;
}
#filter_container input{
    height: 14px;
}

#filter_container h3{
    font-size: 18px;
}

@media screen and (min-width: 580px){
    .recipe-box{
        height: 210px;
    }
}

@media screen and (min-width: 992px) {
    .recipe-box{
        height: 180px;
    }

    .recipe-box h3{
        font-size: 18px;
        margin-left: 1em;
        margin-right: 1em;
    }

    #filter_container label{
        font-size: inherit;
    }
    #filter_container input{
        height: inherit;
    }

    #filter_container h3{
        font-size: 20px;
    }
}

.ingredient-list{
    list-style: none;
    padding-left: 0;
}

.recipe-image{
    margin-top: 2em;
}

#brokers{
    margin: 1em 0;
}

a, a:hover, a:active, a:visited{
    color: #f7921e;
}

#results{
    margin-bottom: 2em;
}

.well-item{
    padding: 0.3em;
    max-width: 155px;
}

.well-item img{
    border-radius: 20px;
}

.well-item-text.noodle{
    background: rgb(83,83,83);
}

.well-item-text.broth{
    background: rgb(161,131,104);
}

.well-item-text.sauce{
    background: rgb(173, 120, 64);
}

.well-item-text.protein{
    background: rgb(130,128,118);
}

.well-item-text.veg{
    background: rgb(80, 113, 83);
}

.well-item-text{
    border-radius: 15px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cta{
    background: rgb(159, 65, 66);
    border-radius: 15px;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1.5em;
}

.plan-type{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 28px;
}

#main{
    padding-bottom: 1.5em;
}

.plan-item{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}