@charset "UTF-8";
/* CSS Document */

body {
	display: block;
	position: relative;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000 url("../images/sa_bg_3840x2160_00001.jpg") no-repeat top right;
	-webkit-background-size: 100% !important;
	-moz-background-size: 100% !important;
	-o-background-size: 100% !important;
	background-size: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#fullpage {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100vh;
	
}

#info {
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 5rem 5rem 2rem;
	color: #FFF;
	transition: all 0.5s ease;
}

h1 {
	font-family: "bebas-neue-pro", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 9rem;
	line-height: .8;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition: all 0.5s ease;
	
	strong {
		font-weight: 600;
	}
	
	span {
		font-size: 4rem;
		vertical-align: 3.5rem;
	}
}
h2 {
	font-family: "Schibsted Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0;
	margin: 1rem 0 0;
}
h3 {
	font-family: "bebas-neue-pro", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	padding: 0;
	margin: 6rem 0 0;
	text-transform: uppercase;
}
p {
	font-family: "Schibsted Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

ul.services-list {
	list-style-type: none;
	margin: 4rem 0 4rem 0;
	padding: 1rem 0 1rem;
	transition: all 0.5s ease;
	
	li {
		display: inline-block;
		position: relative;
		white-space: nowrap;
		padding: 0 2rem 0 0;
		margin: 0 2rem 0 0;
		border-right: 1px solid #FFF;
		font-family: "Schibsted Grotesk", sans-serif;
  		font-optical-sizing: auto;
  		font-weight: 400;
  		font-style: normal;
		font-size: 1rem;
		transition: all 0.5s ease;
	}
	li:last-child {
		border-right: 0px;
	}
}

.copyright {
	display: block;
	margin-top: 6rem;
	font-family: "Schibsted Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: .8rem;
	text-transform: uppercase;
	color: #777;
}


/************ MEDIA QUERIES ************/
/*--- 1440px ---*/
@media (max-width: 1439.98px) {
  
}
/*--- 1024px ---*/
@media (max-width: 1023.98px) {
	ul.services-list li {
		padding-right: 1.25rem;
		margin-right: 1.25rem;
	}
}
/*--- 992px ---*/
@media (max-width: 991.98px) {
  	ul.services-list li {
		display: block;
		padding: 0 0 1.25rem 0;
		margin: 0 0 1.25rem 0;
		border-right: 0px;
		border-bottom: 1px solid #FFF;
	}
	ul.services-list li:last-child {
		border-bottom: 0px;
	}
}
/*--- 768px ---*/
@media (max-width: 767.98px) {

  
}
/*--- 667px ---*/
@media (max-width: 666.98px) {
  	#fullpage {
	}
}
/*--- 576px ---*/
@media (max-width: 575.98px) {

}

/*--- 440px ---*/
@media (max-width: 439.98px) {
	#info {
		position: relative;
		width: calc(100%-4rem);
		padding: 2rem;
	}
	h1 {
		font-size: 6rem;
		
		span {
			font-size: 2rem;
			vertical-align: 3rem;
		}
	}
}