#cards-page p {
    text-align: justify;
  }
  .fa-twitter {
    color: white;
  }
  .fa-twitter:hover {
    color: #38a1f3;
  }
  
  .fa-youtube:hover {
    color: red;
  }
  .fa-youtube {
    color: white;
  }
  .about-img {
    height: 30rem;
  }
  .progress,
  .under {
    position: relative;
    top: 400px;
    left: 50;
  }
  .h2-hd {
    font-size: 20px;
    font-size: 1.7rem;
    font-family: "Oswald", Arial, sans-serif;
    color: #5b5b5b;
    margin: 30px 0 16px;
    text-transform: uppercase;
    margin: 2rem 0rem;
  }
  
  .clearfix {
    overflow: auto;
  }
  aside img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    border-radius: 0.25rem !important;
    max-width: 100%;
    height: auto;
  
    border-style: none;
  }
  .buttonb {
    transition: background 0.7s ease-in, transform 0.5s 0.25s ease-in-out;
  }
  button:hover {
    background: #0593a3e0;
    transform: scale(1.1) rotateX(30deg);
  }
  
  * {
    user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  aside {
    border-right: solid 0.5px blueviolet;
    border-left: solid 0.5px blueviolet;
  }
  .pic {
    height: 15rem;
    width: inherit;
  }
  audio:hover,
  audio:focus,
  audio:active {
    -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  audio {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0px #006773;
    -webkit-box-shadow: 2px 2px 4px 0px #006773;
    box-shadow: 2px 2px 4px 0px #006773;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    width: 200px;
  }
  body {
    overflow-x: hidden;
  }
  
  .navbar .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .navbar .nav-item.active {
    border-left: #444 3px solid;
  }
  
  .carousel-item {
    height: 450px;
  }
  
  .carousel-image-1 {
    background: url("../img/image1.jpg");
    background-size: cover;
  }
  
  .carousel-image-2 {
    background: url("../img/img22.jpeg");
    background-size: cover;
  }
  
  .carousel-image-3 {
    background: url("../img/image3.jpg");
    background-size: cover;
  }
  
  #home-heading {
    position: relative;
    min-height: 200px;
    background: url("../img/lights.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  
  #video-play {
    position: relative;
    min-height: 200px;
    background: url("../img/media.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  
    text-align: center;
    color: #fff;
  }
  
  #video-play a {
    color: #fff;
  }
  
  #page-header {
    height: 200px;
    background: url("../img/image1.jpg");
    background-position: 0 -360px;
    background-attachment: fixed;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
  }
  
  .about-img {
    margin-top: -50px;
  }
  
  #main-footer {
    background: #000;
    color: #fff;
  }
  
