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

body {
	background-color: #00226d;
	margin: 0;
  	font-family: "ivyepic-variable",sans-serif;
	color: white;
}

a, a:focus {
  text-decoration: none;
  color: inherit;
}

a:hover {
opacity: 0.7;
}

#left-right-outline {
	border-left: 2px solid white;
	border-right: 2px solid white;
	position: fixed;
	left: 4%;
	height: 150vh;
	width: 92%;
	z-index: -10;
	
}

hr {
	border: 1px solid white;
	margin: 0px;
}

.logo {
	margin: 0 auto;
	padding: 50px 0;
	pointer-events: none;
	
}

.logo#l-1L {
	display: block;
	width: 70%;
}

.logo#l-2L {
	display: none;
	width: 65%;
}

.menu {
  	font-variation-settings: 'wdth' 70, 'wght' 300, 'slnt' 0;
	text-transform: uppercase; 
	padding: 4vw 0;
	font-size: 20pt;
	text-align: center;
	margin: 0 8%;
}
.menu div {
	display: inline-block;
	margin-left: 8%;
	text-align: left;
}

.menu #follow-label {
	margin-left: 0px;
}

#hero {
	position: relative;
	width: 84%;
	left: 8%;
	margin: 4vw 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	
}

#hero img {
	width: 100%;
}

#social-media-icons {
	display: flex;
	column-gap: 100px;
	justify-content: center;
	align-content: center;
	padding: 4vw 0;
}

#social-media-icons img {
	height: 50px;
}

#footer-links {
	padding: 2vw 0 !important;
}

.footer {
	font-variation-settings: 'wdth' 70, 'wght' 200, 'slnt' 0;
	font-size: 15pt;
	padding: 2vw 8%;
}

.footer a {
	padding-left: 10px;
	
}

.footer a:hover {
	opacity: 1;
	text-decoration: underline;
}

.menu span, .menu br { display: none; }

#sore-egg-logo {
	height: 22pt;
	position: absolute;
	right: 8vw;
	pointer-events: none;
}

@media (max-width: 1500px) {#social-media-icons { column-gap: 80px; } #social-media-icons img { height: 50px; } }

@media (max-width: 1300px) {#social-media-icons img { height: 45px; } }

@media (max-width: 1100px) {#social-media-icons { column-gap: 50px; } .menu {font-size: 18pt;} }

@media (max-width: 1000px) {.footer br { display: block; } .menu {font-size: 17pt;}}

@media (max-width: 900px) {
	.menu div {margin-left: 5%;}
	#social-media-icons img { height: 40px; } 
	.menu {font-size: 16pt;}
}

@media (max-width: 800px) {
	#hero {height: 76vw}
	#hero img {width: auto;height: 100%}
	.menu {font-size: 15pt;}

}

@media (max-width: 700px) {
	.menu #follow-label {
		display: block;
		text-align: center; 
		padding-bottom: 3vw; 	
		text-transform: lowercase; 
		font-style: italic;
	}
	.menu #instagram {margin-left: 0;}
	.menu span {display: inline-block;}
	
	.logo#l-1L {display: none}
	.logo#l-2L {display: block}
	
	#social-media-icons { column-gap: 7vw; } 
	#social-media-icons img { height: 6vw; }
	
	.footer { font-size: 13pt; }
	#sore-egg-logo { height: 19pt; }
}

@media (max-width: 600px) { 
	.footer { font-size: 10pt; }
	#sore-egg-logo { height: 15pt; margin-top: -0.2vw}
	
}

@media (max-width: 400px) { 
	.footer { font-size: 3.2vw; }
	#sore-egg-logo { height: 4.6vw;}
}


@media (max-width: 440px) { 
	.menu #apple {margin-left: 0;}
	.menu br { display: block; }
}