

/* *********************************************************
**
**
** HEADER
**
**
********************************************************* */


header{
	position: relative;
	height: 350px;
}


.hamburger-wrapper::after{
	color: #ffba00;
}

/**************************************************************************************
**
** PARTICLES
**
***************************************************************************************/


#particles-js{
	position:absolute;
	z-index: -1;
	width: 100%;
	height: 700px;
	background-color: #FFFFFF;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-bottom: #E2E2E2 1px solid;
}




/* *********************************************************
**
**
** SLOGAN
**
**
********************************************************* */


.slogan-wrapper{
	height: 350px;
}


.slogan{
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-shadow: #FFFFFF 0px 0px 5px;
}

.sub-slogan{
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-shadow: white 0px 0px 2px;
}




@media only screen {
	
    .slogan{
		font-size: 24px;
		line-height: 32px;
	}
	.sub-slogan{
		font-size: 14px;
	}

	.hamburger-wrapper::after{
		position: absolute;
		left: 75px;
		content: 'menu';
		display: none;
	}
	
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
	.slogan{
		font-size: 32px;
		line-height: 40px;
	}
	.sub-slogan{
		font-size: 16px;
	}

	.hamburger-wrapper::after{
		position: absolute;
		display: block;
		left: 75px;
		content: 'menu';
		font-size: 13px;
		font-weight: bold;
	}
}

@media only screen and (min-width: 992px) {
	
	.slogan{
		font-size: 42px;
		line-height: 64px;
	}
	.sub-slogan{
		font-size: 24px;
	}
	
}

@media only screen and (min-width: 1200px) {
	.slogan{
		font-size: 54px;
		line-height: 80px;
	}
	.sub-slogan{
		font-size: 32px;
	}
}

@media only screen and (min-width: 1400px) {
	.slogan{
		font-size: 64px;
		line-height: 80px;
	}
	.sub-slogan{
		font-size: 32px;
	}
}
