﻿html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: white;
    font-family: "Open Sans", "Times New Roman", Times, serif; 
    margin-bottom: 60px;   /* Margin bottom by footer height */
    overflow-x:hidden;
}

.titleLogo {
    font-weight:800;
    font-size: 52px;
    color: black;

    text-align:left;
}

.TopInfo {

    font-family: "Open Sans", "Times New Roman", Times, serif; 
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bolder;
    background-color: forestgreen;
    color: white;
    line-height: 26px;
}

.scrollLinks a {
    color: black;
}

#divMainTop {
     color: black;
     text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
     height: 200px;
}

.titleLogoSmall {
    font-weight:800;
    font-size: 28px;
    margin-bottom:15px;

    text-align:left;
}

.titleLogoPhone {
    font-weight:800;
    font-size: 80px;
    text-align:center;

    text-align:left;
    height: 200px;
    padding-top: 150px;
}

.jumbotron {
    background-image: url(../images/IMG_0944.jpg);
    background-size: auto;
    background-repeat:no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
    height: 500px;
}

.TitleSize {
    font-size: 24px;
}

.TitleSize2 {
    font-size: 12px;
}

.pizzaListBack {
    margin-bottom: 15px;
    border: 1px solid black;
    background-color: whitesmoke;

     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ol {
    text-align:center;
    padding-left: 0;
    list-style-position:inside; 
}

.PizzaList h2 {

    font-weight:600;
    font-size: 36px;
    text-align:center;
    margin-bottom:25px;
}

.PizzaList .filertext {

    font-weight:600;
    font-size: 12px;
    text-align:center;
    margin-right: 12px;
}

.PizzaItemFoods {
    border-top: 0 !important;
    font-weight:600;
    font-size: 14px;
}

.PizzaItemName {
    font-weight:600;
    font-size: 18px;
}

.sideBar {
    padding-top: 10px;
    border: 1px solid black;
    text-align:center;

    background-color: whitesmoke;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table > tbody + tbody {
border-top: 1px solid black;
}

#sideBarHours {
    height: 100px;
    font-size: 14px;
    font-weight:600;
    text-align: center;
}

#sideBarHours p {
    font-size: 20px;
    font-weight: 800;
}

#sideBarSlice {
    margin-top: 15px;
    padding-bottom: 5px;
    height: 323px;
    font-size: 16px;
    font-weight:700;
}

#sideBarSlice h1 {
    margin-top: 3px;
    font-size: 22px;
    font-weight: 800;
}

#sideBarDelivery {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    height: 130px;
    font-size: 16px;
    font-weight:700;
}

#sideBarDelivery h1
{
    margin-top: 0;
    font-size: 22px;
    font-weight: 800;
    
}

#sideBarDelivery h2
{
    margin-top: 0;
    font-size: 18px;
    font-weight: 800;
    
}

#sideBarDelivery h3
{
    font-size: 14px;
    font-weight: 600;
    
}

#Extra {
        font-size: 16px;
    }

#drinks {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.checkbox label
{
    width: 90px;
}

.Phone {
    display:none;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    color: black;
}

.back-to-top i {
    font-size: 40px;
}

.footer {
  position: absolute;
  text-align:center;
  bottom: 0;
  padding-top: 15px;
  width: 100%;
  height: 60px;  /* Set the fixed height of the footer here */
  border-top: 1px solid black;
  background-color: whitesmoke;
}

@media screen and (max-width: 800px) {
    .jumbotron {
        background-size: cover;
        height: 300px;
    }

    .titleLogoPhone {
        font-size: 40px;
        padding-top: 30px;
    }

}

@media screen and (max-width: 500px) {

     .titleLogo {
        font-weight:600;
        font-size: 35px;
    }

    .titleLogoSmall {
        font-size: 18px;
    }

    .titleLogoPhone {
        font-size: 36px;
    }

    #divMainTop {
     height: 170px;
    }

    .TopInfo {

    font-family: "Open Sans", "Times New Roman", Times, serif; 
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: bolder;
    background-color: forestgreen;
    color: white;
    line-height: 20px;
}

    .PizzaList h2 {
       font-weight:600;
       font-size: 20px;
       text-align:center;
       margin-bottom:10px;
    }

    .filertext {
        display:none;
         margin-right: 0;
    }   

    .PizzaItemFoods {
       font-weight:600; 
       font-size: 11px;
    }

    .PizzaItemName {
        font-weight:600;
        font-size: 14px;
    }

    .Phone {
       display:none;
    }
 }

@media screen and (max-width: 400px) {

    .jumbotron {
        background-size: cover;
        height: 250px;
    }

    .titleLogoSmall {
        font-size: 14px;
    }

    .titleLogoPhone {
        font-size: 30px;
        padding-top: 80px;
    }

    #Extra {
        font-size: 12px;
    }

    #drinks {
        font-size: 16px;
        font-weight: 400;
    }

    .Phone {
        display:block;
        position: fixed;
        bottom: 8px;
        right: 2px;
        width: 40px;
        height: 40px;
        background-color: whitesmoke;
        border: 1px solid black;
        text-align:center;
        padding-top: 5px;
        font-size: 1.4em;
        z-index: 1000;
    }
}