
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  
  /* Crew section */
  #team {
    text-align: center;
    padding: 5% 8%;
  }
  
  .background2 {
    background-image: url("../images/backgrounds/rhetor1.png");
    max-width: 100%;
    /* creating parallax effect */
    background-attachment: fixed;
    background-size: cover;
  }
  
  #team h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
  }
  
  #team p1{
  font-family: 'Milonga', cursive;
  font-size: 80px;
  
  
  
  }
  
  .image {
    height: 350px;
    margin: 5%;
    transition: transform .2s;
    border-radius: 38px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
  }
  
  
  .name{
    color: #000;
    font-size: 2.3rem;
    font-family: 'Staatliches', 'cursive';
  }
  
  #team .icon {
    color: #000;
    margin: 0 10px;
    
  }
  
  #team .icon:hover {
    color: #81b214;
  }
  
  
  /* back to top button */
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px;
    right: 30px;
    z-index: 99;
    background-color: #81b214;
    color: white;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 10px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
  /* title section */
  #navigation-bar {
    text-align: right;
    background-color: #fff;
    padding: 3% 6% 1%;
  }
  
  .logo {
    box-sizing: border-box;
    border-radius: 100%;
    width: 100%;
  }
  
  .logo:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
  }
  
  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }
  
  .nav-item-style {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  /* Title section */
  #title {
    padding: 5% 9%;
    text-align: center;
  }
  
  .page-head {
    font-family: 'Amiri', serif;
    font-size: 8rem;
  }
  
  .sub-head {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    padding: 2% 18% 2% 18%;
    text-align: center;
  }
  
  .highlights {
    font-family: 'Open-Sans',sans-serif;
    background-color: #fff;
    border: 2px solid black;
    opacity: 0.8;
    border-radius: 10px;
    margin: 12px 0;
    padding: 10px;
  }
  
  .parallax {
      /* the background image used */
      background-image: url("../images/rhetor/rhetor.png");
      /* Full height of page */
      max-width: 100%;
      /* creating parallax effect */
      background-attachment: fixed;
      background-size: cover;
  }
  
  #sponsors {
    text-align: center;
    padding: 2% 15%;
  }
  
  .sponser-img {
    width: 80%;
    display: block;
    margin: 4% auto;
    padding: 4% 40px;
  }
  
  /* features section */
  #feature {
    padding: 8% 8%;
    text-align: center;
  }
  
  .feature-header {
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    margin: 5% 0
  }
  
  #feature h3 {
    font-family: 'Merriweather Sans', sans-serif;
    margin: 35px 0 20px 0;
  }
  
  #feature p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 1.3rem;
  }
  
  .col-padding {
    padding: 2% 4%;
  }
  
  .illustration {
    display: block;
    margin: 0 auto;
    transition: width 2s ease;
    width: 80%;
    object-fit: contain;
    cursor: pointer;
  }
  
  .illustration:hover {
    width: 60%;
    transition: 2s ease;
    box-shadow: 5px 3px 50px grey;
  }
  
  .iiser2_logo {
    width: 70%;
    display: block;
    margin: 20px auto;
  }
  
  
  /* footer section */
  #footer {
    text-align: left;
    background-color: #4c4c4c;
    padding: 3% 8%;
  }
  
  .icon {
    margin: 20px 20px 0 0;
    color: #fff;
    font-size: 1.5rem;
  }
  
  .icon:hover {
    color: #81b214;
  }
  
  .footer-head {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 15px;
  }
  
  .terms {
    text-decoration: none;
    color: #ecf4f3;
    font-family: 'Open Sans', sans-serif;
  }
  
  .terms:hover {
    color: #81b214;
  }
  
  .iiser_logo {
    width: 40%;
    display: block;
    margin: 20px auto;
  }
  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
  }
  