{
    margin:0;
    padding: 0;
    font-family: "poppins", sans-serif;
    box-sizing: border-box;
}

  .header{
      margin: -10px 45px;
      height: 60px;
      width: 92%;
      padding: 0;
      background:#eeeff3;
      position: fixed;  
  }
  
  .content{
      padding: 45px;  
  }

  .center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 9%;
  }
  
  nav{
  	   display: flex;
  	   align-items: center;
  	   justify-content: space-between; 
    
  }
  
  .logo{
      width: 140px;   
  }
  
  .nav-links{
  	    padding:  0;
  }
  
  .nav-links li{
      display: inline-block;
      margin: 0 15px;   
  }
  
  .nav-links li a{
      text-decoration: none;
      color: #2a1c4e;
      padding: 5px 0;
      position: relative;
  }
  
  .nav-links li a::after{
      content: '';
      background: #4b6253;
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: width 0.5s;  
  }
  
  .nav-links li a:hover::after{
      width: 100%;
  }
  
  .photo{
      width: 30%;
      margin-top: 20px;
  }
  
  .description{
      width: 35%;
 
  
  }
  
  .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%; /* or any other percentage */
  }
  
  .column {  
  	   margin-top: 20px;
      float: left;
      width: 30%;
  }
  
  .column2 {  
  	   margin-top: 20px;
      float: left;
      width: 50%;
  }

  
  .column-spacer {  
  	   margin-top: 20px;
      float: left;
      width: 10%;
  }
  float: left;
  width: 50%;
}

  /* Clear floats after the columns */
  .row:after {
  	   margin-top: 20px;
      content: "";
      display: table;
      clear: both;
  }
  
  .margin-3{
      margin-top: 30px;
  }
  
a:link {
  color: green;
}

a:visited {
  color: green;
}

a:hover {
  color: blue;
}

a:active {
  color: green;
}

a:link, a:visited {
  text-decoration: none;
}
  
  .margin-8{
      margin-top: 80px;
  }
  
  
  * {box-sizing:border-box}

  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
    display: none; 
  } 

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 45px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

div.horizontalgap {
  float: left;
  overflow: hidden;
  height: 1px;
  width: 0px;
}
  
  