@charset "UTF-8";
/* CSS Document */
/* Style the video: 100% width and height to cover the entire window */

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
}

a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}

a img { float: left;}

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
	z-index: 0;
}

p {
margin: 0 0 0 0;}

h2 {
font-weight: 700;
margin: 0 0 0 0;
}

#docs {
width: 300px;
height: 80px;
margin: 20px 0 60px 0;
text-align: center;
}

#pdf1 {
float: left;
}

#pdf2 {
float: right;
}

/* Add some content at the bottom of the video/page */
.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px){

body{
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 400;
}

.logo {
	width: 90% !important;
	}
}