:root {
	--site-color-01: #EC008C;
}

@font-face {
	font-family: Roboto;
	src: url("../../TEST/fonts/Roboto-Thin.ttf") url("../../TEST/fonts/Roboto-Black.ttf") url("../../TEST/fonts/Roboto-Bold.ttf") url("../../TEST/fonts/Roboto-Light.ttf");
}

html {
	scroll-behavior: smooth;
}

body {
	animation: fadeInAnimation ease 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	background-color: #fff;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url("../images/socialmedia/facebook-pink.png") url("../images/socialmedia/instagram-pink.png") url("../../TEST/images/ImagineThisCreators.png");
}

h1 {
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: Roboto, sans-serif;
}

p2 {
	font-weight: 600;
	font-size: 14px;
	color: #EC008C;
}

a {
	font-size: 14px;
	line-height: 18px;
	font-family: Roboto, sans-serif;
	cursor: pointer;
}

.wrapper-main {
	width: 1100px;
	margin: 0 auto;
}

.header-main {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: black;
	display: flex;
	justify-content: space-between;
	z-index: 1000;
}

.header-main-logo {
	width: fit-content;
	height: 100%;
	padding-left: 60px;
	display: flex;
}

.header-main-logo img {
	height: 50px;
	align-self: center;
}

.header-main-nav {
	width: fit-content;
	height: 100%;
}

.header-main-nav ul {
	list-style: none;
	margin-left: 30px;
}

.header-main-nav ul li {
	display: inline;
	float: left;
}

.header-main-nav ul li a {
	padding: 0 10px;
	font-family: Roboto, sans-serif;
	line-height: 60px;
	color: white;
	font-size: 12px;
	display: block;
	height: 100%;
}

.header-main-nav ul li a:hover {
	color: var(--site-color-01);
}

