* {
    border: none;
    padding: none;
    margin: none;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
    height: 100%;
}

body {
    font-family: 'Montserrat' ,sans-serif !important;    
    overflow: hidden !important;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #message {
        font-size: 42px !important;   
    }
    .footer {
        font-size: 16px !important;   
    }
    #story {
        font-size: 26px !important;   
        width: 280px !important;
        top: 180px !important;
        height: auto !important
    }
    #current-day-menu {
        font-size: 14px !important;   
        text-align: left !important;
    }
    #current-day-dir {
        font-size: 14px !important;  
        text-align: left !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #message {
        font-size: 88px !important;   
    }
    #story {
        font-size: 26px !important;   
        width: 500px !important;
        top: 280px !important;
        height: auto !important
    }
    #current-day-menu {
        font-size: 14px !important;   
        text-align: center !important;
    }
    #current-day-dir {
        font-size: 14px !important;  
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #message {
        font-size: 112px !important;   
    }
    #current-day-menu {
        font-size: 14px !important;   
        text-align: center!important;
    }
    #current-day-dir {
        font-size: 14px !important;  
        
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #story {
        font-size: 26px !important;   
        width: 620px !important;
        top: 300px !important;
        height: auto !important;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.hero-img {
    max-width: 100%;
    z-index: -1;
    top: 0;
}

#hero-section {
    z-index: 1;
    background-color: rgba(0,0,0,.);  
    overflow: hidden !important;
}



 /* GREEN PANEL */
#pizzaioli-section {
    height: auto;
    background-color: #25bb62;
    z-index: 2;
    padding-top: 20px;
    overflow: hidden !important;   
    padding-bottom: 40px;
}

#hours-section {
    background-color: #fafafa;
    max-height: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden !important;
}

.top-shadow {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px -1px 5px 0px rgba(0, 0, 0, 0.1);

}

.hour-block {
    font-weight: 300;
    text-align: center;
    line-height: 7.2em;
    color: #333;
}

.time-title {
    font-size: 28px;
    letter-spacing: 0.15em;
}

.day-title {
    font-size: 28px;
    letter-spacing: 0.15em;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
    #hero-section {
        height: 850px;   
    }
    
    #hero-section {
        height: 850px;   
    }
}
.day-active {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
    color: #2ecc71;
}

.hours-container {
    display: -webkit-flex;
      display: flex;
    flex-wrap: wrap;
    
}

.flex-block1 {
    -webkit-flex: 1;
          flex: 1;
}

.current-day-block {
    background-color: #e3e4e6;
    margin-bottom: 100px;
    border-radius: 2px;
    min-height: 350px !important;
    height: auto;
    padding-bottom: 20px;
}

.bot-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.current-day-title {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 2.0em;
    color: #424242;
    margin-bottom: 45px;
}

.today-time {
    text-align: center;
    font-size: 42px;
}

hr {
    border: none !important;
    height: 2px !important;
    background-color : #c0c8c9 !important;
    max-width: 260px !important;
    width: auto;
}

.current-info-wrapper {
   margin-top: 30px;
}

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("assets/hero-img.png");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("assets/hero-img2.png");
}
 
.cd-scrolling-bg {
    min-height: 100%;
}

#myCarousel { 

}

.carousel-inner {
    min-height: 500px !important;
}




#info-section {
   background-color: #fafafa;
    height: 550px;
    padding-top: 88px;
    overflow: hidden !important;
}

#contact-section {
    height: auto;
    background-color: #c65e53;
}

.section-header {
    font-size: 48px;
    color: #fafafa;
    text-align: center;
}

span.glyphicon-send {
    font-size: 7.5em;
    margin: 0 auto!important;
}

span.glyphicon-cutlery {
    font-size: 7.5em;
}

@media (min-width: 327px) {
        
        
    
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
        #menu-icon {
            -ms-transform: scale(1,1); /* IE 9 */
            -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
            transform: scale(1,1) !important;
        }
    
        #directions-icon {
            -ms-transform: scale(1,1); /* IE 9 */
            -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
            transform: scale(1,1) !important;
        }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
        #menu-icon {
            -ms-transform: scale(1.3,1.3) !important; /* IE 9 */
            -webkit-transform: scale(1.3,1.3) !important; /* Chrome, Safari, Opera */
            transform: scale(1.3,1.3) !important;
        }
    
        #directions-icon {
            -ms-transform: scale(1.3,1.3) !important; /* IE 9 */
            -webkit-transform: scale(1.3,1.3) !important; /* Chrome, Safari, Opera */
            transform: scale(1.3,1.3) !important;
        }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.icon-buffer {
    margin-top: 10px
}

#menu-icon {
    -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5,1.5);
}

#directions-icon {
    -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5,1.5);
}

.hero-banner {
    font-family: pacifico;
    font-size: 48px;
    text-align: center;
    z-index: 2;
    display: inline;
}

#banner {
    font-family: 'bebas_neueregular';
    z-index: 10;
}

#message {
    font-size: 112px;
    font-family: bebas_neueregular;
    text-align: center;
    color: #eee;
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 0px;
    right: 0px;
    letter-spacing: 0.11em;
}

.profile {
    color: #f2f2f2;
    text-align: center;
    font-size: 23px;
    padding-top: 50px;
    line-height: 1.45em;
    letter-spacing: 0.019em;    
}

.pizaiolo-banner {
    font-family: bebas_neueregular;
    font-size: 68px;
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.horizontal-divider {
    border: none !important;
    height: 450px; !important;
    background-color : #f2f2f2 !important;
    width: 2px;
}

#story {
    border-top: thin solid #f2f2f2;
    border-bottom: thin solid #f2f2f2;
    border-top-width: 4px;
    border-bottom-width: 4px;  
    font-size: 36px;
    font-family: bebas_neueregular;
    text-align: center;
    color: #eee;
    position: absolute;
    z-index: 10;
    top: 300px;
    left: 0px;
    right: 0px;
    letter-spacing: 0.11em;
    width: auto;
    height: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 300px;
}

.footer {
    padding-top: 10px;
    font-family: bebas_neueregular;
    font-size: 18px;
    color: #fafafa;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 3.0em;
}

.hour-block-sm {
    font-size: 34px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.current-day {
    color: #25bb62;
    text-shadow: -1px 2px 2px #333;
}

path:hover {
    -webkit-transition: opacity .13s;
    -moz-transition: opacity .13s;
    transition: opacity .13s;
}

#menu-btn {
    position: absolute;
    z-index: 10;
    top: 300px;
    left: 0px;
    right: 0px;
    width: 70px;;
    height: 20px;
    padding-top: 20px;
    background-color: #2ecc71;
}

#current-day-menu {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
}

#current-day-dir {
    text-align: center;
    font-size: 20px;
}

#current-day-labels {
    padding-top: 30px;
}
