body, html {
    height: 100%;
    margin: 0;
    background-color: black;
}


#nav-toggle-state {
  display: none;
}

#nav-toggle-state:checked ~ .nav-menu {
  display: block;
  background-color: black;
}

.recipe-navbar {
    background-color: black;
    position: fixed;
    width: 100%;
}

.destination {
    padding-top: 52px;
    position: relative;
    bottom: 52px;
  }
  
.pear-background {
    background-image: url('../images/pears.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 10vh 10vw;
    margin: none;
}

.green-background {
    background-image: url('../images/green-drink.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 10vh 10vw;
    margin: none;
}

.beard-background {
    background-image: url('../images/beard.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 10vh 10vw;
    margin: none;
}

.floating-title {
    background-size: 100%;
    height: 100%;
    padding: 15vh 5vw;
    text-align: center;
    color: rgba(255,255,255,0.75);
}

.floating-green-title {
    background-size: 100%;
    height: 100%;
    padding: 15vh 5vw;
    text-align: center;
    color: rgba(255,255,255,0.6);
}

.floating-beard-title {
    background-color: rgba(0,0,0,0.5);
    background-size: 100%;
    height: 100%;
    padding: 15vh 5vw;
    text-align: center;
    color: rgba(255,255,255,.5);
}

.filter {
    background-color: rgba(0,0,0,.5);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 450px;
    margin: none;
}

.light-filter {
    background-color: rgba(0,0,0,.2);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 450px;
    margin: none;
}

.custom-title {
    color: rgba(255,255,255,0.9);
    text-align: center;
    font-size: 3rem;
    padding: 20px;
}

.floating-pear-menu {
    background-color: rgba(0, 0, 0, 1);
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-top: 0.75rem !important;
}

.ingredients ul {
    list-style:none;
    padding-left:0;

}

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

.pear-ginger-bellini {
    background-image: url('../images/Pear-Ginger-Bellini.jpg');
    background-size: cover;
    border-radius: 3px;
    height: 100%;
    min-height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pear-ginger-juice {
    background-image: url('../images/detox-juice.jpg');
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    height: 100%;
    min-height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
