/**
 * Copyright (c) 2020 Motiv all rights reserved
 */


/**
  * ---------------------------------------
  *	Elements
  * ---------------------------------------
  */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 20px;
	scroll-behavior: smooth;
  }
  @media (max-width: 1200px) {
	html { font-size: 16px; }
  }
  @media (max-width: 600px) {
	html { font-size: 14px; }
  }


body {
	font-family: "Proxima Nova W01 Light", serif;
    margin: 0 auto;
    line-height: 1.6;
    color: #0B0633;
	-webkit-text-size-adjust: 100%;
}

a{
	/* Motiv second lightest blue */
	color: #0084D4;
}

a:hover,
a:focus {
	/* Motiv yellow */
    color: #BCBCBC;
	/* font-weight: bold; */

}
h1 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	font-size: 3rem;
	letter-spacing: 0.02em;
	font-weight: bold;
	line-height: 1.6;

}
h2 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;


}
h3 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}
h4 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
}
h5 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6

}
h6 {
	font-family: "Proxima Nova W01 Bold", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6;

}


/**
  * ---------------------------------------
  *	Template Structures
  * ---------------------------------------
  */


/* A band at the top of the viewport that holds the navbar */
#motiv-navbar-banner{
	position: fixed;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 75px;
	z-index: 10;
	-ms-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-webkit-transform: translateX(-50%) translateY(-0%);
	transform: translateX(-50%) translateY(-0%);
}

#motiv-title{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-top: -150px; /* Half the height */
	margin-left: -250px; /* Half the width */	
	z-index: 1;
}

#motiv-sub-title{
	position: absolute;
	top: 75%;
	left: 50%;
	width: 1200px;
	margin-top: -30px;
	margin-left: -600px; /* Half the width */	
	z-index: 1;
}

.arrow {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


#down-arrow-container{
	position: absolute;
	top: 92%;
	left: 50%;
	width: auto;
	z-index: 1;
	transform: translateX(-50%) translateY(0%);
	cursor: pointer;
}

#main{
	scroll-margin: 60px;
}


.motiv-center{
	margin-left: auto;
	margin-right: auto;
}


.motiv-mw1200{
	max-width: 1200px;
}

.motiv-navbar-banner-background{
	background-color:  #0B0633;
}
#motiv-navbar-container {
	height: 60px;
}

/**
*	HERO CONTAINER STYLING
*
*	All styling to make sure the first viewport is maximized for a stunning full screen display
*/



/* overlay that places a dark tinge over video */
#motiv-double-container {

	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	z-index: -15;

}

.particles_background {
	position: absolute;
	top: 0;
	z-index: -1;

}

#main.product-main{
	width: 100%;
	max-width: 1200px;
	height: 93vh;
	padding: 4vh 0 0 0;
	margin: 2vh auto 0 auto;
}


#Footer{

	background-color: #0B0633;
	width: 100%;
	padding: 50px 10vw;

}

/* RESPONSIVE STRUCTURE */

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

	h1 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 3rem;
		letter-spacing: 0.02em;
		font-weight: bold;
		line-height: 1.6;
	}
	h2 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		display: block;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.6;
	
	
	}
	h3 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.6;
	}
	h4 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
	}
	h5 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.6
	
	}
	h6 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.6;
	
	}

	#motiv-title{

		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		height: 250px;
		margin-top: none;
		margin-left: -200px; /* Half the width */	
		z-index: 1;

	}

	#motiv-sub-title{

		position: absolute;
		top: 75%;
		left: 50%;
		width: 500px;
		margin-top: -60px;
		margin-left: -250px; /* Half the width */	
		z-index: 1;

	}

}

@media screen and (max-width: 1023px) {
	#motiv-navbar-container {
		/* background: #0B0633; motiv color */
		background: #212322;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 2.2rem;
	}
}

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

	h1 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		font-weight: bold;
		line-height: 1.6;
	
	}
	h2 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
	}
	h3 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6;
	}
	h4 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.6;
	}
	h5 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.6
	
	}
	h6 {
		font-family: "Proxima Nova W01 Bold", sans-serif;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.6;
	
	}



	#motiv-title{

		position: absolute;
		top: 50%;
		left: 50%;
		width: 200px;
		height: 150px;
		margin-top: -75px; /* Half the height */
		margin-left: -100px; /* Half the width */	
		z-index: 1;

	}

	#motiv-sub-title{

		position: absolute;
		top: 75%;
		left: 50%;
		width: 320px;
		margin-top: -80px;
		margin-left: -160px; /* Half the width */	
		z-index: 1;

	}

}

/*Responsive height top positioning for down-arrow-container - keep within first section */
@media screen and (max-height: 600px) {
	#down-arrow-container{
		top: 90%;
	}
}

@media screen and (max-height: 475px) {
	#down-arrow-container{
		top: 88%;
	}
}

@media screen and (max-height: 400px) {
	#down-arrow-container{
		top: 86%;
	}
}

@media screen and (max-height: 350px) {
	#down-arrow-container{
		top: 84%;
	}
}


/* Overridden SCS Styles */

/* This is needed so that the dropdown in the navigation menu is not cut off at the bottom of the slot */
.headerContent .scs-container-styles {
    overflow: visible;
}




.scs-title .scs-title-text {
    font-size: 3rem;
}

/*
.scs-paragraph .scs-paragraph-text {
    font-size: 1rem;
}
*/


.scs-component-bounding-box {
    -webkit-padding-before: 0px;
    -webkit-padding-after: 0px;
}

