/*Green color #99cc67*/
/*Gray color #73716a*/
@charset "UTF-8";
/* CSS Document */

body{margin: auto;
    width:100%;
    background-color:white;
}
.container{
    margin:auto;
    width:1024px;
}
nav{
    width:142px;
    height:224px;
    background-color:#99cc67;
    float:left;
    margin-left:41.5px;
    margin-top:50.5px;
    text-align:center;
    padding-top: 15.5px;
}
nav a{
    font-size:30px;
    font-family:'Playfair Display',serif;
    text-decoration:none;
    color:#73716a;
    line-height:1.8em
}
nav a:hover{
    color:white
}

.outside{
    width:1024px;
    height:515px;
    background-image: url(images/kutztown.jpg);
}
.inside{
    width:1024px;
    height:441px;   
        
}
aside{
    float:right;
    width:450px;
    height:441px;
    margin-top: 30px;
    padding-top:4px;
    padding-right:25px;
    background-image: url(images/betty-logo.png);
    background-repeat: no-repeat;    
}
aside:hover{
    background-image:url(images/betty-logo-light.png)
}
.right{
    width:577px;
    height:570px;
    float:right; 
    margin-top:20px;    
}
.wraps{
    width:577px;
    height:143px;
    background-image: url(images/wrap-dark.jpg);font-family:'Playfair Display',serif;
    text-align:center;
    font-size:36pt;
    padding-top:30px;
    color:white;
    box-sizing: border-box;
}
.wraps:hover{
    background-image: url(images/wrap-light.jpg);
    transition-delay: .1s
}
.smoothies{
    width:577px;
    height:143px;
    background-image:url(images/smoothie-dark.jpg);
    font-family:'Playfair Display',serif;
    text-align:center;
    font-size:36pt;
    padding-top:30px;
    color:white;
    box-sizing: border-box;
}
.smoothies:hover{
    background-image: url(images/smoothie-light.jpg);
    transition-delay: .1s   
}
.salads{
    width:577px;
    height:143px;
    background-image:url(images/salad-dark.jpg);
    font-family:'Playfair Display',serif;
    text-align:center;
    font-size:36pt;
    padding-top:30px;
    color:white;
    box-sizing: border-box;
}
.salads:hover{
    background-image: url(images/salad-light.jpg);
    transition-delay: .1s
}
.soups{
    width:577px;
    height:143px;
    background-image:url(images/soup-dark.jpg);
    font-family:'Playfair Display',serif;
    text-align:center;
    font-size:36pt;
    padding-top:30px;
    color:white;
    box-sizing: border-box;
}
.soups:hover{
    background-image: url(images/soup-light.jpg);
    transition-delay: .1s
}
.sotd {
    width:408px;
    height:372px;
    background-color:#99cc67;
    float: left;
    text-align:center;
    margin-top:44px;
    margin-left:17px; 
    }
