@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;900&display=swap');	
	
	.qRcode a {

		background: #fff;
		padding: 0 30px;
	}

	.col-md-4  {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  padding-top: 15px;
	}
	 .col-xs-12 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  padding-top: 15px;
	}
	.col-sm-6 {
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  padding-top: 15px;
	}
  
    .section-full {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }
    

    
    .section-full-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
    }
    
    .section-full-content h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    
    .section-full-content p {
      font-size: 1.5rem;
    }
	
	.button-ul {
      list-style-type: none;
      padding: 0;
	  display: flex ;
	}

	.button-li {

	  margin: 10px ;
	  background: #ffffff ;
	  padding: 5px ;
	}
	.doordash {
		background: #FF0500;
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	.doordash li:hover{
		background: #FF0500;
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	.grubhub {
		background: #FF6347; 
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	.grubhub li:hover {
		background: #FF6347; 
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	.ubereats {
			background: #000000 ; 
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	.ubereats li:hover {
			background: #000000 ; 
			display: inline-block;
			width: 100px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			padding: 5px ;

	}
	li:hover {
		text-decoration: none ;
	}
	
	
	
	
	.section-full-content h1 {

		font-weight: bold;
		font-size: 124px; 
		letter-spacing: 3px; 
		font-family: 'Bebas Neue', sans-serif;
	}
	
	
	
	

		@media (-webkit-min-device-pixel-ratio: 2),
			   (min-resolution: 192dpi) 
		{
						   
				.section-full-content h1 
				{

					font-weight: bold;
					font-size: 35px;  
					letter-spacing: 3px; 
					font-family: 'Bebas Neue', sans-serif;
				}
		}


		@media (max-width: 768px) 
		{
				.section-full-content h1 
				{

					font-weight: bold;
					font-size: 35px;  
					letter-spacing: 3px; 
					font-family: 'Bebas Neue', sans-serif;
				}
		}

		@media (max-width: 480px) 
		{
				.section-full-content h1 
				{

					font-weight: bold;
					font-size: 35px;  
					letter-spacing: 3px; 
					font-family: 'Bebas Neue', sans-serif;
				}
		}
		
		@media screen and (max-width: 400px) 
		{
				.section-full-content h1 
				{

					font-weight: bold;
					font-size: 35px; 
					letter-spacing: 3px; 
					font-family: 'Bebas Neue', sans-serif;
				}
        }
		
		
		
		
		
		
		
		
		
.intro h2 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}		
		
		
#newsletterdiv 
{
background: hsla(61, 100%, 85%, 1);

background: linear-gradient(90deg, hsla(61, 100%, 85%, 1) 0%, hsla(96, 100%, 83%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(61, 100%, 85%, 1) 0%, hsla(96, 100%, 83%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(61, 100%, 85%, 1) 0%, hsla(96, 100%, 83%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FEFFB5", endColorstr="#CBFFA8", GradientType=1 );
}	

#QrCode 
{
		background: #caff10 ;
}
		
		
#email {
    background-color: #3bfdd7 ;
    animation: blink 1s step-end infinite;
}	






