
html,body{
  scroll-behavior: smooth;
  background: url("../img/yell3.jpg");
  color: #bb0000;
  font-family: MeriendaOne-Regular
}
ul{
  background-color: white; 
  color: #bb0000;
}
.techeron{
font-family: Montserrat-SemiBold;
    color: #bb0000;
}
.techeron:hover{
font-family: Montserrat-SemiBold;
text-decoration:none;
    color: #121212;
}
.fa-phone-alt {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #bb0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}
.fa-phone-alt:hover{
	color: #152238;
}

 /*NAVBAR*/

/*Navbar*/
.brand-logo{
    max-height: 150px;
}
.bar{
    font-size: 3rem;
    margin: 3rem;
    color: #bb0000;
    position: fixed;
    right: 0;
    z-index: 5;
}
.nav-list{
    position: fixed;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px; 
}
.nav-list{
    text-decoration: none;
    list-style: none;
    text-align: center;
    z-index: 3;
}
.nav-list li:first-child{
    margin-top: 4%;
}
.nav-list li a{
    margin-top: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #bb0000;

}
.nav-list li a:hover,.nav-list li a:active{
    color: #152238;
}

@media screen and (max-width:1200px){
    .nav-list li a{
        font-size: 1.2rem
    }
}
@media screen and (max-width: 768px){
    
    .nav-list li:first-child{
    margin-top: 6%;
    }
    .bar{
        font-size: 2rem;
    }
    .nav-list li a{
        font-size: 1rem
    }
}
@media screen and (max-width: 576px){
    
    .bar{
        font-size: 2rem;
        margin: 2.5rem 1rem 2.5rem 2.5rem
    }
    .menu-title{
        font-size: 1.4rem;
    }
}


/*HOME*/
.home{
	margin-top: 3rem;
}
.menu-index{
  margin-top: 3rem;
}

.normal-menu{
	margin-top: 3rem;
}
.normal-menu-list,.normal-menu-price{
	margin-bottom: 40px;
}
.normal-menu-price{
	text-align: right; !important;
}
.normal-menu-1{
	font-size: 2.3rem
}
@media screen and (max-width: 576px){
.normal-menu-list,.normal-menu-price{
	font-size: 1.8rem;
}
}



.bigbox{
	
    background-color: white;
    height: 300px
}
.box-1{
  padding: 20px 10px;
  background-color: rgba(255,255,255,0.8);
  color: #bb0000;
  border: 5px solid #bb0000;
	
}
.menu-image{
    width: 75px;
    height: 75px
}

@media screen and (max-width: 375px){
  .menu-title{
    padding: 0px;
    font-size: 1.6rem !important;
  }
}
.box-2{
  border: 2px solid white;
  width: 100%;
  height: 225px;
  padding: 50px;
}
#home a:hover{
  text-decoration: none;
}
#home a h1:hover{
    
    color: #100d0b;
}
@media screen and (max-width: 576px){
.budget-margin{
    margin: 0px
}
}