
@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Mono.woff2') format('woff2'),
        url('../fonts/SolideMirage-Etroit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Mono.woff2') format('woff2'),
        url('../fonts/SolideMirage-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilowlava';
    src: url('../fonts/Pilowlava-Regular.woff2') format('woff2'),
        url('../fonts/Pilowlava-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	/*background: url(../lapping.gif) ;*/
    background-size: cover;
	
	background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
	/*background: #c5c0b2;*/
	overflow: hidden;
	margin: 0;
	/*background: url(https://media.giphy.com/media/3oEduIiRM0W16hjweA/giphy.gif); white */
	/*https://media.giphy.com/media/RkG1GB2E4GCu8HVT4q/giphy.gif) : rose gradient */ 
	/*https://media.giphy.com/media/xUOxf29kCWV023PEY0/giphy.gif clair*/
}

.wrapper {
	padding-top: 17px;
}

.container-items {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.item {
	position: relative;
	flex-grow: 1;
	font-family: 'Sporting Grotesque';
	font-size: 120px;
	transition: all 200ms ease-in-out;
}

.item:hover {
	flex-grow: 2;
	font-size: 220px;
}

h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:  #f3083d ;
}

img {
	width: 100%;
}

.container-img-wrap {
	position: absolute;
	top: -60rem;
	left: -80px;
	width: 400px;
	height: 500px;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
}

.container-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}



.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	font-family: 'Sporting Grotesque';
	text-transform: uppercase;
	line-height: 100px;
	font-size: 16px;
}



.site-menu {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	
}

.menu-item {
	margin-left: 60px;
}

.header {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 20%;
	padding: 70px;
	text-transform: uppercase;
	font-family:'Sporting Grotesque';
	font-size: 80px;
	z-index: 2;
	color: #f3083d ;
}

.header-left  {
	
	font-size: 40px;
}

.header-left span {
	font-family: 'Sporting Grotesque';
	font-size: 25px;
}

.header-right  {
	
	/*font-weight: bold;*/
	font-size: 85px;
}



.link {
	margin: -20px 0;
}

.link a {
	font-family: 'Sporting Grotesque';
	font-size: 15px;
	color:  #f3083d ;
}

@media (max-width: 600px) {

	.body {
        display:none;
		background:  #f3083d ;
	}
	.container-items {
		height: 100px;
		top: 450px;
		
	}
	.item {
		font-size: 50px;
	}
	.item:hover {
		flex-grow: 1;
		font-size: 70px;
	}
	.container-img-wrap {
		display: none;
	}

	
	.header {
		font-size: 20px;
		padding-left: 15px;padding-right: 15px;
	}

	.header-left  {
	font-size: 25px;
}

	.header-left span {
	font-size: 15px;
    }

    .site-info {
    	margin-left: -25px;
    	font-size: 12px;
    }

    .menu-item {
    	
    	font-size: 12px;
    }

 
    .link {
    	margin-top: 10px;
    }

  


}