.header-main-sm {
	width: fit-content;
	height: 100%;
	padding-right: 60px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

main {
	overflow:auto;
	padding-bottom: 40px;
}

/* FOOTER */

.footer-sitemap {
	position: relative;
	margin-top: -40px;
	clear: both;
	width: 100%;
	background-color: #000000;
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.footer-sitemap p {
	font-size: 12px;
	color: #FFFFFF;
}

.footer-sitemap p2 {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
	display: block;
	height: 100%;
	margin-top: 10px;
}

.footer-sitemap-contact {
	display: block;
}

.footer-sitemap-contact img {
	height: 45px;
	padding-bottom: 10px;
}

h3 {
	font-size: 12px;
	line-height: 32px;
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

.footer-sitemap-contact-phone {
	display: flex;
}

.footer-sitemap-contact-phone img {
	height: 30px;
	padding-right: 15px;
	opacity: 60%;
}

.footer-sitemap-contact-email {
	display: flex;
}

.footer-sitemap-contact-email img {
	height: 25px;
	padding-right: 10px;
	opacity: 60%;
}

.footer-sitemap ul li a {
	font-family: Roboto, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	height: 100%;
	color: #C8C8C8;
	margin-left: 5px;
}

.footer-sitemap ul li a:hover {
	color: var(--site-color-01);
}

.footer-sitemap-sm {
	width: fit-content;
	height: 100%;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.footer-sitemap-sm-fb {
	width: 30px;
	height: 30px;
	background-image: url("../images/socialmedia/facebook-pink-off.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-sitemap-sm-fb:hover {
	background-image: url("../images/socialmedia/facebook-pink.png");
}

.footer-sitemap-sm-im {
	width: 30px;
	height: 30px;
	background-image: url("../images/socialmedia/instagram-pink-off.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-sitemap-sm-im:hover {
	background-image: url("../images/socialmedia/instagram-pink.png");
}

p4 {
	display: none;
}

.footer-contact-small {
	display: none;
}

.footer-contact-small-sm {
	display: none;
}

/* BURGER MENU */
.burger-menu,
.burger-menu-btn {
	display: none;
}



/* MOBILE VERSION */

@media only screen and (max-width: 768px) {
	
	.burger-menu-btn {
		display: block;
		margin-right: -35px;
		width: 40px;
		height: 40px;
		background-image: url("../images/icons/burger-menu.png"), url("../images/icons/close.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center, center left 50px;
	}

	.burger-menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		z-index: 900;
		background-color: #2A2A2A;
		background: rgba(0,0,0,0.89);
	}
	
	.burger-menu ul {
		width: 100%;
		height: calc(100vh - 50px);
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	
	.burger-menu ul li {
		flex-basis: 100%;
		border-top: 2px solid #000000;
	}
	
	.burger-menu ul li:last-child {
		border-bottom: 2px solid #000000;
	}
	
	.burger-menu ul li a {
		display: block;
		height: 100%;
		font-size: 16px;
		color: #FFFFFF;
		padding: 30px 0;
		flex-basis: 100%;
		text-align: center;
	}
	
	.wrapper-main {
		width: 100%;
	}
	
	.header-main {
		height: 50px;
	}

	.header-main-logo {
		padding-left: 30px;
	}

	.header-main-logo img {
		height: 85%;
	}
	
	.header-main-nav {
		display: none;
	}
	
	.footer-sitemap-contact {
		display: none;
	}
	
	.footer-sitemap-sm {
		display: none;
	}
	
	.footer-sitemap {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	h3 {
		text-align: center;
		margin-top: 20px;
	}

	p4 {
		color: #EC008C;
		font-size: 9px;
		display: contents;
	}

	.footer-sitemap ul li a {
		text-align: center;
		line-height: 16px;
	}
	
	.footer-contact-small {
		display: flex;
		justify-content: space-between;
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.footer-contact-small img {
		height: 35px;
		align-content: center;
		margin-bottom: 10px;
	}
	
	.footer-contact-small-phone {
		display: flex;
	}
	
	.footer-contact-small-email {
		display: flex;
	}
	
	.footer-contact-small-phone img {
		height: 20px;
		padding-right: 20px;
		opacity: 60%;
		margin-bottom: 5px;
	}
		
	.footer-contact-small-email img {
		height: 15px;
		padding-right: 15px;
		opacity: 60%;
	}
	
	.footer-contact-small-sm {
		width: fit-content;
		height: 100%;
		display: flex;
		align-items: center;
		column-gap: 10px;
	}
		
	.footer-contact-sm-fb {
		width: 25px;
		height: 25px;
		background-image: url("../images/socialmedia/facebook-pink-off.png");
		background-repeat: no-repeat;
		background-size: cover;
	}

	.footer-contact-sm-fb:hover {
		background-image: url("../images/socialmedia/facebook-pink.png");
	}

	.footer-contact-sm-im {
		width: 25px;
		height: 25px;
		background-image: url("../images/socialmedia/instagram-pink-off.png");
		background-repeat: no-repeat;
		background-size: cover;
	}

	.footer-contact-sm-im:hover {
		background-image: url("../images/socialmedia/instagram-pink.png");
	}

}

@media only screen and (min-width: 769px) {
	.burger-menu-btn {
		display: block;
		width: 50px;
		height: 50px;
		background-image: url("../images/icons/burger-menu.png"), url("../images/icons/close.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center, center left 50px;
	}

	.burger-menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		z-index: 900;
		background-color: #2A2A2A;
		background: rgba(0,0,0,0.89);
	}
	
	.burger-menu ul {
		width: 100%;
		height: calc(100vh - 50px);
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	
	.burger-menu ul li {
		flex-basis: 100%;
		border-top: 2px solid #000000;
	}
	
	.burger-menu ul li:last-child {
		border-bottom: 2px solid #000000;
	}
	
	.burger-menu ul li a {
		display: block;
		height: 100%;
		font-size: 16px;
		color: #FFFFFF;
		padding: 30px 0;
		flex-basis: 100%;
		text-align: center;
	}
	
	.wrapper-main {
		width: 100%;
	}
	
	.header-main-nav {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.burger-menu-btn {
		display: none;
	}

	.header-main-nav {
		display: contents;
	}
}

