/* DO THE LARGEST SIZES FIRST AS IT IS READ TOP TO BOTTOM */

@media (max-width: 1440px) {
  /* footer */

  .dont-hesitate{
    font-size: 8rem;

    padding-top: 2rem;
    padding-left: 6rem;
  }
 
  .contact-us{
    font-size: 8rem;

    padding-right: 6rem;
    padding-bottom: 2rem;
  }

  .line-background1,
  .line-background2,
  .line-background3{
    height: 14px;
  }

  .actual-footer{
    height: 28rem;
  }
  

  .questions{
    font-size: 40px;
  }

  .qni-container{
    row-gap: 2rem;
  }

  .call-for-quote{
    font-size: 28px;
    color: #821200;
  }

  .email{
    font-size: 28px;
  }

  .phone2,
  .email2{
    font-size: 46px;
  }  
}

@media (max-width: 1024px) {
    /* footer */

    .dont-hesitate{
      font-size: 4rem;
  
      padding-top: 2rem;
      padding-left: 6rem;
    }
   
    .contact-us{
      font-size: 4rem;
  
      padding-right: 6rem;
      padding-bottom: 2rem;
    }
  
    .line-background1,
    .line-background2,
    .line-background3{
      height: 14px;
    }
  
    .actual-footer{
      height: 22rem;
    }
    
  
    .questions{
      font-size: 32px;
    }
  
    .qni-container{
      row-gap: 2rem;
    }
  
    .call-for-quote{
      font-size: 20px;
      color: #821200;
    }
  
    .email{
      font-size: 20px;
    }
  
    .phone2,
    .email2{
      font-size: 38px;
    }  
}

@media (max-width: 768px) {

  .portfolio-discription{
    background-color: #FF7F27;
  
    height: 24rem;
  }

  .simplephoto{
    margin-left: 10rem;
  }

  .example1,
  .example2,
  .example3{
    display: block;
    height: 16rem;
    width: 12rem;
  }

    /* footer */

    .dont-hesitate{
      font-size: 4rem;
  
      padding-top: 2rem;
      padding-left: 2rem;
    }
   
    .contact-us{
      font-size: 4rem;
  
      padding-right: 2rem;
      padding-bottom: 2rem;
    }
  
    .line-background1,
    .line-background2,
    .line-background3{
      height: 14px;
    }
  
    .actual-footer{
      height: 22rem;
    }
    
  
    .questions{
      font-size: 32px;
    }
  
    .qni-container{
      row-gap: 2rem;
    }
  
    .call-for-quote{
      font-size: 20px;
      color: #821200;
    }
  
    .email{
      font-size: 20px;
    }
  
    .phone2,
    .email2{
      font-size: 38px;
    }
  
}

@media (max-width:540px) {
  .simplephoto{
    margin-left: 3rem;
  }
}

@media (max-width: 320px), (max-width: 375px), (max-width: 425px){
  /* good luck austin :) */

  .background{
    font-size: 25rem;
  }

  .foreground{
    font-size: 4rem;
  }


  /* blocks */

  .box0{
    font-size: 48px;
    margin-top: 16rem;
  }

  .box1,
  .box2,
  .box3,
  .box4,
  .box5,
  .box6{
    width: 20rem;
    height: 8rem;
  }

  .box1{
    margin-top: 4rem;
  }
  .box2{
    margin-top: 8rem;
  }
  .box3{
    margin-top: 12rem;
  }
  .box4{
    margin-top: 16rem;
  }
  .box5{
    margin-top: 20rem;
  }
  .box6{
    margin-top: 24rem;
  }

  .change-button{
    height: 5rem;
    width: 7rem;
  }

  /* diags */
  h2{
    font-size: 20px;
  }

  ul{
    font-size: 12px;
  }

  li,
  p{
    font-size: 16px;
  }

  /* portfolio */

  .portfolio-discription{
    background-color: #FF7F27;
  
    height: 20rem;
  }

  .portfolio-sign{
    font-size: 32px;
    padding-right: 10px;
  }

  
  .option1,
  .option2,
  .option3{
    font-size: 16px;
    /* display: inline-block; */
  }

  .option1{


    
  }
  .portfolio-options{

    align-content: center;

    /* padding-left: 1rem; */
  }

  .simplephoto{
    margin: 0;
  }

  .example1,
  .example2,
  .example3{
    display: block;
    height: 8rem;
    width: 6rem;
  }

  /* footer */

  .dont-hesitate{
    font-size: 2rem;

    padding-top: 2rem;
    padding-left: 1rem;
  }
 
  .contact-us{
    font-size: 2rem;

    padding-right: 1rem;
    padding-bottom: 2rem;
  }

  .line-background1,
  .line-background2,
  .line-background3{
    height: 10px;
  }

  .actual-footer{
    height: 22rem;
  }
  

  .questions{
    font-size: 32px;
  }

  .qni-container{
    row-gap: 2rem;
  }

  .call-for-quote{
    font-size: 16px;
    color: #821200;
  }

  .email{
    font-size: 14px;
  }

  .phone2,
  .email2{
    font-size: 32px;
  }
}
@media (max-width: 414px ) {
  .simplephoto{
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .simplephoto{
    width: 17rem;
    margin-left: 3rem;
  }
}
@media (max-width: 320px) {
  .simplephoto{
    width: 17rem;
    margin-left: 1rem;
  }
}


