@media only screen and (min-width: 1399px) { 
	.header__title {
	}
}
@media only screen and (max-width: 1400px) {
	.header__logo {
		margin: 0;
	}
	.header__logo img {
	height: unset;
	width: 10em;
	}
	.spacer {
		height: 8em;
	}
	header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 5em;
		width: 100%;
		background: var(--red);
	}
	.header__nav--links {
		gap: 1.5em;
	}
	.home h1 {
		font-size: 4em;
		line-height: 1;
	}
	.home h2 {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 1300px) { 
	body {
		font-size: 12px;
		line-height: 14px;
	}
	.mobile-only, .mob-only {
		display: block;
	}
	header {
		position: absolute;
		z-index: 99;
		height: 5em;
		padding: 0;
		width: 20em;
		overflow: hidden;
	}
	.header__nav {
		margin: 0;
		transition: all 0.3s ease-in-out;
	}
	.header__nav--links {
		overflow: hidden;
		height: 0;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	header.open {
		padding: 2em;
		height: unset;
		max-height: 100vh;
	}
	header.open .header__nav {
		margin-top: 5em;
	}
	header.open .header__nav--links {
		height: unset;
		opacity: 1;
		margin-top: 2em;
	}
	.header__logo {
		position: fixed;
		z-index: 1;
		top: 1em;
		left: 1em;
	}
	.global__wrapper {
		width: 100vw;
	}
	.home {
		height: 100vh;
	}
	.banner .title {
		font-size: 2.5em;
	}
	.banner .subtitle {
		font-size: 1.2em;
	}
	.global__wrapper {
		margin-bottom: 95vh;
	}
	.header__title {
		display: none;
	}
	.panels {
		flex-direction: column;
	}
	.panels .panel {
		width: 100%;
	}
	.homeCards {
		flex-direction: column;
	}
	.youTube {
		padding: 1.5em;
	}
	.c2a {
		padding: 1em;
	}
	.c2a h2 {
		line-height: 1.2;
		margin-bottom: 0.2em;
	}
	.register {
		padding: 4em 1em;
		height: 45em;
	}
	.register h2 {
		font-size: 2em;
	}
	.banner {
		height: 15em;
	}
	.banner h1 {
		font-size: 5em;
	}
	.panel .panel__image {
		height: 20em;
	}
	.faculty {
		flex-direction: column;
		padding: 0;
	}
	.faculty:not(:last-child) {
		margin-bottom: 2em;
	}
	.faculty__item--name {
		font-size: 3.5em;
	}
	.contact {
		padding: 1em;
	}
	.gallery {
		gap: 0;
		margin-bottom: 0;
	}
	footer {
		height: unset;
		padding: 5em;
	}
	footer .menus {
		margin-top: 0;
		gap: 2em;
		justify-content: center;
	}
	footer .menus__panel {
		text-align: center;
	}
	.panes {
		flex-wrap: wrap;
		justify-content: center;
	}
	.panes.orange {
		flex-direction: column-reverse;
	}
	.instaFeed__image {
		height: 6em;
	}
	.mob-only {
		display: block;
	}
}