html {
    background-color: #f9f7f3;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 7%;
  background-color: #284b63;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #45677d;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.headerout {
    background-color: #284b63;
    border: 1px solid black;
    text-align: center;
}
.header {
    height: 60px;
    background: #284b63;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
    display: flex;
    column-gap: 100px;
    padding: 15px 16px 15px 16px;
}
.contact img {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 16px 15px 16px;
}
.firstsection {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
h1 {
    font-size: 3.2rem;
    color: #000000;
}
h2 {
    font-size: 2rem;
    margin-top: 30px;
}
.p1 {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    font-size: 1.17rem;
}
footer {
    margin-top: 5%;
    color: black;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5rem;
  }
.pr {
    background-color: #e9ecef;
    margin-left: 40px;
    margin-right: 40px;
    border: 2px solid #f8f9fa;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.3);
    margin-bottom: 60px;
    border-radius: 25px;
}
.project {
    height: 200px;
    width: 300px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px ;
    
    
}
.py {
    background-color: #dee2e6;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 5px solid #e9ecef;
    border-radius: 25px;

}
.projects {
    display: flex;
    column-gap: 30px;
    
}
.p2 {
    margin-left: 10px;
    margin-right: 10px;
}
.image {
    margin-bottom: 30px;
}
#col1 {
    margin-left: 30px;
}
#col2 {
    margin-right: 30px;
}
* {
    box-sizing: border-box
  }
  body {
    font-family: Verdana, sans-serif;
    margin: 0
  }
  .mySlides {
    display: none
  }
  img {
    vertical-align: middle;
  }
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  /* Next & previous buttons */
  .prev,
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    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: 20px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 20px;
  }
  /* 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: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: #ffffff;
    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: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active,
  .dot:hover {
    background-color: #111111;
  }
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  @keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
      font-size: 11px
    }
  }
.btn {
  background-color: #284b63;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 4px 2px;
  cursor: pointer;
}
.social {
  background-color: #f9f7f3;
  border: none;
  height: 60px;
  width: 60px;
  margin-bottom: 40px;
}
.contact {
  display: flex;
  width: 100%;
  margin-left: 40%;
}
/* Add this to your existing CSS */



@media only screen and (max-width: 900px){
  .projects {
    display: flex;
    flex-direction: column;
  }
  .header {
    height: 60px;
    background: #284b63;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
    display: flex;
    column-gap: 0px;
    padding: 15px 16px 15px 16px;
  }
  .btn {
    padding-left: 10px;
    font-size: 0.8rem;
  }
  .contact{
    margin-left: 25%;
  }
  
}




