/******/
/*** GLOBAL ***/
/******/

a {
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:visited {
	text-decoration:none;
}

.button-container {
	padding: 2.25rem 0 .875rem 0;
}

nav a {
	text-decoration: none;
}

footer ul {
	padding-inline-start: 0!important;
}

nav {
	margin-left: .75rem;
}

nav ul li, footer ul li {
	padding-right: .75rem;
	margin-block-start: .0625rem;
}

nav .grid-parent, section .grid-container-full .grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.menu li {
	float: left;
}

.nav-padding a:first-child {
	padding-right: 3rem;
}

nav img {
	width: 16.938rem;
}

footer img {
	width: 25.625rem;
}

.button-full {
	width: 100%;
	display: block;
}

/* SECTIONS */

.info img {
	width: 5.063rem;
}

.info {
	margin-top: -.2rem;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}


@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	
}

@media screen and (max-width: 47.9375rem) {
	
	.menu-bg-cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: 0;
		transition: all 350ms ease;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.prompt {
  		position: fixed;
  		width: 100%;
  		text-align: center;
  		line-height: 114px;
  		color: #666;
	}

	.reveal {
 		 opacity: .95;
  		display: block;
  		pointer-events: auto;
  		visibility: visible;
  		z-index: 50;
	}

	.hamburger-shell {
 		margin: 0;
  		position: fixed;
  		overflow: hidden;
  		width: 80px;
  		height: 64px;
  		overflow: auto;
  		top: 0;
  		right: 0;
  		cursor: pointer;
  		padding: 0;
  		background: transparent;
  		border: none;
  		z-index: 100;
  		background-color: #2C2B3C;
  		padding-left: 16px;
	}

	.top, .middle {
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #fefefe;
  		transition: all 350ms ease-in-out;
  		top: 24px;
	}

	.middle {
  		top: 36px;
	}

	#menu {
  		position: fixed;
  		left: calc(100% - 662px);
  		top: 61px;
  		display: none;
  		margin-right: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 40px;
  		color: #000000;
  		padding: 12px 24px;
  		width: 600px;
  		text-align: right;
  		z-index: 70;
	}

	#menu li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #fefefe;;
  		transition: all 150ms ease;
	}

	#menu li:hover {
  		color: #C20000;
  		padding-right: 3px;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-open .middle {
 		transform: rotate(-225deg);
 		-webkit-transform: rotate(-225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-name {
  		font-family: neue-haas-grotesk-text, sans-serif;
		font-weight: 700;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fefefe;;
	}

	.social-icons {
  		float: right;
  		text-align: right;
  		margin-top: 80px;
		padding-top: 40px;
	}
	
	.social-icons img {
		margin-left: 12px;
	}
	
	.social-icons a {
		margin-left: 12px;
	}
	
	#mobile-logo {
		margin: 0!important;
		padding-top: 16px;
		padding-bottom: 11px;
	}
	
	#mobile-logo .mobile-grid-100 {
		padding-left: 4px;
	}

}
