:root{
    --primary-color: #808080; /* Navy */
    --secondary-color: #ffffff; /* Whiteish */
    --accent-color: #a7e0ff; /* Turqoise */
    --text-color: #000000; /* Whiteish */
    --dark-blue: rgb(0, 97, 153); /* Bluesih */
    --light-blue: #00aaff; /* light-blue */
}   

html,body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #fffcf6;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}




/* First Font Family */
@font-face {
    font-family: oswald;
    src: url(/assets/fonts/Oswald/Oswald-Regular.ttf);
}

/* Second Font Family */
@font-face {
    font-family: regular;
    src: url(/assets/fonts/Roboto/Roboto-Regular.ttf);
}

/* third Font Family */
@font-face {
  font-family: oswald-bold;
  src: url(/assets/fonts/Oswald/Oswald-Bold.ttf);
}




/* BASE*/
/* BASE*/
/* BASE*/
@media only screen and (min-width: 0px) {
  /* Styles for small screens go here */
  /* header navigation */

  /*HEADER*/
  /*HEADER*/
  /*HEADER*/

  /* Basic styles for the off-canvas navigation */

  
    /* Mobile Navigation */
/* Mobile Navigation */
/* Mobile Navigation */
.mobile-nav {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 50%; /* 2/3 of the screen */
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 1000;
  padding-top: 20px;
  transition: transform 0.3s ease;
  transform: translateX(100%); /* <-- THIS hides it off screen */
}

/* When menu is open */
.mobile-nav.active {
  transform: translateX(0); /* <-- THIS slides it in */
}


/* Close "X" Button */
.close-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 28px;
  cursor: pointer;
  color: white;
  padding: 10px;
  border-radius: 10px;
}

.close-nav:hover {
  background-color: #606060;
  padding: 10px;
}

.mobile-nav ul {
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
  list-style: none;
  padding: 40px;
  text-align: left;
  width: 100%;
  padding: 0;
}

.mobile-nav li:hover {
  background-color: #606060;
  
}

.mobile-nav li {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}


/* For larger screens, the menu will remain hidden */
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}



  #header-roc-banner {
    padding: 10px;
    display: flex;
    justify-content: center;
    background-color: #001d4b;
    color: rgb(255, 255, 255);
    gap: 8px;
    font-size: 13px;
  }
  

  .header {
    display: flex;
    height: 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
  }


  .container-1 {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: center;

    #nav-logo {
      display: flex;
      height: 80px;
      width: 160px;
    }
  }

  .container-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 255, 255);
    
    #top-box {
      height: 100%;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;

      
      #button-box {
        #join-hvac {
          background-color: #f71821;
          border-radius: 5px;
          color: rgb(255, 255, 255);
          font-size: 13px;
          transition: background-color 0.8s, color 0.8s;
          font-family: regular;
        }

        #join-hvac:hover {
          background-color:#ffe500;
          transition: 0.8s;
          color: rgb(0, 0, 0);
          border-color: rgb(0, 0, 0);
        }
      }
    }

    #bottom-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      background-color: rgb(255, 255, 255);
      width: 100%;

      #top-box-bottom {
        font-size: 13px;
        color: rgb(0, 0, 0);
        
      }
      #bottom-box-bottom {
        font-size: 12px;
        text-align: center;
      }
      
    }
  }

  .container-3 {
    display: none;

  }

  /*Navigation-Mobile*/
  .container-4-navigation {
    cursor: pointer;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;

    #bars {
      color: #000000;
      height: 40px;
      width: 40px;
    }
  }

  .container-5 {
    display: none;
  }

   /*NAV-BANNER*/
   .nav-banner {
    display: flex;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background-color: #003b89;
    padding: 8px;

    #banner {
      color: white;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }

    #banner-icon {
      display: flex;
      justify-content: center;
      align-items: center;

      #location-banner-icon {
        height: 34px;
        width: 34px;
      }
    }
   }

  /*NAVIGATION*/
  .navigation {
    display: none;

  }


  


  /*HERO*/
  /*HERO*/
  /*HERO*/
/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  margin: 0;
  background-image: url('/assets/tucson-cityop.webp');
  background-size: cover;

}

.hero-text {
  padding: 20px;
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  color:#ffffff;
  font-family:oswald-bold ;
}

