* {
    box-sizing: border-box;
}

body {
    font-family: 'Lobster', 'Segoe script', serif;
    background-color: #F7F7F7;
    color: #005195;
    margin: 0px;
}

picture img {
    width: 100%;
    height: auto;
}

a:link {
    color: #F7F7F7;
    text-decoration: none;
}

a:visited {
    color: #F7F7F7;
}

form {
    padding-top: 30px;
    font-size: 2rem;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 200px 1fr;
    grid-gap: 0.75rem;
    width: 100%;
    grid-row: 2 / 3;
    grid-column: 3 / 6;
}

label {
    text-align: right;
}

#wrapper {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 200px)) minmax(0px, 1fr);
}

#blueheader {
    background-color: #005195;
    color: #F7F7F7;
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
}

#logo {
    background-image: url("images/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

nav {
    color: #F7F7F7;
    font-size: 2.5rem;
    grid-row: 1 / 2;
    grid-column: 3 / -1;
}

nav ul li {
    color: #F7F7F7;
    list-style-type: none;
    display: inline-block;
    padding-right: 40px;
}

#specialcustard {
    text-align: center;
    font-size: 1.5rem;
    padding: 0px;
    height: 484px;
    grid-row: 2 / 3;
    grid-column: 3 / -3;
}

#fod {
    background-image: url("images/custard.png");
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 100px;
    grid-row: 2 / 3;
    grid-column: 4 / -4;
}

#fodname {
    height: 275px;
    background-color: #005195;
    font-size: 2rem;
    color: #F7F7F7;
    text-align: center;
    padding: 40px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}

#rngmeal {
    height: 356px;
    grid-row: 4 / 5;
    grid-column: 2 / -2;
}

#entree {
    background-image: url("images/entree.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 4 / 5;
    grid-column: 3 / 5;
}

#side {
    background-image: url("images/side.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 4 / 5;
    grid-column: 5 / -3;
}

#rngnames {
    height: auto;
    background-color: #005195;
    color: #F7F7F7;
    text-align: center;
    font-size: 3rem;
    padding: 50px;
    grid-row: 5 / 6;
    grid-column: 1 / -1;
}

#likeit {
    font-size: 3.25rem;
    padding: 30px;
    text-align: center;
    grid-row: 6 / 7;
    grid-column: 2 / 4;
}

#or {
    font-size: 4rem;
    padding: 30px;
    text-align: center;
    grid-row: 6 / 7;
    grid-column: 4 / 6;
}

#browse {
    font-size: 3.25rem;
    text-align: center;
    padding: 30px;
    grid-row: 6 / 7;
    grid-column: 6 / -2;
}

#about1 {
    font-size: 2rem;
    padding: 40px;
    grid-row: 2 / 4;
    grid-column: 2 / 5;
}

#about2 {
    font-size: 2rem;
    padding: 40px;
    grid-row: 4 / 6;
    grid-column: 5 / -2;
}

#skyler {
    background-image: url("images/skyler.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 4;
    grid-column: 5 / -2;
}

#andy {
    background-image: url("images/andy.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 4 / 6;
    grid-column: 2 / 5;
}

#specials {
    height: 400px;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}

#specialsnames {
    height: 207px;
    background-color: #005195;
    font-size: 2rem;
    color: #F7F7F7;
    text-align: center;
    padding-top: 20px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}

#flavor {
    background-image: url("images/dish.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 3;
    grid-column: 2 / 4;
}

#chili {
    background-image: url("images/chili.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 3;
    grid-column: 4 / 6;
}

#soup {
    background-image: url("images/soup.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 3;
    grid-column: 6 / 8;
}

#flavorname {
    color: #F7F7F7;
    font-size: 3rem;
    padding: 30px;
    text-align: center;
    grid-row: 3 / 4;
    grid-column: 2 / 4;
}

#chiliname {
    color: #F7F7F7;
    font-size: 3rem;
    padding: 30px;
    text-align: center;
    grid-row: 3 / 4;
    grid-column: 4 / 6;
}

#soupname {
    color: #F7F7F7;
    font-size: 3rem;
    padding: 30px;
    text-align: center;
    grid-row: 3 / 4;
    grid-column: 6 / 8;
}

#contact {
    height: 600px;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}

#phone {
    background-image: url("images/phone.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 3;
    grid-column: 2 / 4;
}

#mail {
    background-image: url("images/email.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: 2 / 3;
    grid-column: 5 / 8;
}

@media screen and (max-width: 1100px) {
    #wrapper {
        grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr)
    }
}

@media screen and (max-width: 992px) {
    #specialcustard {
        height: auto;
        font-size: 1.5rem;
        padding: 0px;
        height: 484px;
        grid-column: 1 / -1;
    }
    #fod {
        height: auto;
        background-size: 50%;
        grid-column: 3 / -3;
    }
    #rngnames {
        height: auto;
        font-size: 4rem;
        padding: 40px;
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 768px) {
    #likeit {
        height: auto;
        padding-top: 30px;
        grid-row: 6 / 7;
        grid-column: 2 / -2;
    }
    #or {
        height: auto;
        padding: 0px;
        grid-row: 7 / 8;
        grid-column: 4 / 6;
    }
    #browse {
        height: auto;
        padding-bottom: 30px;
        grid-row: 8 / 9;
        grid-column: 2 / -2;
    }
}