  @font-face {
    font-family: "Gothm";
    src: url("assets/font/gotham/GOTHMBOL.TTF");
  }

  @font-face {
    font-family: "Gothmlig";
    src: url("assets/font/gotham/GOTHMLIG.TTF");
  }

  html, body{
    height:100%;
  }

  /* Responsive Background Settings */

  body {
    background-image: url(assets/images/bg.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #0E0D1A;
/*     overflow: hidden; */
  }

  /* White Borders */

  html:before,html:after,body:before,body:after{
    content:"";
    background:#ffffff;
    position:fixed;
    display:block;
    z-index:5;
  }

  html:before{
    height:10px;
    left:0;
    right:0;
    top:0;
  }
  html:after{
    width:10px;
    top:0;
    right:0;
    bottom:0;
  }
  body:before{
    height:10px;
    right:0;
    bottom:0;
    left:0;
  }
  body:after{
    width:10px;
    top:0;
    bottom:0;
    left:0;
  }

  a {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin-top: 10px;
    font-family: Gothm;
    color: #fff;
  }
  
  h2, p {
      color: #fff;
      font-size: 16px;
  }

.main {
  background-color: transparent;
  float: left;
  width: 90%;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.card {
  font-family: Gothm;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 70%;
  margin: auto;
  border-radius: 5px;
  background-color: azure;
  padding: 10px;
  color: #0E0D1A;
  font-weight: lighter;
}

.indent {
  font-family: Gothmlig;
  white-space: normal;
  padding: 10px;
}

.indent1 {
  font-family: Gothmlig;
  white-space: normal;
  padding: 10px;
}

.title {
  font-family: Gothm;
  white-space: normal;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

.right {
  background-color: transparent;
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn{
  display: inline-block;
  border-radius: 5px;
  font-family: Gothm;
  font-size: 125%;
  padding: 1px 30px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(218deg, #FF4A74 1%, #FF671E  99%);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.btn:hover {
  background-color: #FF671E;
  box-shadow: 0px 15px 20px rgba(255, 103, 30, 0.4);
  color: #fff;
  transform: translateY(-5px);
}

.footer {
  text-align: center;
  margin: 100px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background-color: transparent;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  border: solid 20px transparent;
  box-sizing: border-box;
}

video {
  position: relative;
  width: 55%;
  display: block;
  background-color: transparent;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  border: solid 20px transparent;
  box-sizing: border-box;
}

.video-wrapper > video {
  width: 100%;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.logo {
  position: relative; 
  top: -10px;
  left: 25px; 
  z-index: 10;
}

  /* Media Query: */

  @media only screen and (max-width:2560px) and (orientation: landscape) {

    .video-wrapper {
      width: 55%;
      margin-top: 50px;
      margin-bottom: 30px;
    }
  }

@media only screen and (max-width:768px) {
  /* For tablets: */
 .main .video-wrapper {
    width: 100%;
    margin-top: 50px;
  }
  .right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  img {
    width: 100%;
  }
  video {
    width: 100%;
  }

  .logo {
    position: relative; 
    top: -10px;
    left: 15px; 
    z-index: 10;
    width: 50%;
  }
}

@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .main {
    width: 100%;
    margin-top: 50px;
  }
  .video-wrapper {
    width: 100%;
    margin-top: 10px;
  }
  video {
    width: 100%;
    margin-top: 10px;
  }
  .right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  img {
    width: 100%;
  }

  .logo {
    position: relative; 
    top: -10px;
    left: 15px; 
    z-index: 10;
    width: 80%;
  }
  .btn{
    display: inline-block;
    border-radius: 5px;
    font-family: Gothm;
    font-size: 125%;
    padding: 1px 30px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(218deg, #FF4A74 1%, #FF671E  99%);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* For mobile devices */
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(assets/images/bg.png);
  }
}