@media only screen and (min-width: 1921px) {   
   .container {
     max-width: 1920px;
   }    
}
@media only screen and (max-width: 1920px) {   

}    
 
@media only screen and (max-width: 1460px) {  
  #introtext2 h1 {  
    line-height: 175%;
    font-size: 200%; 
  }    
}
@media only screen and (max-width: 1290px) {  
  #introtext2 h1 {  
    line-height: 175%;
    font-size: 175%; 
  }  
  .introtext4 h4 {
    font-size: 110%;
  }   
  .section-products h2 {
    font-size: 140%;
  }   
  .section-testimonials h2 {
    font-size: 135%;
  }
  .section-form h2 {
    font-size: 135%;
  }
}  

@media only screen and (max-width: 1150px) {  
  #introtext2 h1 {  
    line-height: 175%;
    font-size: 150%; 
  }  
  h2 {
    font-size: 130%;
  }    
}  
@media only screen and (max-width: 1020px) {
  header {
    padding-bottom: 30px;
  }
  #introtext2 {
    margin-top: 0;
  }
  #introtext2 h1 {  
    line-height: 175%;
    text-align: center;
    font-size: 130%;
    padding-bottom: 1.5rem;
  } 
  .btn:link,
  .btn:visited {
    padding: 8px 16px;
    font-size: 80%;
  }
  .main-nav li a:link,
  .main-nav li a:visited {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70%;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}
.main-nav li a:hover,
.main-nav li a:active {
padding: 8px 0;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 70%;
border-bottom: 2px solid #ff80c0;
-webkit-transition: border-bottom 0.2s;
transition: border-bottom 0.2s;
}
.logo img{
  width: 75%;
  height: auto;
  padding-top: 20px; 
  text-align: center;
  padding-left: 0%;   
  padding-right: 0%;
}
}  
@media only screen and (max-width: 960px) {
  .top-items {
    width: 100%;  
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
    margin: 0 auto;
    /* align-items: center; */
    padding-left: 5%;
    padding-right: 5%; 
  }
  .logo {
    text-align: center;  
    margin: 0 auto;
  }
  .logo img{
    width: 50%;
    height: auto;
    padding-top: 20px; 
    text-align: center;
    padding-left: 0%;   
    padding-right: 0%;
  }
  .nav {
    width: 100%;    
    margin-top: 0;
    margin-bottom: 2rem;
  } 
  .main-nav {  
    list-style: none;
    width: 100%;  
    text-align: center; 
  }
  #introtext2 h1 {  
    line-height: 175%;
    text-align: center;
    font-size: 125%;
  }
}  
@media only screen and (max-width: 850px) {
  .main-nav li a:link,
  .main-nav li a:visited {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
   font-size: 70%; 
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}
.main-nav li a:hover,
.main-nav li a:active {
padding: 8px 0;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 70%;
border-bottom: 2px solid #ff80c0;
-webkit-transition: border-bottom 0.2s;
transition: border-bottom 0.2s;
}
 #introtext2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Satisfy", cursive;
    
}
   #introtext2 h1 {  
    line-height: 175%;
    text-align: center;
    font-size: 110%;
    padding-bottom: 1rem;
    
  } 
  .nav {
    width: 100%;    
    margin-top: -5px;
    margin-bottom: 1rem;
  } 
  .introtext3 h2 {
    font-size: 100%;
  }
  .introtext4 h4 {
    font-size: 90%;
  }
  .section-products h2 {
    font-size: 100%;
  }
  .section-testimonials h2 {
    font-size: 100%;
  }
  .section-form h2{
    font-size: 100%;
  }
}  
 
@media only screen and (max-width: 650px) {
  
  .top-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  #introtext2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
#introtext2 h1{
font-size: 100%;
padding-top: .5rem;
}
.introtext3 h2 {
  font-size: 90%;
}
.introtext4 h4 {
  font-size: 80%;
}
.section-features h2:first-child {
  padding-top: 30px;
}
.btn:link,
.btn:visited,
input[type="submit"] {
  display: inline-block;   
  padding: 7px 15px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 70%;
  margin-bottom: 1rem;
   
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #ff80c0;
  color: #ff80c0;
  margin-bottom: 15px;
}
  #freecontactform {
	width: 100%;
	height: auto;
}   		 
 .mobile-nav-icon { display: inline-block;
}  
    
    .sticky .main-nav { margin-top: 10px; }

    .sticky .main-nav li a:link,
    .sticky .main-nav li a:visited { padding: 10px 0; }
    .sticky .mobile-nav-icon { margin-top: 10px; }
    .sticky .mobile-nav-icon i { color: #555; }   

  .introtext4 {
    font-size: 80%;
  }
  .section-form {
    width: 80%;
    margin: 0 auto;
  }
  .section-form a:link {
    text-decoration: none;
    border: none;
  }
  .section-testimonials h2 {
    font-size: 90%;
  }

  .section-products h2 {
    font-size: 90%;
  }
  .footer {
    background-color: #333;
    padding: 50px;
    font-size: 60%;
    text-align: center;
  }
}
@media only screen and (max-width: 553px) {
.main-nav li:last-child {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 453px) {
 

  section { padding: 25px 0; }
  .top-items {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    gap: 0;
    height: auto;
  }
   .nav {
    margin-top: 1rem;
    margin-bottom: 0;
  } 
   .main-nav {
    margin-left: 0;
    margin-bottom: 0;
   }
   .main-nav li {     
    margin-left: 0;
    gap: 2rem;
 }
    .main-nav li a:link,
    .main-nav li a:visited {
   padding: 0 12px;
  } 
  #introtext2 {
    margin-top: 0;
  }
  #introtext2 h1{
    font-size: 80%;
    }

  .introtext4 {
    font-size: 70%;
  }
.section-form h2 {
  font-size: 100%;
  line-height: 1.75;
}
    
  #freecontactform {
	width: 100%;
	height: auto; 
}
}
 
@media only screen and (max-width: 312px) {
  .main-nav li a:link,
  .main-nav li a:visited {
    padding: 8px 6pxrem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
  }
  #introtext2 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
#introtext2 h1{
font-size: 90%;
padding-top: .5rem;
}
.introtext3 h2:nth-child(2){
  font-size:80%;
}
.section-form h2 {
  font-size: 80%;
}
}
   
