.transition__div {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1a224c;
    z-index: 9999;
    transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.transition__div.active {
    left: 0;
}
.mainCont {
    width: 100%;
    padding: 3rem 30rem;
}
.mainCont h1 {
    font-size: 4rem;
    color: #004286;
    margin-bottom: 0.3rem;
}
.mainCont h3 {
    color: #888;
    font-size: 1.3rem;
    font-weight: 300;
    padding-bottom: 1rem;
    border-bottom: 1px solid #888;
}
.picDiv {
    width: 100%;
    height: 60vh;
}
#friedRicePic {
    background: url("/img/IMG_0069.JPG");
    background-size: cover;
    background-position: center;
}
#steakPic {
    background: url("/img/IMG_7559.jpeg");
    background-size: cover;
    background-position: center;
}
#fusionMincePic {
    background: url("/img/IMG_0057.JPG");
    background-size: cover;
    background-position: center;
}
#beefStewPic {
    background: url("/img/IMG_0149.JPG");
    background-size: cover;
    background-position: center;
}
.introDiv, .addInfo, .ingredientDiv, .directions {
    margin-top: 4rem;
}
.introDiv h2 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.ingredientDiv h3 {
    color: #004286;
    border-bottom: none;
}
.ingredientDiv li {
    color: #888;
    font-size: 1.2rem;
    font-weight: 300;
}
.addInfo h2 {
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0.3rem 0;
} 
.directions li {
    margin-bottom: 1rem;
    font-weight: 300;
    color: #000;
    font-size: 1.2rem;
}
.viewsDiv {
    display: flex;
    align-items: last baseline;
    justify-content: left;
    font-size: 1rem;
    color: #888;
    font-weight: 300;
}
.viewsDiv p {
    color: #888;
    margin-top: none;
    font-weight: 300;
}
.viewsDiv h3 {
    font-weight: 300;
    font-size: 1rem;
    border: none !important;
}
.spacer {
    width: 5px;
}
.spacerTwo {
    width: 2px;
}
@media screen and (max-width: 1600px) {
.mainCont {
    padding: 3rem 20rem;
}
}
@media screen and (max-width: 1200px) {
    .mainCont {
        padding: 2.5rem 10rem;
    }
    .mainCont h1 {
    font-size: 3rem;
}
.mainCont h3 {
    font-size: 1.1rem;
}
.picDiv {
    height: 55vh;
}
.introDiv, .addInfo, .ingredientDiv, .directions {
    margin-top: 3rem;
}
.introDiv h2, .ingredientDiv li, .addInfo h2, .directions li {
    font-size: 1rem;
}
.viewsDiv {
    font-size: 1rem;
}
.viewsDiv h3 {
    font-size: 1rem;
}
}
@media screen and (max-width: 800px) {
    .mainCont {
        padding: 2rem 1rem;
    }
}
@media screen and (max-width: 500px) {
    .mainCont h1 {
    font-size: 2.5rem;
}
.mainCont h3 {
    font-size: 1rem;
}
.picDiv {
    height: 50vh;
}
.introDiv, .addInfo, .ingredientDiv, .directions {
    margin-top: 2rem;
}
.introDiv h2, .ingredientDiv li, .addInfo h2, .directions li {
    font-size: 1rem;
}
.viewsDiv {
    font-size: 0.8rem;
}
.viewsDiv h3 {
    font-size: 1rem;
}
}