/* --------------------------------------
  Tablet Styling
-------------------------------------- */

@media screen and (min-width: 48em) {

  h1, h2 {
    font-size: 2.25rem;
  }

  h1 {
    margin-bottom: 40px;
  }

  h2 {
    margin-bottom: 60px;
  }

  h2 > i {
    margin-right: 20px;
  }

  /* --------------------------------------
    Reusable Classes
  -------------------------------------- */

  .container {
    padding: 0 40px;
  }

  /* --------------------------------------
    Header
  -------------------------------------- */

  #header, #header1, #header2, #header3, #header4, #header5 {
    padding: 20px 40px;
  }

  #hlogoimg, #hlogoimg1, #hlogoimg2, #hlogoimg3, #hlogoimg4, #hlogoimg5 {
    width: 60px;
  }

  #hnavmhome > a, #hnavmworks > a, #hnavmabout > a, #hnavmcontact > a, #hnavmhome1 > a, #hnavmworks1 > a, #hnavmabout1 > a, #hnavmcontact1 > a, #hnavmhome2 > a, #hnavmworks2 > a, #hnavmabout2 > a, #hnavmcontact2 > a, #hnavmhome3 > a, #hnavmworks3 > a, #hnavmabout3 > a, #hnavmcontact3 > a, #hnavmhome4 > a, #hnavmworks4 > a, #hnavmabout4 > a, #hnavmcontact4 > a, #hnavmhome5 > a, #hnavmworks5 > a, #hnavmabout5 > a, #hnavmcontact5 > a {
    margin-left: 40px;
  }
#hlogotitle, #hlogotitle1, #hlogotitle2, #hlogotitle3, #hlogotitle4, #hlogotitle5 {
    margin-left: 40px;
}  
  #hnavmhome > a, #hnavmworks > a, #hnavmabout > a, #hnavmcontact > a, #hnavmhome1 > a, #hnavmworks1 > a, #hnavmabout1 > a, #hnavmcontact1 > a, #hnavmhome2 > a, #hnavmworks2 > a, #hnavmabout2 > a, #hnavmcontact2 > a, #hnavmhome3 > a, #hnavmworks3 > a, #hnavmabout3 > a, #hnavmcontact3 > a, #hnavmhome4 > a, #hnavmworks4 > a, #hnavmabout4 > a, #hnavmcontact4 > a, #hnavmhome5 > a, #hnavmworks5 > a, #hnavmabout5 > a, #hnavmcontact5 > a {
    font-size: 1.5rem;
  }

  /* --------------------------------------
    Main - Hero
  -------------------------------------- */

  .main-hero {
    padding: 140px 0 100px;
  }

  .main-hero-container {
    display: flex;
    align-items: center;
  }

  .main-hero-highlight {
    width: 60%;
  }

  .main-hero-img {
    display: block;
    width: 40%;
    padding-left: 20px;
  }

  .main-hero-img img {
    border-radius: 50%;
  }

  /* --------------------------------------
    Main - Works
  -------------------------------------- */

  .main-works {
    padding: 100px 0;
  }

  .main-works-item {
    display: flex;
    align-items: center;
    margin: 0 -30px 50px;
  }

  .main-works-item:nth-child(2) {
    flex-direction: row-reverse;
  }

  .main-works-item-text,
  .main-works-item-img {
    width: 50%;
    padding: 0 30px;
  }

  /* --------------------------------------
    Main - About
  -------------------------------------- */

  .main-about {
    padding: 100px 0;
  }

  .main-about-img .mobile {
    display: none;
  }

  .main-about-img .tablet-and-up {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }

  .main-about-container {
    display: flex;
  }

  .main-about-description,
  .main-about-addition {
    width: 50%;
  }

  .main-about-description {
    margin-right: 50px;
    margin-bottom: 0;
  }
  


  /* --------------------------------------
    Footer
  -------------------------------------- */

  .footer, #footer1, #footer2, #footer3, #footer4, #footer5 {
    padding: 100px 0;
  }

  .footer-container {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #fform, #finfo, #footer1-form1, #footer1-info1, #footer2-form2, #footer2-info2, #footer3-form3, #footer3-info3, #footer4-form4, #footer4-info4, #footer5-form5, #footer5-info5 {
    width: 50%;
  }

  #fform, #fform1, #footer2-form2, #footer3-form3, #footer4-form4, #footer5-form5 {
    margin-bottom: 0;
    padding: 50px;
  }

  #fform-textarea, #fform1-textarea1, #footer2-form2-textarea2, #footer3-form3-textarea3, #footer4-form4-textarea4, #footer5-form5-textarea5 {
    margin-bottom: 30px;
  }

  #finfo, #finfo1, #footer2-info2, #footer3-info3, #footer4-info4, #footer5-info5 {
    align-items: flex-start;
    margin-top: 20px;
    padding: 40px;
  }

  #finfo-follow, #finfo1-follow1,#footer2-info2-follow2, #footer3-info3-follow3, #footer4-info4-follow4, #footer5-info5-follow5 {
    margin-bottom: 140px;
  }

  #finfo-copy, #footer1-info1-copy1, #footer2-info2-copy2, #footer3-info3-copy3, #footer4-info4-copy4, #footer5-info5-copy5 {
    margin-bottom: 0;
  }
  
  #privacy, #footer1-privacy1, #footer2-privacy2, #footer3-privacy3, #footer4-privacy4, #footer5-privacy5 {
    margin-bottom: 50px;
  } 

  /* --------------------------------------
    Page - Work
  -------------------------------------- */

  .main-article {
    padding: 100px 0;
  }
}
