/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*start*/



body {
    background: #2c3845;
    display: flex;
    margin: 0 auto;
    
    
    

}

#logohide {
    display: none;
}

.nav {
    width: 100%; 
    position: fixed;
    background: #2c3845;
    justify-content: space-between;
    margin-top: 20px
}

.nav ul li#logo{
    width:40%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 25px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
    color: #fbe4d4;
    margin-top: 20px;
    margin-bottom: 5px;
    
    
    
}

.nav ul {display: flex;
    justify-content: space-between;
    
    
    
}

      
    
}
.nav ul li{
    text-align: center;

    
     
    
    
}

.nav ul li#reg{
    color: #fbe4d4;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
    
    
    
    
}

.nav ul li a {
    color:#fbe4d4;
}

.nav ul li a:hover{
    color: green;
}
  
/*index */

#pizzaimg {
    width:100%;
    
}


#content{
    width: 100%;
    padding: 0 20px;
    float: left;
    color: #fbe4d4;
    box-sizing: border-box;
    display: flex;
    justify-content:flex-end;
    margin-top: 30px;
    line-height: 40px;
    
}

#text{
    padding: 20px;
    font-size: 16px;
     font-family: 'Quicksand', sans-serif;
    
}


#spag{ width: 49.46904296875%;
    
}

#spag2 {
    display: none;
}


#text2{
    line-height: 30px;
    width: 60%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #fbe4d4;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    
     
}

#hours {margin-top: 80px;
margin-bottom: 40px;}

#map{ width: 100%;
    margin-top: 80px
    
}

#maphide{display: none;}
 




/*menu page*/

#columns {
    width: 100%;
    margin: 0 auto;
    margin-top: 125px;
    display: flex;
    justify-content: space-around;
    line-height: 50px;
    font-size: 16px; 
    color: #fbe4d4;
    margin-bottom: 30px;

}

h2 {
    font-size: 27.25px;
    font-family: 'Quicksand', sans-serif;
    line-height: 20px;

        
}

h3 {
    text-align: left;
    font-size: 20px;
    color: green;
    font-family: 'Quicksand', sans-serif;

}

#columns ul.col1 li.subtext{
    font-family: 'Quicksand', sans-serif;

    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 13px
}

#columns ul.col2 li.subtext2{
    font-size: 12px;
    line-height: 20px;
    padding-right: 5px;
    text-align: left;
    font-family: 'Quicksand', sans-serif;

    
}

#columns ul.col3 li.subtext2{
    font-size: 12px;
    line-height: 20px;
    padding-right: 5px;
    text-align: left;
    font-family: 'Quicksand', sans-serif;
}
    


#columns ul.col1 {
    width: 30.56640625%;
/*    313/1024*/
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    font-family: 'Quicksand', sans-serif;

}

#columns ul.col2{
    width: 30.56640625%;
    /*    313/1024*/
    text-align: center;
    font-family: 'Quicksand', sans-serif;

}

#columns ul.col3 {
    width: 30.56640625%;
    /*    313/1024*/
    text-align: center;
    font-family: 'Quicksand', sans-serif;

    
}



/*about page*/

#about_columns {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    box-sizing: border-box; 
    padding: 20px;
    color: #fbe4d4;
     font-family: 'Quicksand', sans-serif;
    line-height: 35px;
    width: 100%;
    font-size: 20px;
}


#colleft{
    
    width: 80%;
    padding-left: 30px;
    
}

#colright {
    width: 90%;
        
}



.meal{
    width:80%;
    padding-left: 70px;
}


.chickenparm{ width:40%;
    margin-left: 80px;
    margin-right: 40px
    
}

.wines{
    width: 40%
}






/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*tablet*/

@media screen and (max-width: 764px) {
    
    
    #pizzaimg {
    width:100%;
    
}
    
     #logohide{ 
     display: none;
    }

    
    
    .nav ul li#logo{
    width:40%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
}

.nav {
    width: 100%; 
    position: fixed;
    background: #2c3845;
    display: flex;
    justify-content: space-around;
    
}
.nav ul li{
    color:#fbe4d4;
    text-align: center;
    
     
    
    
}

.nav ul li#reg{
    
    font-family: 'Quicksand', sans-serif;
    padding-right: 40px;
    
    
    
}
    
