html, body {
    background-color: rgb(18, 18, 18);
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.nav-bar{
    content: "";
    width: 100%;
    height: 120px;
    background-color: rgb(18, 18, 18)/*rgb(185, 3, 3)*/;
    margin: -8px;
    padding-top: 2px;
    padding-right: 16px;
    box-sizing: border-box;
}

#nav-heading{
    display: block;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1500px;
}

.nav-buttons{
    text-align: center;
    margin-top: -20px;
}

.all-nav-buttons{
    background-color: rgb(240, 240, 240);
    color: black;
    border: 2px solid black;
    font-size: 17px;
    font-family: 'Arial';
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    margin: 4px;
    display: inline-block;
}

.all-nav-buttons a,a:link, a:visited, a:hover, a:active{
    color: black;
    text-decoration: none;
}

.all-nav-buttons:hover{
    cursor: pointer;
    background-color: rgb(211, 211, 211);
}


#menu-title{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    font-size: 40px;
    font-family: Verdana, sans-serif;
    text-decoration: underline;
    color: whitesmoke;
}

.menu-heading{
    display: flex;
    justify-self: center;
    justify-content: center;
    width: 90%;
    max-width: 1084px;
    height: 60px;
    background-color: rgb(18, 18, 18)/*rgb(240, 240, 240)*/;
    border: 4px solid whitesmoke;
    margin: 0 auto;
}

.menu-heading h1{
    font-size: 35px;
    margin-top: 10px;
    color: whitesmoke;
}

.menu-box{
    width: 250px;
    height: 250px;
    background-color: rgb(240, 240, 240);
}

.menu-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-row h3{
    text-align: center;
    margin-top: 8px;
}

.menu-row h4{
    text-align: center;
    margin-top: -8px;
}

.menu-box img{
    display: block;
    margin: auto;
    width: 200px;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu-box-pizzas{
    width: 250px;
    height: 370px;
    background-color: rgb(240, 240, 240);
}

.menu-row-pizzas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-row-pizzas h3{
    text-align: center;
    margin-top: -2px;
}

.menu-row-pizzas h4{
    text-align: center;
    margin-top: -8px;
}


.menu-box-pizzas img{
    display: block;
    margin: auto;
    width: 200px;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu-box-sides{
    width: 250px;
    height: 260px;
    background-color: rgb(240, 240, 240);
}

.menu-row-sides{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-row-sides h3{
    text-align: center;
    margin-top: -2px;
}

.menu-row-sides h4{
    text-align: center;
    margin-top: -8px;
}


.menu-box-sides img{
    display: block;
    margin: auto;
    width: 200px;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.row-gap{
    content: "";
    background-color: rgb(18, 18, 18)/*#dadcde*/;
    width: 90%;
    max-width: 1090px;
    height: 15px;
    display: block;
    margin: 15px auto;
}

.all-deals{
    width: 90%;
    max-width: 1090px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.menu-box-deals{
    width: 100%;
    max-width: 480px;
    height: auto /*550px*/;
    background-color: rgb(240, 240, 240);
    margin: 10px;
}

.menu-row-deals{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-box-deals img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 450px;
    height: auto /*525px*/;
    padding-top: 10px;
    box-sizing: border-box;
}

/*Location Section*/
#locations-heading{
    text-align: center;
    padding-top: 15px;
    font-size: 40px;
    font-family: Verdana, sans-serif;
    text-decoration: underline;
    color: whitesmoke;
}

#phone-icon{
    width: 25px;
    height: 25px;
    padding-left: 30px;
}

#phone-number{
    font-size: 15px;
    font-family: Verdana, sans-serif;
    color: whitesmoke;
    padding-bottom: 10px;
    vertical-align: middle;
}

#branch-heading{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    color: rgb(240, 240, 240);
}

.branch-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 450px;
    height: auto /*300px*/;
    background-color: rgb(240, 240, 240);
    margin: 10px;
}

.branch-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.branch-box img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 440px;
    height: auto /*280px*/;
    padding: 10px;
    box-sizing: border-box;
}

/*Social Media Section*/
#social-heading{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    color: rgb(240, 240, 240);
}

.social-media img{
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.social-media-buttons{
    text-align: center;
    padding-bottom: 30px;
}

.s-buttons{
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 8px;
    margin: 10px;
    background-color: rgb(240, 240, 240);
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(248, 248, 248, 0.145);
}

.social-media-buttons .s-buttons img{
    font-size: 25px;
}

.social-media-buttons .s-buttons:hover{
    width: 120px;
    transition: 0.7s;
}

.footer-copyright{
    text-align: center;
    color: whitesmoke;
}