
body {
    font-family: 'Montserrat Light', 'Trebuchet MS', 'Tahoma', 'Helvetica', sans-serif;
    background-image: linear-gradient(to bottom left, #e4bcff, #ffc3e1, #ffb395);
    background-repeat: no-repeat;
    line-height: 150%;
}

h1 {
    margin-top: 20px;
    font-family: 'Montserrat';
   font-weight: bold;
    color: #db9ebd;
    font-size: 150px;

  }

h2 {
  margin-top: 50px;
   font-size: 2rem;
    color: #b493ca ;

  }

#round {
     border-radius: 10%;
      width: 50%;
      max-width: 400px;
      margin-top: 30px;
}

#round2 {
    border-radius: 50%;
    width: 25%;
    min-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#round3 {
  border-radius: 50%;
  width: 25%;
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#social {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50%;
  max-width: 50px;
  margin-bottom: 20px;
  margin-top: 20px ;
}

#socials {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
 
}



button {
    text-align: center;
    font-family: 'Montserrat Light', 'Trebuchet MS', 'Tahoma', 'Helvetica', sans-serif;
    border: 1px solid #ffb395;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin: 5px;
    margin-top: 20px;
    background-color: #f8feff;
    
    cursor: pointer;
    letter-spacing: 1px;
    position:relative;
    overflow:hidden;

  }
  
  button:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    color: #ffb395;
    background : #ffb395;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
  }
  
  button:hover:before {
    width: 100%;
  }
  

@media only screen and (min-width: 1080px) {
#box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f8feff;
    width:65% ;
    border-radius: 20px;
    
} }

@media only screen and (max-width: 1080px) {
    #box {
        margin: auto;
        text-align: center;
        background-color: #f8feff;
        width:75% ;
        border-radius: 20px;
        margin-top: 30px;
       margin-bottom: 30px;
    } 

    button {
        text-align: center;
        font-family: 'Montserrat Light', 'Trebuchet MS', 'Tahoma', 'Helvetica', sans-serif;
        border: 1px solid #ffb395;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 20px;
        margin: 5px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #f8feff;
        
        cursor: pointer;
        letter-spacing: 1px;
        position:relative;
        overflow:hidden;

        font-size: 18px;
    
      }
      
      button:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        background : #ffb395;
        left: 0;
        bottom: 0;
        transition: all .3s;
        opacity: 0.3;
      }
      
      button:hover:before {
        width: 100%;
      }
      
      h1 {
        font-size: 130px;
    
      }

      h2 {
        font-size: 2.5rem;
    
      }

      p {
        font-size: 18px;
    
      }

      td {
        font-size: 24px;
        line-height: 150%;
    
      }

      th {
        font-size: 26px;
    
      }
}


td {
    text-align: left;
    vertical-align: top;
    padding: 15px;

}



#tname {
    font-weight: 600; 
    width: 75px;
}


hr.solid {
    border-top: 1px solid #999;
    width: 80%;
}


#tdcenter{
    text-align: center;
}

.info {
    text-align: center;
    color: #f8feff;
    font-size: 12px;
}


#content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

#content2 {
    margin: auto;
    max-width: 00px;
}

section {
  padding-top: 1rem;
  width: 50%;
  margin: auto;
}
h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid #999;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

.link {
  /* RESET */
  text-decoration: none;
  line-height: 1;
  
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 5px 5px;
  overflow: hidden;
  color: #333;
  vertical-align: bottom;
  transition: color .3s ease-out;
}

.link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateY(calc(100% - 1px));
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #e4bcff 0%, #ffb395 100%);
  transition: transform .25s ease-out;
}

.link:hover { 
  color: #fff; 
}
.link:hover::before {
  transform: translateY(0);
  transition: transform .25s ease-out;
}

.credits {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  background-image: linear-gradient(60deg, #e4bcff 0%, #ffb395 100%);
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: white;
  letter-spacing: 1px;
}

.credits > a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}

.fancy {
  border-bottom: 3px solid #e4bcff;
  font-size: 1.25em;
  transition: all 0.25s linear;
  position: relative;
}

.fancy:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffb395;
  position: absolute;
  left: 0;
  bottom: -3px; /* this is to match where the border is */
  transform-origin: left; 
  transform: scale(0);
  transition: 0.25s linear;
/*   will-change: transform; */
}

.fancy:hover:before {
  transform: scale(1);
}

a {
text-decoration: none;
color: #999;
}

#tableatthebottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
  
  #overviewfooter {
   background-color: #fff0f7;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
    }

#navback {
  text-align: left;
    vertical-align: top;
    padding-left: 40px;
    padding-top: px;
  
   }

#topnav  {  background-color: #f5f5f5;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
padding-bottom: 15px;
text-align: right;
 }

