html,
body {
  height: 100%;
  overflow-x: hidden;
}

html {
  font-family: "Karla", sans-serif;
  line-height: 1.4;
}


body {
  font-family: "Karla", sans-serif;
  background-image: url("excel.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.overlay
{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000000, #310d2a);

  opacity: 1;
}

.viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.excel {
  font-size: 38px;
  color:#fff;
  text-shadow: 1px 1.5px #641f81;
}
.page-title {
  font-size: 80px;
  font-weight: bold;
  color:#f4f4f5;
  /* margin-bottom: 1px; */
 
}
.page-description {
  font-size: 22px;
  color:#ebe9e9;
}
.legacy-btn{
  margin-left:80%;

}

.stay-connected {
  margin-top: 10%;
}
.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #4a0252;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
  margin-right: 0;
}

.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.footer-social-linkss .social-link {

  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
  
}



.social-link:hover {
  text-decoration: none;
  background-color: #32256d;
  color: #ffffff;
}
.legacy-link {
  border-radius: 80%;
}
/* Responsiveness */

@media (max-width: 800px) {
  body {
    padding-bottom: 110px;
  }
  .page-title {
    font-size: 39px;
    margin-bottom: 14px;
  }
  .page-description {
    font-size: 14px;
  }
  .excel
  {
  font-size: 30px;
  }
}










.navbar-dark {
  padding-top: 35px;
  float: right;
  padding-bottom: 35px;
}


.navbar-dark .navbar-text:last-child {
  border-right: 0;
}

@media (max-width: 800px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}
