body {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro', sans-serif;
    color: #333;
    background: linear-gradient(to right,#ffffff 0%, #0084ff25 50%, #ffffff 100%);
}

.wrap {
    margin: 0 auto;
    width: 1000px; /* Set maximum width for PC */
    height: auto; /* Remove fixed height for responsiveness */
    text-align: center; /* Center-align content */
    padding: 10px; /* Add padding for spacing */
   /* background-color: #f8f8f8ce; xxx */
}

.logo{
    margin-left: 370px;
    width: 260px; /* Set maximum width for PC */
    height: 100px; /* Remove fixed height for responsiveness */
    text-align: center; /* Center-align content */
    margin-bottom: 15px;
    margin-top:0px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #032d43;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  #home{
    margin-left: 280px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #61d74d;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  .main{
    width: 1000px;
    height:555px;
  /*  background-color: #fff; xxx */
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #27348B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8dc5df;
  }

  .intro{
    float:left;
    margin-top: 40px;
    margin-left: 50px;
    width: 425px;
  /*  background-color: rgb(255, 255, 255); xxx */
    height:410px;
    list-style-type: none;
  }

  #hTop{
    padding: 0px;
    margin-top: 10px;
    margin-bottom:5px;
    font-size:36px;
  }

  #hSubTop{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #pTop{
    line-height:25px;
  }

  .listContainer{
    margin-top: 25px;
    margin-left: 40px;
    width:365px; 
  }

  ul{
    list-style-type: none;
    text-align: left;
  }

  li{
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .fas {
    font-size: 24px;
    color: green; /* Adjust color as needed */
    margin-right: 10px; /* Adjust spacing between icons */
    float:left;
  }

  #ctaCold{
    background-color: #5B1348;
    font-size:22px;
    border-radius: 10px;
    border-style: none;
    padding:14px;
    cursor: pointer;
    color: #fff;
  }

  #ctaCold:hover{
    background-color: #5B1348;
  }

  #ctaHot{
    margin-right:0px;
    margin-left:25px;
    background-color: #27348B;
    font-size:22px;
    border-radius: 10px;
    border-style: none;
    padding:14px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #fff;
  }

  #ctaHot:hover{
    background-color: #27348B;
  }

  .hero{
    float:left;
    margin-top: 102px;
    margin-left: 50px;
    width: 425px;
  /*  background-color: rgb(255, 255, 255); xxx */
    height:350px;
  }

  .services{
    margin-top: 30px;
    width: 1000px;
    height:300px;
  }

  .items{
  /*  background-color: rgb(255, 255, 255); xxx */
    float:left;
    margin-top: 25px;
    margin-left: 50px;
    width: 266px;
    height: 250px;
    color: #032d43;
  }

  .itemsLink{
    text-decoration: none;
    color: black;
  }

  .itemsHeadings{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .itemsParagraph{
    margin-top: 5px;
  }

  .bottom{
    margin-top: 30px;
    width: 1000px;
    background-color: #5B1348;
    height:100px;
    border-radius: 10px;
  }

  #pablomaruk{
    text-decoration: none;
    color:#fff;
  }

  .medias{
    float:left;
    margin-top: 25px;
    margin-left: 50px;
    width: 266px;
    height: 50px;
    color: #fff;
  }

  .fab {
    margin-top: 14px;
    font-size: 22px;
    color: #fff; /* Adjust color as needed */
    margin-left: 10px; /* Adjust spacing between icons */
}


/* Tablet */
@media (max-width: 1000px) {
    .wrap {
        width: 600px; /* Set maximum width for tablet */
        height: auto; /* Set height for tablet */
    }

    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }

    .logo{
      margin-left: 170px;
      width: 260px; /* Set maximum width for PC */
      height: 100px; /* Remove fixed height for responsiveness */
      text-align: center; /* Center-align content */
      margin-bottom: 15px;
      margin-top:0px;
  }

    #home{
        margin-left: 0px;
    }

    .main{
        width: 600px;
      /*  background-color: #fff; xxx */
        height:890px;
    }

    .intro{
        float:left;
        margin-top: 25px;
        margin-left: 87.5px;
        width: 425px;
      /*  background-color: rgb(255, 255, 255); xxx */
        height:425px;
      }
    
      .hero{
        float:left;
        margin-top: 60px;
        margin-left: 87.5px;
        width: 425px;
    /*    background-color: rgb(255, 255, 255); xxx */
        height:360px;
      }

    .services{
    width: 600px;
  /*  background-color: #f8f8f8ce; xxx */
    height:900px;
    margin-top:5px;
    }

    .items{
    /*    background-color: rgb(255, 255, 255); xxx */
        float:left;
        margin-top: 40px;
        margin-left: 167px;
        width: 266px;
        height: 250px;
      }

    .bottom{
    width: 600px;
    background-color:  #5B1348;
    height:250px;
    }

    .medias{
        float:left;
        margin-top: 25px;
        margin-left: 167px;
        width: 266px;
        height: 50px;
        color:#fff;
      }

      .medIcons{
        margin-left: 163px;
      }

}

/* Cellphone */
@media (max-width: 600px) {
    .wrap {
        width: 360px; /* Set maximum width for cellphone */
        height: auto; /* Set height for cellphone */
      /*  background-color: #f8f8f8ce; xxx */
        padding: 0px; /* Add padding for spacing */
    }

    .main{
        width: 360px;
      /*  background-color: #fff; xxx */
        height:950px;
      }

      .logo{
        margin-left: 50px;
        width: 260px; /* Set maximum width for PC */
        height: 110px; /* Remove fixed height for responsiveness */
        text-align: center; /* Center-align content */
        margin-bottom: 0px;
        margin-top:5px;
    }

      .intro{
        float:left;
        margin-top: 15px;
        margin-left: 0px;
        width: 360px;
      /*  background-color: rgb(255, 255, 255); xxx */
        height:500px;
      }

      #hTop{
        padding: 0px;
        margin-top: 10px;
        margin-bottom:5px;
        font-size:30px;
      }
    
      #hSubTop{
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
      }

      .listContainer{
        margin-top: 25px;
        margin-left: 10px;
        width:365px; 
      }
    
      .hero{
        float:left;
        margin-top: 40px;
        margin-left: 0px;
        width: 360px;
      /*  background-color: rgb(255, 255, 255); xxx */
        height:375px;
      }

    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }

    #home{
        margin-left: 0px;
    }

    .fas {
      font-size: 24px;
      color: green; /* Adjust color as needed */
      margin-right: 10px; /* Adjust spacing between icons */
      float:left;
    }

    .services{
    width: 360px;
  /*  background-color: #f8f8f8ce; xxx */
    height:950px;
    }

  .items{
    background-color: rgb(255, 255, 255);
    float:left;
    margin-top: 40px;
    margin-left: 47px;
    width: 266px;
    height: 260px;
  }

  .bottom{
    width: 360px;
    background-color: #5B1348;
    height:170px;
  }
  
  .medias{
    color: #fff;
    float:left;
    margin-top: 5px;
    margin-left: 47px;
    width: 266px;
    height: 50px;
  }

  .medIcons{
    margin-left: 43px;
  }

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }