body {
  font-family: 'Sans Serif', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Serif Display', sans-serif;
  font-size: 75px;
  line-height: 120%;
  font-weight: 600;
  text-transform: capitalize;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Serif Display', sans-serif;
  font-size: 64px;
  line-height: 110%;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fcff00;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
}

p {
  margin-bottom: 32px;
}

a {
  color: #fcff00;
  text-decoration: none;
}

#background-video {
   position: fixed;
  top: -130px;
  left: 0;
  right: 0;
  z-index: 0;
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}


.vg {
  position: fixed;
  bottom: 300px;
  left: 0;
  right: 0;
  z-index: 50;
    width: 100%;
	height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.footer {
	background-color: #000000;
	width: 100%;
	position: fixed;
	height: 300px;
	bottom: 0;
	left: 0;
	right: 0 ;
	z-index: 5;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcff00;
}

.logo {
	width: 200px;
}

.copyright {
	opacity: 0.5;
}

.dataterm {
	opacity: 0.5;
	text-decoration: none;
}

.author {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.author:hover {
  border-bottom-color: rgba(251, 215, 132, 0.3);
  color: #fcff00;
}

@media screen and (max-width: 768px) {
	
#background-video {
   position: fixed;
  top: -160px;
  left: 0;
  right: 0;
  z-index: 0;
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.logo {
	width: 150px;
}
	
.contact {
	padding-top: 40px;
}

.copyright {
	font-size: 11px;
}

.dataterm {
	font-size: 12px;
}
	
.vg {
  position: fixed;
  bottom: 400px;
  left: 0;
  right: 0;
  z-index: 50;
    width: 100%;
	height: 30%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.footer {
	background-color: #000000;
	width: 100%;
	position: fixed;
	height: 400px;
	bottom: 0;
	left: 0;
	right: 0 ;
	z-index: 5;
}

.footer-link {
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
  }
}