/* Universal Styles */

html {
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 16px;
}

.main-content {
    position: relative;
    text-align: center;
}

/* header */

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    border: #b5b5b5;
    margin: 0;
    padding-top: 0px;
    top: 0;
    left: 0;
  }

  .desktoplogo img {
    width: 100px;
    height: auto;
    padding-top: 20px;
  }
  header .content {
    display: flex;
    align-items: center;
  }

  header .desktoplogo {
    flex: 1;
  }

  header nav ul {
    display: flex;
    list-style: none;
  }

  nav li {
    padding-left: 3.5rem;
  }

  nav a {
    vertical-align: bottom;
    line-height: 1.6;
    color: #000000;
    text-decoration: none;
  }

  /* sales banner */

  /* services */

  .services {
    background-color: #e6e5e5;
    background-image: linear-gradient(#e6e5e5, #ffffff  );
    padding-bottom: 120px;
    padding-top: 120px;
    } 

    .col1 {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: center;
    }

    .feature1 .image-container {
      background-color: white;
      padding: 5px;
      height: 250px;
      width: 300px;
      align-content: center;
      justify-content: center;
      border: solid #f3f3f3 5px;
      
    }

      .col1 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
      }
      .feature1 .image-container {
        background-color: white;
        padding: 5px;
        height: 250px;
        width: 300px;
        align-content: center;
        justify-content: center;
        border: solid #f3f3f3 5px;
        
      }
    .feature1 .image-container img {
        max-width: 200px;
    }
      .feature1 {
        flex: 1;
        padding: 10px;
      } 
    
/* pricing */

.pricing {
  background-color: #0b1079;
  padding: 100 px;
  border-radius: 25px;
  color:#ffffff;
  height: 500px;
  } 

  /* Portfolio */
   
.portfolio {
  background-color: #f3f3f3;
  } 
    .col4 {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: center;
    }
    .feature4 .image-container {
      background-color: white;
      padding: 5px;
      height: 250px;
      width: 300px;
      align-content: center;
      justify-content: center;
      border: solid #f3f3f3 5px;
      
    }
  .feature4 .image-container img {
      max-width: 200px;
  }
    .feature3 {
      flex: 1;
      padding: 10px;
    }

 /* footer */
 footer {
  width: 100%;
  color: #f3f3f3;
  background-color: #0b1079;
  padding: 20px;
  border: #ffffff;
  margin: 0;
  padding-top: 0px;
  top: 0;
  left: 0;
  height: 100px;
  align-content: center;
  justify-content: center;
  font-size: 20px;}
  
  /* Media querie */
@media only screen and (max-width: 600px) {
  html {

  
   font-size: .85rem;
  }
}
}