@import url('https://fonts.googleapis.com/css?family=Lora|Raleway&display=swap');
html {
  font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
}
#page-hero {
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
}

#home-page-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.59);
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#page-header-right a {
	color: rgba(255, 255, 255, 1.00);
	text-transform: uppercase;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 75px;
}
#page-header-right a:first-child {
  margin-left: 0px;
}
#page-header-right a:hover {
  text-decoration: none;
}
#page-body {
	background-color: #f5f5f5;
	font-size: 20px;
	line-height: 1.75;
}
#our-clients {
	padding-bottom: 25px;
	padding-top: 25px;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#page-bottom-banner {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ae1f29;
	color: rgba(255,255,255,1.00);
	background-image: url(../png/q-page-bottom-footer.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 2em;
}
#page-bottom-banner .uk-text-lead {
	color: rgba(255,255,255,1.00);
}
#page-footer {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	color: #1f1f1f;
}
#page-footer h5 {
	color: #ae1f29;
	font-weight: bold;
	text-transform: uppercase;
}
#page-footer li a {
	color: #1f1f1f;
	text-decoration: none;
}
#page-footer li a:hover {
	
	text-decoration: none;
}
#our-clients h1 {
	line-height: 2em;
}


@media screen and (max-width:414px){

}