.sotd h2 {
    text-align:center;
    font-size:28pt;
    color:white;
    font-family:'Playfair Display', serif;
    line-height: .4em;
}
.sotd h3{
    text-align:center;
    font-size:15pt;
    font-family:'Playfair Display',serif;
    color:white;
    line-height: .8;    
}
.placeorder{
    width:408px;
    height:124px;
    float: left;
    background-color:#73716a;
    margin-left: 17px;
    margin-top: 44px;
}
.placeorder h1{
    text-decoration:none;
    color:white;
    font-family:'Playfair Display',serif;
    font-size:35pt;
    text-align:center;
    word-spacing:.3em;
    line-height: 60px;
}
.placeorder:hover{
    background-color:#99cc67;
}
.slideshow{
    width:1024px;
    height:553px;    
    background-image:url(images/wraps-darker.jpg);
    margin-top: 618px;
    text-align: center;
    font-family: 'Playfair Display',serif;
    font-size: 70pt;
    color:white;
    padding-top: 220px;
    box-sizing:border-box;
    line-height: 60px;
 
}
.viewmenu {
    width:123px;
    text-align: center;
    margin:auto;
}
footer {
    width:100%;
    height:183px;
    background-color:#99cc67;
    clear:both;
}
.info{
    width:550px;
    color:white;
    font-size: 20pt;
    font-family: 'Playfair Display',serif;
    margin-left: 17px; 
    line-height: 38px
}
.info h1{
    font-size: 23pt;
    line-height:.5;
    padding-top: 20px;
}
.socials{
    width:400px;
    height:102px;
    float:right;
    overflow:hidden;
    margin-right: 17px;
    margin-top:-130px;
       
}
#insta{
   width:102px;
    height: 102px;
    background-image:url(images/insta-white.png);
    float:right;
}#insta:hover{
    background-image: url(images/insta-gray.png);
}
#twitter{
    width:102px;
    height: 102px;
    background-image:url(images/twitter-white.png);
    float:right;
    margin-right:10px
}
#twitter:hover{
    background-image: url(images/twitter-gray.png)
}#facebook{
    width:102px;
    height: 102px;
    background-image: url(images/facebook-white.png);
    float:right;
    margin-right: 10px;
}
#facebook:hover{
    background-image: url(images/facebook-gray.png)
}
.copyright{
    text-align: center;
    color: white;
    margin-top: -7px;
}/* end of home page*/
.column{
    width: 300px;
    box-sizing:border-box;
    padding:8px;
    margin: 20.5px;
    margin-top:22px;
    float: left;
    font-family: 'Playfair Display', serif;
    color:#73716a;
    background-color: white       
}
.column h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    padding: 7px;
    box-sizing: border-box;
}
.column h3{
    line-height: 1;    
}
.menuitem{
    text-decoration: underline;
}
.price{
    text-decoration: none;
    font-size: 10pt;
    float: right;
    color:#99cc67;
}
.columns{
    width:1024px;
    height: 1800px;
    background-color: #99cc67;
    margin-top: 22px;   
}
.snackwraps h3{
    font-size: 12pt;
}
.extras h3{
    font-size: 12pt;
    text-decoration: none;
}
.salsa{
    width:1024px;
    height: 349px;
    background-image: url(images/salsa.jpg);
    margin-top: 20px;
}/*end of menu page*/
.orderheadline{
    width:750px;
    height:100px;
    margin:auto;
    background-color: #99cc67;
    margin-top:-20px;
    margin-bottom: 10px
}
.orderheadline h1{
    font-family: 'Playfair Display', serif;
    color:white;
    font-size: 40pt;
    text-align:center;
    line-height: .8;
    padding-top: 25px;
    box-sizing: border-box;
}
#address{
    width:250px;
}
input[type=text]:focus{
    background-color: #d0efa8;
}
label{
    font-family:'Playfair display', serif; 
    font-size: 15pt;
    color:#73716a;
}
.bars{
    margin-left: 22px;
}
.bars1{
    margin:5px;
    
}
.bars2{
    margin:3px;
    margin-left:2px;
}
.bars3{
    margin:4px;
    margin-bottom:5px;
}
.hotwraporder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    margin-top:-18px;
    margin-left: 17px;
    line-height: 1.7;
    text-align: center;
}
.prices{
    color:#99cc67;
    font-size: 15pt;
}
.hotwraporder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.specialtywraporder p {
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    margin-top:-18px;
    margin-left: 17px;
    line-height: 1.7;
    text-align: center;
}
.specialtywraporder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.coldwraporder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ; 
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.coldwraporder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.quesadillaorder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    padding-top:-20px;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.quesadillaorder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
} 
.souporder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    padding-top:-20px;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.souporder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.saladorder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    padding-top:-20px;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.saladorder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.smoothieorder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    padding-top:-20px;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.smoothieorder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.snackwraporder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    padding-top:-20px;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.snackwraporder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.extraorder p{
    font-size: 15pt;
    font-family:'Playfair Display',serif ;
    margin-left: 17px;
    margin-top:-18px;
    line-height: 1.7;
    text-align: center;
}
.extraorder h2{
    background-color: #73716a;
    color:white;
    margin:auto;
    margin-top: 10px;
    padding:4px;
    box-sizing: border-box;
    font-family:'Playfair Display',serif ;
    padding-left: 17px;
    text-align: center;
}
.checkout{
    width:750px;
    height: 100px;
    background-color: #73716a;
    margin:auto;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size:50pt;
    color:white;  
}
.checkout:hover{
    background-color: #99cc67;
}/*end of order*/
.bettypic{
    width: 457px;
    height: 606px;
    background-image: url(images/betty-outside.jpg);
    margin: auto;
    margin-top:30px
}
.left{
    width:501px;
    height:666px;
    background-color: #73716a;
    margin-top: 35px;
    float: left;
    margin-left: 17px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.aboutright{
    width: 455px;
    height:555px;
    background-color: #99cc67;
    float: right;
    margin-top:65px;
    margin-right:17px;
    box-sizing: border-box;
}
.aboutr{
    width:400px;
    height:500px;
    background-color: white;
    margin:auto;
    padding-top: 1px;
    box-sizing: border-box;
    margin-top:30px;
}
.aboutr p{
    font-family: 'Playfair Display', serif;
    padding-right: 10px;
    padding-left: 10px;
    color: #73716a
}
.aboutr h2{
    background-color:#73716a;
    font-family: 'Playfair Display', serif;
    color: white;
    padding:15px;
    font-size:27pt;
    line-height: .5;
    text-align: center
}
input[type=checkbox]{
    filter:invert(80%) hue-rotate(65deg) brightness(1.5)
}

/*IDs need a # ........ Classes need a .*/
