/* 
 Theme Name:   baker-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     baker-shop
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.main-sections{
    margin-top: 50px;
    text-align: center;
}


.feature {
    background: url("/wp-content/themes/baker-child/images/.jpg");
    background-position: 50% 94px;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
  }
  @media (max-width: 768px) {
    .feature {   
    }
  }
  .feature h2 {
    color: antiquewhite;
    text-align: center;
    margin-bottom: 30px;
  }
  .feature p {
    color: #8d8f92;
    margin-bottom: 20px;
  }
  .feature .btn-view-works {
    background: #655E7A;
    color: #fff;
    padding: 10px 20px;
  }
  

  .bg-2 {
    background: url("/wp-content/themes/baker-child/images/casino.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
  



section.action {
    width: auto;
    background-color: #e9c56a33;
    padding: 20px;
    border-radius: 10px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section.action h2 {
    color: #264653;
    background-color: #f4a36179;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #e76f51;
}

section.action h3 {
    color: #2a9d8f;
    margin-top: 40px;
    text-align: center;
}

section.action p {
    color: #333;
    margin: 10px 0;
}

@media (min-width: 600px) {
    section.action {
        max-width: auto;
        margin: 20px auto;
    }
}



section.faq {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: AUTO;
    box-shadow: 15PX 15px 15px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #007BFF;
    margin-top: 40px;
}

section.faq h2 {
    color: #007BFF;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 10px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-item p {
    color: #555;
    margin: 0;
    padding-left: 20px;
    border-left: 4px solid #007BFF;
}

@media (min-width: 600px) {
    section.faq {
        padding: 40px;
    }

    section.faq h2 {
        font-size: 28px;
    }

    .faq-item h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    h1{
      font-size: 28px!important;
    }
    h2{
      font-size: 26px!important;
    }
    h3{
      font-size: 22px!important;
    }
  }

  .operators .mx-auto{
    margin-right: 10px!important;
  }


  #notfound {
 
    height: 60vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    }
    .bg-lightt {
      margin: 4rem ;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    }
    .notfound h1 {
    font-size: 6rem;
    margin: 0;
    }
    .notfound h2 {
    font-size: 2rem;
    margin: 0.5rem 0;
    }
    .notfound p {
    font-size: 1rem;
    margin-bottom: 1rem;
    }
    .notfound a {
    text-decoration: none;
    font-size: 1rem;
    }
    .notfound a:hover {
    text-decoration: underline;
    }
  .button{
    background-color: #264653;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
  }

 
  @media screen and (max-width: 991px) {
    .logo {
        position: relative;
        padding: 2px!important;
        top: 0;
    }
}



.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 34px;
    width: 40px;
    color: #BF8751;
	border-radius: 2px;
	top: -50x;
    background: #fff;
    text-align: center;
    line-height: 36px;
    z-index: 9;
}


.toggle-inner {
  display: flex;
  justify-content: center;
  /* height: 2.3rem; */
  position: relative;

  margin-top: -55px;
}