@media screen and (min-width: 1540px){
  .alt-nav-hamburger{
    display: none;
   }
   .alt-nav-icon{
     display: none;
   }
  .lg-container {
    width: 1250px;
    height: 650px;
    position: relative;
    margin: auto;
    margin-top: 110px;
  }
  #hero-cta h1 {
    font-size: 60px;
    margin-top: 2.5px;
  }
  #hero-cta p {
    font-size: 28px;
  }
  #hero-cta .cta-btn {
    width: 195px;
    height: 50px;
  }
  #hero-cta .cta-btn a{
    font-size: 22px;
  }
  .svc-titles {
    font-size: 86px;
  }
  .social-intro, .systems-intro, .web-intro {
    font-size: 20px;
  }
  .systems-paras p, .social-paras p, .web-paras p{
    font-size: 18px;
  }
  .systems-paras h3, .social-paras h3, .web-paras h3{
    font-size: 22px;
  }
  #system-svgs {
    width: 500px;
    right: -7%;
    top: 0;
  }
  .gears{
    width: 790px;
    height: 750px;
  }
  .twitter-lines {
    width: 350px;
    height: 350px;
    right: 5%;
  }
  .facebook-lines {
    width: 350px;
    height: 350px;
    right: 18%;
    top: 5%;
  }
  .pinterest-lines {
    width: 375px;
    height: 375px;
    right: -2.5%;
    top: 0;
  }
  #web-svgs {
    width: 500px;
    right: 5%;
    top: 5%;
  }
  .web-build{
    width: 650px;
    height: 650px;
  }
  .buttons button {
    font-size: 20px;
  }
  #about-para-bg{
    width: 650px;
    left: 5%;
    top: -13.5%;
  }
  #abt-section h1{
    font-size: 246px;
  }
  #our1 {
    top: -20%;
    right: 42.5%;
  }
  #story {
    right: -20%;
    top: 30%;
  }
  #abt-section p {
    font-size: 20px;
    left: 14%;
  }
  #about-paragraph-section h3 {
    font-size: 22px;
    bottom: 40.5%;
    left: 6%;
  }
  #philosophy h1 {
    font-size: 176px;
  }
  #our2 {
    right: -20%;
    top: -8%;
    opacity: 0;
  }
  #phresh {
    right: -20.75%;
    top: 25%;
    opacity: 0;
  }
  #philosophy-h1 {
    right: -20%;
    top: 59%;
    opacity: 0;
  }
  .philosophy-paras h3{
    font-size: 22px;
  }
  .philosophy-paras p{
    width: 85%;
    font-size: 20px;
  }
  #phil-para1{
    top: -10%;
    left: -10%;
  }
  #phil-para1 h3{
    bottom: 21%;
    left: -7%;
  }
  #phil-para2{
    left: -10%;
    top: -6%;
  }
  #phil-para2 h3{
    bottom: 50%;
    left: -7%;
  }
  #phil-para3{
    left: -10.75%;
    top: -6%;
  }
  #phil-para3 h3{
    bottom: 43%;
    left: -2.75%;
  }
  #mission h1 {
    font-size: 180px;
  }
  #the-h1 {
    top: 0;
  }
  #mission-h1 {
    top: 64%;
  } 
  .mission-paras h3{
    font-size: 24px;
  }
  .mission-paras p {
    font-size: 19px;
    right: 5%;
    bottom: 0;
  }
  #mission-para1 {
    top: 5%;
    right: -50%;
  }
  #mission-para1 p {
    bottom: -20%;
  }
  #mission-para2 {
    bottom: 43%;
    left: -47%;
  }
  #mission-para2 p {
    bottom: -20%;
  }
  #mission-para3 p{
    bottom: -5%;
  }
  /* CASE STUDY */
  .case-page-links{
    font-size: 18px;
  }
  #mynt-link{
    left: 50%;
  }
  #evolution-link{
    left: -3.25%;
  }
  #responsive-link{
    left: 47%;
  }
  /* Intro */
  #brand-intro-logo {
    height: 375px;
  }
  #brand-intro p{
    width: 50%;
    font-size: 20px;
  }
  /*Brand Creation */
  .main-content-cs2{
    background-color: #f9f9fc;
  }
  #brand-creation {
    width: 100%;
    height: 100%;
  }
  #brand-description{
    width: 40%;
    left: 0%;
  }
  #brand-description p{
    font-size: 20px;
  }
  
  /* Evolution */
  .phases {
    width: 32%;
    margin: 20px 10px;
    text-align: center;
    color: #007076;
    position: relative;
  }

  .evolution-info{
    position: absolute;
    width: 30%;
    text-align: center;
  }
  #e-i1{
    bottom: 18.6%;
    left: 2%;
  }
  #e-i2{
    bottom: 18%;
    left: 36%;
  }
  #e-i3{
    bottom: 14%;
    left: 68%;
  }
  /* Responsive */
  .responsive-info{
    font-size: 22px;
  }
  #lg-site {
    left: 20%;
  }
  #md-site {
    left: 60%;
    bottom: 10%;
  }
  #sm-site {
    left: 72.5%;
  }

  .container {
    width: 70%;
    margin-top: 5%;
    padding: 5px;
  }
  .form-sections {
    margin: 40px;
  }
  .name label, .company label {
    font-size: 30px;
    padding: 10px;
    color: var(--dark-color);
  }
  .name input, .company input {
    width: 40%;
    margin: 10px;
    padding: 7px;
  }
  fieldset legend {
    font-size: 24px;
    margin: 10px;
  }
}