@font-face {
	font-family: "Prime-Light";
	src: url("Prime-Light.otf");
}
@font-face {
	font-family: "Prime-Regular";
	src: url("Prime-Regula.otf");
}

body {
	background-color: #efefef;
}

.logo-md{
	/*position: absolute;
	z-index: 2;*/
}

#video-lg   {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  filter: brightness(90%);
}

#video-md  {
/*  position: absolute;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  filter: brightness(90%);
}

header {
	position: relative;
	z-index: 100;
	color: #fff;
	display: flex;
	justify-content: center;
}

a {
	color: #fff;
	text-decoration: none;
	font-family: Prime-Light;
}

a:hover {
	color: #fff;
	text-decoration: none;
    font-family: Prime-Light;
    font-weight: 600;
}

.a-md, .a-md:hover {
	color: #000;
}

h5 {
	font-family: Prime-Light;
}

.h5-md{

}

.main-page-header{
    padding-top: 6.5%;
}

h1{
	font-family: Prime-Light;
	font-size: 5.2rem;
	color:#000;
}

.h1-md {
	font-size: 2rem;
}
h2{
	font-family: Prime-Light;
	font-size: 3.4rem;	
	color:#000;
}

.h2-md {
font-size: 1.5rem;
}

h3 {
	font-family: Prime-Light;
	font-size: 4rem;
	font-weight: 700;
	color:#fff;
}

.h3-md {
	font-size: 1.5rem;	
	color:#000;
	font-weight: 700;
}

@media (max-width: 1400px){
	body{
		font-size: 10px;
	}
}