/*    homepage*/
#text {
        
        /*       297.63/764    */
        font-size: 15px;
        padding: 40px;
        

    }
    
    
#spag{
        width:38.725392670157%;
        margin-right: 0;
        
/*        445.123/764*/
    }
     
#spag2 {
         display: none;
     }      
        
#text2{
    line-height: 30px;
    width: 90%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #fbe4d4;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    
     
}
    
#hours {
        margin-top: 80px;
margin-bottom: 40px;}

#map{ width: 120%;
    margin-top: 80px
    
}
    
#maphide{
        display: none;
    margin: 0 auto;
    }
     
/*  MENU PAGE   */
     h2{
         line-height: 30px;
     }
     
     #columns{
         width: 100%;
         font-size: 10px;
         line-height: 40px;
         margin-top: 130px;
     }
     
     #columns ul.col1 {
         width: 29.4502617801055%;   
    /* 215/764*/
     }
     
     #columns ul.col2 li.subtext2 {
         font-size: 9px;
     }
     
     #columns ul.col2{
         width: 29.450261780105%;
    /* 215/764*/
         
     }
     
     #columns ul.col3{
         width: 29.450261780105%;   
         font-size: 
    /* 215/764*/
         
     }
     #columns ul.col3 li.subtext2{
         font-size: 9px;
         line-height: 20px;
     }
     
     #columns ul.col1 li.subtext {
         font-size: 9px;
         line-height: 2px;
     }
     
     
}

/*ABOUT PAGE*/

#about_columns {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    box-sizing: border-box; 
    padding: 10px;
    color: #fbe4d4;
     font-family: 'Quicksand', sans-serif;
    line-height: 25px;
    width: 100%;
    font-size: 16px
    
}


#colleft{
    
    width: 80%;
    padding-left: 30px;
    
}

#colright {
    width: 90%;
        
}



.meal{
    width:80%;
    padding-left: 70px;
}

.mealhide{display: none;}

.chickenparm{ width:40%;
    margin-left: 80px;
    margin-right: 40px
    
}

.wines{
    width: 40%
}




/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
     
@media screen and (max-width: 400px){ 
    
  
    
    
    
    #logohide { display: block;
      padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
          color:#fbe4d4; 
        width: 100%;
        
      }
    .nav ul li#logo{
        width: 40%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
    display: none;
              
    
}
    
     

    .nav {
    width: 100%; 
    position: fixed;
    background: #2c3845;
   
    
    
}
    
    
      
       

.nav ul li{
    color:#fbe4d4;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin: 0 auto;
    background: #2c3845;
    float: left;
    box-sizing: border-box;
    width: 100%
   
    
    
}
      
     

.nav ul li#reg{
    font-family: 'Quicksand', sans-serif;
      font-size: 15px;
    margin-top: 0px;}
      
      
    .nav ul {
        width: 100%;
        background: #2c3845;
        font-family: 'Quicksand', sans-serif;
    }
    
   
    
    #text{line-height: 20px;
        padding: 10px; 
        font-family: 'Quicksand', sans-serif;
        display: block;
        margin-bottom: 35px;
        width: 100%;
        
    }
    
    #text2{
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #fbe4d4;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    
     
}

#hours {margin-top: 0px;
margin-bottom: 30px;
    width: 100%}

#map{ width: 100%;
    margin-top: 80px;
    display: none;
    
}
    
    #maphide{
        display: inline-block;
        width: 100%;
    }
    
    #spag{
        display: none;
    }
    
    #spag2{ 
        display:inline-block;
        width: 100%;
    }
    
/*    MENU*/   
  h2{
         line-height: 50px;
          padding: 15px;
        margin-top: 20px;
     }    
     #columns{
         width: 100%;
         font-size: 10px;
         line-height: 40px;
         display: inline-block;
         box-sizing: border-box;
         padding: 20px;
         margin-top: 30px;
         padding-top:0;
     }
     
     #columns ul.col1 {width: 100%;
    padding: 0px;
         
         
            
    /* 380/320*/
     }
     
     #columns ul.col2 li.subtext2 {
         font-size: 9px;
         line-height: normal;
     }
     
     #columns ul.col2{
         width: 100%;
         font-size: 13px;
    /* 215/764*/
         
     }
     
     #columns ul.col3{
         width: 100%;   
         font-size: 13px;
    /* 215/764*/
         
     }
     #columns ul.col3 li.subtext2{
         font-size: 9px;
         line-height: normal;
         
     }
      
      #columns ul.col1 li{
          line-height: 30px;
          font-size: 13px;
      }
     
     #columns ul.col1 li.subtext {
         font-size: 15px;
         line-height: 20PX;
         font-size: 7px;
     }