.hero-interface {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.hero-buttons {
  padding: 10px 20px;
  margin-bottom: 100px;
  font-size: 23px;
  font-family: oswald-bold;
  color: #000000;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.5s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: background-color 0.8s, color 0.8s;

}

.hero-buttons:hover {
  background: #ffe500;
  transform: scale(1.05);
  transition: transform 0.5s ease;
}


.hero-logo {
  display: flex;
  justify-content: center;
  padding-top: 20px;

  #floating-logo {
    height: 200px;
    width: 200px;
  }

}

.image-rotate-float {
  width: 300px;
  height: auto;
  display: block;
  margin: 0;
  animation: float-rotate 5s infinite ease-in-out;
}

.image-rotate-float:hover {
  transform: scale(1.05);
}

@keyframes float-rotate {
  0%, 100% {
      transform: rotate(0deg) translateY(0px);
  }
  25% {
      transform: rotate(5deg) translateY(-5px);
  }
  75% {
      transform: rotate(-5deg) translateY(5px);
  }
}




/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */

/* Popup styles */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 12px;
  max-width: 800px;
  position: relative; /* Relative positioning to keep children in place */
}

.pop-up-title {
  display: flex;
  justify-content: center;
}

/* Close button */
.close {
  position: absolute; /* Position the button relative to .popup-content */
  top: 10px; /* Distance from the top */
  right: 15px; /* Distance from the right */
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; /* Pointer cursor on hover */
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* Form styling */
#form-label {
  display: flex;
  flex-direction: column;
}

#form-button {
  margin: 0 auto;
  display: block;
}

#form-button-style {
  padding: 14px;
  border-radius: 12px;
  font-size: 15px;
  border: none;
  border-width: 0;
  color: #000000;
  background-color: #b5b5b5;
}

