.container {
  max-width: 1024px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden; }

.container-2 {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden; }

.btn-main, .btn-light, .btn-dark {
  display: inline-block;
  padding: 0.6rem 2rem;
  transition: all 0.5s;
  border: none;
  border-radius: 15px;
  cursor: pointer; }

.btn-main {
  color: #333;
  background-color: #ffbc00; }

.btn-light {
  color: #333;
  background-color: #f4f4f4; }

.btn-dark {
  color: #f4f4f4;
  background-color: #333; }

button[class^='btn-']:hover,
a[class^='btn-']:hover,
input[class^='btn-']:hover {
  background-color: #ffbc00; }

.bg-main {
  background: #ffbc00;
  color: #fff; }

.bg-dark {
  background: #333;
  color: #fff; }

.bg-light {
  background: #f4f4f4;
  color: #000; }

.bg-medium {
  background: #ccc;
  color: #000; }

.lead {
  font-size: 1.7rem;
  margin-bottom: 2rem; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left;
}

.font-size {
  font-size: 1.3rem;
}

.centering-text {
  margin: auto;
}

.mb {
  margin-bottom: 2rem;
}

.p-1 {
  padding: 1.5rem;
}

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.section-title {
  font-size: 2.25rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase; }

.headlines {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.bottom-line {
  height: 2px;
  width: 3rem;
  background: #ffbc00;
  display: block;
  margin: 0 auto 1rem auto; }

.bottom-line-left {
  height: 2px;
  width: 4rem;
  background: #ffbc00;
  display: block;
  margin: 0 auto 1rem 0; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Dosis', sans-serif;
  line-height: 1.6;
  background: #fff; }

a {
  text-decoration: none;
  color: #333; }

ul {
  list-style: none; }

h2, h3, h4 {
  text-transform: uppercase; }

img {
  width: 100%; }

/* #logo {
  width: 70px;
  height: 70px;
  color: #fff;
  text-transform: uppercase; } */

/* #main-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
  #main-nav ul {
    display: flex; }
  #main-nav li {
    padding: 1rem 1.5rem; }
  #main-nav a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    padding-bottom: 0.5rem;
    transition: border-color 0.5s; }
    #main-nav a:hover {
      border-color: #ccc; }
    #main-nav a.current {
      border-color: #ffbc00; } */

#header-home {
  background: url("../img/test2.jpg") no-repeat center center/cover;
  height: 100vh;
  color: #fff; }
  #header-home .header-content {
    text-align: center;
    padding-top: 35%;
    padding-bottom: 10%; }
    #header-home .header-content h1 {
      font-size: 3.5rem;}
      #header-home .header-content p {
        margin-top: 2rem;
        font-size: 1.5rem;}
        #header-home .social a .fab,
        #header-home .social a .fas {
          transition: all 0.5s;
          margin-top: 1rem;          
          border: 2px #fff solid;
          border-radius: 50%;
          height: 40px;
          width: 40px;
          line-height: 40px;
          text-align: center;
          padding: 0.5rem; 
          color: #fff;}
          #header-home .social .fab{
            margin-right: 2rem;}
            #header-home .social a .fab:hover,
            #header-home .social a .fas:hover {
              background: #ffbc00;
              transform: scale(1.3);}

#about-a {
  background: linear-gradient(#00226a, #fff);
}


#about-a .about-info {
  display: flex;
  }

#about-a .bio-image {
  height: 35rem;
  width: auto;
}

#about-a .bio {
  margin: auto;
  /* border-left: 3px solid #ffbc00; */
  /* padding: 0.8rem;  */
}







/* #about-a .about-info {
  display: grid;
  grid-template-areas: 'bio bio bioimage';
  gap: 1.2rem; }

#about-a .bio-image {
  grid-area: bioimage;
}

#about-a .bio {
  grid-area: bio;
  border-left: 3px solid #ffbc00;
  padding: 0.8rem; } */


#home-a .specials {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }



#finish {
  background: linear-gradient(#fff, #333);
  height: 15rem;
}

.letstalk {
  background: url("../img/testpng.png") no-repeat center center/cover;
  height: 10rem;
  margin: auto 0;
}


#main-footer {
  background: #333;
  color: #fff;
  height: 5rem; }
  #main-footer .footer-content {
    display: flex;
    justify-content: space-between;
    height: 5rem;
    align-items: center; }
    #main-footer .footer-content .social a .fas,
    #main-footer .footer-content .social a .fab {
      transition: all 0.5s;
      margin-right: 1rem;
      border: 2px #fff solid;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      padding: 0.5rem; 
      color: #fff;}
      #main-footer .footer-content .social a .fas:hover,
      #main-footer .footer-content .social a .fab:hover {
        background: #ffbc00;
        transform: scale(1.3); }
      




@media (max-width: 800px) {
  #header-home {
    /* height: 30rem; */
    height: 100vh; }
    #header-home .header-content {
      padding-top: 40%; } 
      /* #header-home .header-content h1{
        margin-bottom: 3rem;
      } */
    
      #about-a .about-info {
        flex-direction: column-reverse;
        padding-bottom: 2rem;
        border-bottom: #333 1px dotted;
      } 

      #about-a .bio-image  {
        width: 65%;
        height: auto;
        margin: auto;
      }
      
        #home-a .specials {
          grid-template-columns: repeat(1, 1fr);}
          
          #home-a .specials img:nth-of-type(1){
            order: 1;
          }
          #home-a .specials img:nth-of-type(2){
            order: 3;
          }
          #home-a .specials img:nth-of-type(3){
            order: 5;
          }
          #home-a .specials img:nth-of-type(4){
            order: 7;
          }
          #home-a .specials div:nth-of-type(1){
            order: 2;
            border-bottom: #333 1px dotted;
          }
          #home-a .specials div:nth-of-type(2){
            order: 4;
            border-bottom: #333 1px dotted;
          }
          #home-a .specials div:nth-of-type(3){
            order: 6;
            border-bottom: #333 1px dotted;
          }
          #home-a .specials div:nth-of-type(4){
            order: 8;
          }

          .letstalk {
            width: 100%;
            margin: auto;
            height: 8rem;
          }
        }


@media (max-width: 650px) {
  .letstalk {
    width: 100%;
    margin: auto;
    height: 6rem;
  }
  #finish {
    height: 12rem;
  }

  .footer-content {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 1rem;
  }
  #main-footer {
    height: 8rem;
  }
  
}




@media (max-width: 500px) {
  .letstalk {
    width: 100%;
    margin: auto;
    height: 5rem;
  }
  #finish {
    height: 10rem;
  }
}


@media (max-width: 400px) {
  .letstalk {
    width: 100%;
    margin: auto;
    height: 4rem;
  }
  #finish {
    height: 8rem;
  }
  #header-home .header-content{
    padding-top: 40%;
  }
  #header-home .header-content .social{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-items: center;
  }
  #header-home .social .fab{
    margin-right: 0;
  }
}

