
/* Tablet screens (min-width: 768px) 
@media (min-width: 768px) {

/* ----------Top Container/Section--------------- *
  nav .tabscont {
      font-size: 1.25rem;
  }

  .topDescrp {
      display:flex;
      flex-direction: column;
      margin: 0 50px 0 50px;
      border: 2px solid rgba(66, 66, 66, 0.932);
      backdrop-filter: blur(10px);
      box-shadow: 0 0 10px 5px white;
      border-radius: 20px;
      align-items: center;
  }

  .centerlogo {
      max-width: 300px;
      
  }

  .middlesection h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
  }

  .middlesection p {
      font-size: 1.5rem;
      padding: 0 50px 0 50px;
  }
/*----------About Me Container/Section-------------------*
  .aboutMeCont {
    height: 100dvh auto;
  }
  
    .aboutMeBox {
    gap: 40px;
    padding: 50px;
  }

  .aboutTitle {
    font-size: 2.5rem;
    margin: 10px;
    text-shadow: 0 0 10px #fff;
  }

  .AboutME {
    flex-direction: column;
  }

  .MEimgHeadshot {
    max-width: 300px;
    max-height: auto;
  }

  .MEcontent p {
    font-size: 1.5rem;
  }

  .infoButton {
    font-size: 1.5rem;
  }
/*----------Certs Section---------*
  .Servicetitle {
    font-size: 2.5rem;
    margin: 20px 0;
    text-shadow: 0 0 10px #fff;
  }
  .lists.cyb, .lists.web, .lists.misc {
    height: 50vh;
    width: 100%;

  }

  .lists h1{
    font-size: 1.5rem;
  }

  .lists ul li{
    font-size: 1.25rem;
  }

  .ServList {
    width: 80%;
    margin-top: 50px;
  }
  .certtitle {
    text-shadow: 0 0 10px #fff;
    font-size: 2.5rem;
  }
  .certCard {
    width: 25%;
    max-height: 350px;
  }

  .certCard h2 {
    font-size: 1.5rem;
  }

  .certCard p{
    font-size: 1.25rem;
  }

/*-------Portfolio Seciton----------*
  .portTiles {
    display: flex; 
    margin: none;
  }
  .PortTitle {
    font-size: 2.5rem;
    text-shadow: 0 0 10px #fff;

  }
  .commingSoon {
    font-size: 2rem;
    color: #fff;
  }
/*------Contact Form------------*
  .contactTitle {
    font-size: 2.5rem;
    text-shadow: 0 0 10px #fff;
  }
  .ContactCont {
    height: auto;
  }
  .ContactForm {
    width: 90%;
  }
  .label {
    font-size: 1.5rem;
  }
  .inputBox {
    font-size: 1rem;
    padding: 10px;
  }
  .textArea {
    font-size: 1.25rem;
    min-height: 200px;
  }
  .contactButton {
    font-size: 1.25rem;
    margin: 3% auto;
  }
/* ----------------Footer Secttion--------------*
  .footerCont {
  font-size: 1rem;
  gap: 20px;
  padding: 0;
  }

  /* Desktop screens (min-width: 1024px) *
  @media (min-width: 1024px) {
  header {
    font-size: 3rem;
    margin: 40px 100px;
  }

  .aboutMeBox {
    gap: 60px;
    padding: 60px;
  }

  .MEimgHeadshot {
    max-width: 800px;
    max-height: 1200px;
  }

  .MEcontent h2 {
    font-size: 2.5rem;
  }

  .MEcontent p {
    font-size: 3.5rem;
  }

  .footerCont {
    font-size: 1.75rem;
    gap: 50px;
  }

  .ServList {
    gap: 5%;
  }

  .lists.cyb,
  .lists.web,
  .lists.misc {
    width: 28%;
    height: 45vh;
  }

  .Cards {
    gap: 40px;
  }

  .certCard {
    width: 30%;
    height: 650px;
  }
  }

/* Large desktop screens (min-width: 1440px) *
@media (min-width: 1440px) {
    /* ----------Top Container/Section--------------- *
    nav .tabscont {
        font-size: 1.5rem;
    }

    .topDescrp {
        display:flex;
        flex-direction: row;
        padding-left: 100px;
        margin: 0 100px 0 100px;
        border: 2px solid rgba(66, 66, 66, 0.932);
        backdrop-filter: blur(10px);
        box-shadow: 0 0 10px 5px white;
        border-radius: 20px;
    }

    .centerlogo {
        max-width: 500px;
        
    }

    .middlesection h1 {
        margin-bottom: 20px;
    }

    .middlesection p {
        font-size: 2rem;
        padding: 0 100px 0 100px;
    }

    /*----------About Me Container/Section-------------------*
  .aboutMeCont {
    height: 100dvh auto;
  }
  
    .aboutMeBox {
    gap: 80px;
    padding: 50px;
  }

  .aboutTitle {
    width: 100%;
    margin: 10px;
  }

  .AboutME {
    flex-direction: row;
  }

  .MEimgHeadshot {
    max-width: 500px;
    max-height: auto;
  }

  .MEcontent p {
    font-size: 1.5rem;
  }

  .infoButton {
    font-size: 1.5rem;
  }
  /*----------Certs Section---------*
  .lists.cyb, .lists.web, .lists.misc {
    height: 550px;
    width: 50%;
  }

  .ServList {
    width: 80%;
    margin-top: 50px;
  }
  .certCard {
    width: 15%;
    max-height: 400px;
  }

  .certCard h2 {
    font-size: 2rem;
  }

  .certCard p{
    font-size: 1.5rem;
  }

/*------Contact Form------------*
.ContactCont {
    width: 100%;
    height: auto;
}
.ContactForm {
    width: 50%;
}
.label {
    font-size: 1.5rem;
}
.inputBox {
    font-size: 1rem;
    padding: 10px;
}
.textArea {
    font-size: 1.25rem;
    padding: 16px;
    min-height: 200px;
}
.contactButton {
    margin: 3% auto;
}
/* ----------------Footer Secttion--------------*
  .footerCont {
    font-size: 1rem;
    gap: 20px;
    padding: 0;
  }


}
}