#form-button-style:hover {
  color: white;
  background-color: #2b91ff;
  transition: background-color 0.3s ease, color 0.3s ease;
}




  /*SERVICES*/
  /*SERVICES*/
  /*SERVICES*/
  /*SERVICES*/
  /*SERVICES*/
    #service-image {
      width: 340px; 
      max-width: 450px;
      margin-bottom: 20px;
      
    }


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

    .services-section h1 {
      font-size: 40px;
      margin-bottom: 10px;
      color: #333333;
    }

    .services-section h3 {
      font-size: 22px;
      margin-bottom: 20px;
      color: #777777;
    }

    .services-section p {
      max-width: 800px;
      margin: 0 auto 40px auto;
      font-size: 20px;
      line-height: 1.6;
      color: #555555;
    }


    /* Explore Services Section */
    .explore-services {
      max-width: 1000px;
      margin: 0 auto;
    }

    .service-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
      background-color: #fff;
      
    }

    .service-btn {
      flex: 1;
      padding: 15px 20px;
      border: none;
      background: transparent;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: 500;
      color: #333;
      transition: background-color 0.3s, color 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .service-btn:hover {
      background-color: #f71821;
      color: #fff;
    }

    .service-btn.active {
      background-color: #1357c0;
      color: #fff;
    }

    .service-btn i {
      margin-right: 8px;
    }

    .service-content {
      position: relative;
      min-height: 150px;
      padding: 20px;
      border: 1px solid #ddd;
      background-color: #fafafa;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease;
    }

    .service-content h2 {
      font-size: 22px;
    }

    .service-content p {
      font-size: 20px;
    }

    .service-section {
      display: none; /* Hide all sections by default */
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }


    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .service-section.active {
      animation: fadeInUp 0.5s ease forwards;
    }


    .service-section.active {
      display: block; /* Show active section */
      opacity: 1;
      transform: translateY(0);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .service-nav {
        flex-direction: column;
      }
      .service-btn {
        text-align: left;
        padding: 15px;
        border-bottom: 1px solid #ddd;
      }
      .service-btn:last-child {
        border-bottom: none;
      }
    }

    @media (max-width: 480px) {
      .service-nav {
        flex-direction: column;
      }
      .service-btn {
        font-size: 1em;
        padding: 12px;
      }
      .service-content {
        padding: 15px;
      }
    }






  /*CUSTOMERS*/
  /*CUSTOMERS*/
  /*CUSTOMERS*/
  /*CUSTOMERS*/
  /*CUSTOMERS*/

  .customer-section {
    padding: 50px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-statement {
    max-width: 800px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .customer-statement p{
    line-height: 1.6;
  }



  .slider {
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      border: 1px solid #ddd;
  }

  .slide {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      text-align: left;
      padding: 20px;
      border-radius: 10px;
      background: #fafafa;
      min-height: 300px;
  }

  .slide.active {
      display: block;
      opacity: 1;
  }

  #stars, #google-icon {
      display: block;
      margin: 0 auto 15px;
  }

  .location {
      font-weight: bold;
      margin-bottom: 10px;
  }

  .description {
      font-size: 18px;
      margin-bottom: 10px;
      color: #333;
      max-height: 150px; /* Fixed height */
      overflow-y: auto;
      line-height: 1.6;
  }

  .customer-name {
    font-style: italic;
  }

  .customer-name, .date {
      font-size: 16px;
      color: #777;
  }



  /*CONTACT*/
  /*CONTACT*/
  /*CONTACT*/
  /*CONTACT*/


  .contact-section {
      background-color: #ffffff;
      padding: 100px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      
  }

  .contact-statement{
    padding-bottom: 50px;
    max-width: 800px;
    text-align: center;
  }

  .contact-form {
      background-color: #fafafa;
      border-radius: 15px;
      border: 1px solid #ddd;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      max-width: 1000px;
      margin: 0 auto;
      width: 100%;
      padding-top: 80px;
      padding-bottom: 80px;
      display: flex;
      justify-content: center;
      
  }

  #seer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  #form-inputs{
      border: none;
      
      
  }

  .form-group {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
  }   

  label {
      font-size: 16px;
      margin-bottom: 8px;
      color: #333;
  }

  input, textarea {
      font-size: 16px;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      background-color: #f9f9f9;
      transition: border-color 0.3s, box-shadow 0.3s;
  }

  input:focus, textarea:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
  }

  textarea {
      resize: none;
  }

  .optional {
      font-size: 12px;
      color: #888;
  }

  #submit-button {
      background-color: #6a8cb0;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      width: 80%;
      margin-top: 1em;
  }

  #submit-button:hover {
      background-color: #0056b3;
      transform: scale(1.05);
  }

  #submit-button:active {
      transform: scale(1);
  }


  
  /*PORTFOLIO*/
  /*PORTFOLIO*/
  /*PORTFOLIO*/
  /*PORTFOLIO*/

  

  .portfolio-section{
    padding: 50px 20px;
    text-align: center;
    align-items: center;
    
  }

  .portfolio-title-description h1{
    font-size: 40px;

  }

  .portfolio-title-description p{
    font-size: 20px;
    line-height: 1.6;

  }



  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding: 10px;
    max-width: 800px;
  }

  .gallery-item {
    cursor: pointer;
  }

  .thumbnail {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
  }

  .thumbnail:hover {
    transform: scale(1.05);
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .modal-content {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: rgb(183, 183, 183);
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    padding: 1px;
    border-radius: 5px;
  }

  .close:hover {
    color: #ccc;
    background-color: #373737;
    opacity: 20%;
    transition: 0.7s;
  }

  .end-statement {
    padding-top: 20px;
    line-height: 1.6;
    max-width: 900px;
    font-size: 20px;
  }



  /*FOOTER*/
  /*FOOTER*/
  /*FOOTER*/
  /*FOOTER*/
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .footer-links a {
    text-decoration: none;
    color: inherit;
  }
}


/*DEALER-PROMO*/

  #bryant-logo {
    width: 100%;
  }

  #mobile-dealer-bryant {
  width: 100%;
}

  .dealer-container {
    display: none;
  }


/* MOBILE */
/* MOBILE */
/* MOBILE */
@media only screen and (min-width: 360px) {
    /* Styles for small screens go here */
    /* header navigation */

    

}
/* SMALL LANDSCAPE */
/* SMALL LANDSCAPE */
/* SMALL LANDSCAPE */
@media only screen and (min-width: 568px) {


}
/* LARGE LANDSCAPE */
/* LARGE LANDSCAPE */
/* LARGE LANDSCAPE */
@media only screen and (min-width: 666px) {

}
/* TABLET */
/* TABLET */
/* TABLET */
@media only screen and (min-width: 768px) {


   

}
/* SMALL DESKTOP */
/* SMALL DESKTOP */
/* SMALL DESKTOP */
@media only screen and (min-width: 1024px) {


.dealer-container {
    display: unset;
    height: 700px;
    width: 700px;
}

#mobile-dealer-bryant {
  display: none;
}

