   .content {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    padding-top: 18%;
   }
   .description {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
   }
   .description h1 {
    font-size: 40px;
    font-weight: bold;
   }
   .description p {
    color: #ffffff;
   }
   .summary {
    color: black;
    margin-top: 40px;
    margin-bottom: 60px;
   }
   .button, .button:visited, .button-dark {
    display: inline-block;
    max-width: 200px;
    margin: 50px 10px 30px 10px;
    padding: 10px;
    font-family: "Signika", sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.1s ease;
   }
   .button-dark, .button-dark:visited {
    margin: 20px 10px 30px 0;
    color: #464646;
    border-color: #464646;
   }
   .button:hover, .button-dark:hover {
    transition: all 0.3s ease;
   }
   .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
   }
   .button-dark:hover {
    color: #ffffff;
    background-color: rgba(70, 70, 70, 0.9);
   }
   .bgvideo {
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
   }
   #videobg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
   }
   .hrd {
    border: 1px dashed rgb(40, 40, 100);
    display: inline-block;
    width: 50%;
    height: 1px;
    color: rgb(40, 40, 100);
    margin-bottom: 15px;
    margin-top: 15px;
   }
   .active {
    border-bottom: 4px solid; #fff;
   }