*{
padding: 0;
margin: 0;
box-sizing: border-box;
}

html ,body{
    height: 100%;
    width: 100%;
font-family: 'Athiti', sans-serif;
}

.flex-layout{
    
    width: 100%;
    
}

.nav-bar-menu{
    width: 100%;

   
  
   
}

img{
    position: absolute;
    left: 0;
}
.nav-menu{
    width: 100%;
    text-align: right;
line-height: 120px;
  background-color:black;
  overflow: hidden;

}

label{
    margin: 0 40px 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 20px;
 
    float: right;
}
#toggle{
    display: none;
}
.menu{
    margin: 0 30px 0 0;
     
    
}
.menu a{
    clear: right;
    text-decoration: none;
    color:#fff;
    margin: 0 10px;
    line-height: 30px;
    font-size: 1.4em;
  
}

.fon{
    font-size: 1.4em;
}
.footer{
    width: 100%;
    height: 120px;
    background-color:#000;
}

.main-content{
    
    background-image: url('img/pizza.jpg');
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: calc(100vh - 70px);
}

.phone{
    font-size: 6em;
    color: white;
    z-index: 2;
    position: relative;
    
}

.order-btn{
 display: flex;
 align-items: center;
 justify-content: center;  
 height: 60%;
 

 
}




.intro-text p{
  color: rgb(218, 206, 206);
  font-size: 1.3em;  
  z-index: 5;
  position: relative;
 width: 50%;
margin: 0 auto;
font-family: Verdana, Geneva, Tahoma, sans-serif;

  padding-bottom: 40px;
}
.overlay{
   
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgb(5, 5, 5);
    opacity: 0.6;

}


.glf-button{
    background-color: red !important;
    width: 30%;
    font-size: 2em !important;
    z-index: 3;
    border-radius: 10px !important;
    
    
}

.menu-btn{
    cursor: pointer;
   color: #fff;
    
}

@media only screen and (max-width:500px){
  label{
        display: block;
        cursor: pointer;

    }
    .menu{
        text-align: center;
        width: 100%;
    display: none;

    }

    .menu a {
        display: block;
        border-bottom: 1px solid #eaeaeb;
margin: 0;
   

    }
   
   
    .nav-bar-menu{
        text-align: right;
       
    }
    .nav-bar-menu img{
        max-height: 12%;
    }
 
    #toggle:checked + .menu{
      display: block;
      
    }
    .ham{
        color: white;
    }

    .glf-button{
      width: 90%;
    font-size: 1.5em !important;
    }

    .phone{
        font-size: 3em;
        padding-top: 40px;
        color: white;
    }
   
    .intro-text p{
        width: 90%;
        padding-bottom: 40px;
      font-size: 1em;
    }
}

