/* COPYRIGHT ALL RIGHTS RESERVED (c) AARTI BADAMI */

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
  }

li {
    display: inline-block;
    vertical-align: middle;
  }

a {
    float: center;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-left:30px;
    margin-right:30px;
  }

ul {
    display: table;
    margin: 0 auto;
}
  

.header {
    background:none;
}

.header:hover {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

/* dropdown settings */
.dropbtn {
    background-color:white;
    color: black;
    border: 0px solid black;
    width: 100px;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    margin-right: 25px;
    margin-left: 25px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display:none;
    position: absolute;
    background-color: white;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    opacity: 50%;
  }
  
  .dropdown:hover .dropdown-content {display:block;}
  
  .dropdown:hover .dropbtn {
    border-bottom: 1px solid black;
  }

  .header-logo {
    border: 2px solid black;
    padding: 5px;
    font-size: 100px;
    border-radius: 5px;
    margin-left: 25px;
    margin-right: 30px;
  }

  /* CSS for image */
  .imgbox {
    display: grid;
    height: 130%;
  }

  .center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
  }
/*
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 20%;
    width: 100%;
  }
}*/

.footer {
  margin-left: 0px;
  margin-right: 0px;
  font-family: didot;
  font-size:80%;
  color: black;
}

.footer:hover {
  color: rgb(141, 141, 141);
}

.rect-icon {
  background:none;
}
.rect-icon:hover {
  transform: scale(1.07);
  transition: transform .15s cubic-bezier(.11,.65,1,1.69);
}

.body-text {
  overflow: auto;
  text-align:left;
  color:black;
  font-size:110%;
}

.learnmore-button {
  font-size: 20x;
  background:none;
  color: black;
}

.learnmore-button:hover {
  transition: transform .15s cubic-bezier(.11,.65,1,1.69);
  background: #062D4D;
  color: white;
}

.body-heading {
  float:left;
  color:black;
  margin-left:60px;
  margin-right:10px;
  margin-top: -10px;
  font-size: 30px;
  font-variant: small-caps;
  font-size:35px;
}

.body-text-2 {
  overflow: auto;
  text-align:left;
  color:black;
  font-size:130%;
  font-variant: small-caps;
  margin-top:0px;
  margin-left:350px;
  margin-right:80px;  
}