/*ABOUT PAGE*/
    
     #about_columns {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    box-sizing: border-box; 
    padding: 10px;
    color: #fbe4d4;
     font-family: 'Quicksand', sans-serif;
    line-height: 25px;
    width: 100%;
    font-size: 16px;
       margin-bottom: 15px;
    
} 
.meal{display: none;}

.mealhide{display: inline-block;
width: 100%;}

.chickenparm {
    margin: 0 auto;
    width: 100%;
}

.wines{
    margin: 0 auto;
width: 100%;}

     
   /*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/  
    
  @media screen and (max-width: 320px) { 
    

          
      
      
 #logohide { display: block;
      padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
          color:#fbe4d4; 
        width: 100%;
      }
    .nav ul li#logo{width: 40%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    border: solid;
    border-color: green;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
    display: none;
              
    
}
    
     

    .nav {
    width: 100%; 
    position: fixed;
    background: #2c3845;
   
    
    
}
    
    
      
       

.nav ul li{
    color:#fbe4d4;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin: 0 auto;
    background: #2c3845;
    float: left;
    box-sizing: border-box;
    width: 100%
   
    
    
}
      
     

.nav ul li#reg{
    font-family: 'Quicksand', sans-serif;
      font-size: 15px;
    margin-top: 0px;}
      
      
    .nav ul {
        width: 100%;
        background: #2c3845;
        font-family: 'Quicksand', sans-serif;
    }
    
   
    
    #text{line-height: 20px;
        padding: 10px; 
        font-family: 'Quicksand', sans-serif;
        display: block;
        margin-bottom: 35px;
        width: 100%;
        
    }
    
    #text2{
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #fbe4d4;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    
     
}

#hours {margin-top: 0px;
margin-bottom: 30px;
    width: 100%}

#map{ width: 100%;
    margin-top: 80px;
    display: none;
    
}
    
    #maphide{
        display: inline-block;
        width: 100%;
    }
    
    #spag{
        display: none;
    }
    
    #spag2{ 
        display:inline-block;
        width: 100%;
    }
    
/*    MENU*/   
  h2{
         line-height: 50px;
          padding: 15px;
        margin-top: 20px;
     }    
     #columns{
         width: 100%;
         font-size: 10px;
         line-height: 40px;
         display: inline-block;
         box-sizing: border-box;
         padding: 20px;
         margin-top: 30px;
         padding-top:0;
     }
     
     #columns ul.col1 {width: 100%;
    padding: 0px;
         
         
            
    /* 380/320*/
     }
     
     #columns ul.col2 li.subtext2 {
         font-size: 9px;
         line-height: normal;
     }
     
     #columns ul.col2{
         width: 100%;
         font-size: 13px;
    /* 215/764*/
         
     }
     
     #columns ul.col3{
         width: 100%;   
         font-size: 13px;
    /* 215/764*/
         
     }
     #columns ul.col3 li.subtext2{
         font-size: 9px;
         line-height: normal;
         
     }
      
      #columns ul.col1 li{
          line-height: 30px;
          font-size: 13px;
      }
     
     #columns ul.col1 li.subtext {
         font-size: 15px;
         line-height: 20PX;
         font-size: 7px;
     }



/*ABOUT PAGE*/
    
     #about_columns {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    box-sizing: border-box; 
    padding: 10px;
    color: #fbe4d4;
     font-family: 'Quicksand', sans-serif;
    line-height: 25px;
    width: 100%;
    font-size: 16px;
       margin-bottom: 15px;
    
} 
      
.meal{
    display: none;}

.mealhide{
    display: inline-block;
width: 100%;}

.chickenparm {
    margin: 0 auto;
    width: 100%;
}

.wines{
    margin: 0 auto;
width: 100%;}
      
}