/*NAVIGATION*/
#header-roc-banner {
  display: flex;
  justify-content: center;
  gap: 50px;
  color: white;
  font-size: 16px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header-navigation {
  width: 100%;
  display: flex;
  flex-direction: column; /* Keep this if you need a column layout */
  align-items: center; /* Centers items horizontally */

  #header-roc-banner {
    width: 100%;
  }
}

.header {
  width: 100%;
  height: 150px;
  padding: 0;
  background-color: white;
  

  .container-1 {
    width: 100%;
    background-color: #ffffff;
    
    #nav-logo {
      height: 140px;
      width: 300px;
    }
  }

  .container-2 {
    display: flex;
    width: 100%;
    background-color: #ffffff;

    #top-box {
      display: flex;
      justify-content: start;
      width: unset;
      width: 100%;

      #button-box {

        #join-hvac {
          font-size: 20px;
          display: flex;
          width: 100%;
          border-style:groove;
          border-color: #000;
          border-width: 3px;
        }
      }
    }

    #bottom-box {
      display: flex;
      justify-content: start;
      width: unset;
      width: 100%;
      background-color: #ffffff;

      
      #bottom-box-bottom{
        font-size: 16px;
        display: flex;
        width: 100%;
        background-color: rgb(255, 255, 255);

      }
    }
  }

  .container-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

      #areas-served-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;

        #area-served {
          width: 260px;
          font-size: 20px;


        }
        #location-icon {
          height: 50px;
          width: 50px;
        }


      }

      #stars-box {
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 20px;
        
        #stars{
          width: 100px;
        }
      }
  }

  .container-4-navigation {
    display: none;
  }

  .container-5 {
    width: 100%;
    background-color: #f71821;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 26px;
    transition: background-color 0.8s, color 0.8s;
  }
}

.container-5:hover {
  background-color: #ffe500;
  color: #000;
  transition: 0.8s;
}

/*NAV-BANNER*/
.nav-banner {
  display: none;
 }

 /*NAVIGATION*/

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.navigation-placeholder {
  display: none; /* Initially hidden */
}

.fixed + .navigation-placeholder {
  display: block;
}


 
.navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #000;
  transition: top 0.3s ease-in-out; /* Smooth transition for the top position */


  #nav-bar {
    display: flex;
    justify-content: center;
    height: 50px;
    width: 100%;
    }


#nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #003b89;
  height: 100%;
  width: 100%;
  transition: 0.8s;
}

  #nav-links:hover {
    background-color: #ffffff;
    height: 100%;
    transition: 0.8s;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
  }

#specials {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
  background-color: #ffe500;
  height: 100%;
  width: 100%;
  transition: 0.8s;
  border-color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style:groove;
  border-radius: 0px 0px 0px 0px;
}

#specials:hover {
  background-color: #ffffff;
    height: 100%;
    transition: 0.8s;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
 



/*SERVICE*/
#service-image{
  width: 400px;
}
}

/*PORTFOLIO*/
#portfolio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 20px;
  text-align: center;
  align-items: center;
  max-width: 1200px;

  .gallery {
    max-width: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  }
  
}

/*HERO*/
.hero {
  margin-top: 0px;

  .hero-logo {

    #floating-logo {
      height: 320px;
      width: 320px;
    }
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 70px;
  }

  .hero-interface {

    .hero-buttons{
      font-size: 27px;
    }
  }
}


/*SERVICES SECTION*/
.services-section {
  max-width: unset;
  max-width: 1200px;
  width: unset;
  width: 1200px;

  p {
    max-width: 1200px;
  }

  .explore-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    .service-nav {
      width: 1200px;
    }

    .service-content {
      width: 1000px;
      #service-image {
        max-width: unset;
        width: 600px;
        background-color: #001d4b;
      }
      .service-section {
        p {
          width: 700px;
        }

      }
      
    }
  }
}





/*Customer-Section*/
.customer-section{
  max-width: unset;
  max-width: 1200px;
  width: unset;
  width: 1200px;

  .customer-statement{
    max-width: unset;
    max-width: 1200px;
  }

  .slider {
    max-width: unset;
    max-width: 1000px;
    padding: 20px;
  }

}

}
/* LARGE DESKTOP */
/* LARGE DESKTOP */
/* LARGE DESKTOP */
@media only screen and (min-width: 1300px) {
    /* Styles for large screens go here */


}
/* FULL DESKTOP */
/* FULL DESKTOP */
/* FULL DESKTOP */
@media only screen and (min-width: 2500px) {
    /* Styles for large screens go here */


}