@charset "UTF-8";
/* CSS Document */

/* IU FONTS */

@font-face {
    font-family: 'BentonSansRegular';
    src: url('https://fonts.iu.edu/fonts/benton-sans-regular.eot');
    src: url('https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/benton-sans-regular.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/benton-sans-regular.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSansBold';
    src: url('https://fonts.iu.edu/fonts/benton-sans-bold.eot');
    src: url('https://fonts.iu.edu/fonts/benton-sans-bold.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/benton-sans-bold.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/benton-sans-bold.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/benton-sans-bold.svg#BentonSansBold') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSansCondRegular';
    src: url('https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot');
    src: url('https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-regular.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-regular.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-regular.svg#BentonSansCondRegular') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSansCondBold';
    src: url('https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot');
    src: url('https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-bold.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-bold.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/benton-sans-cond-bold.svg#BentonSansCondBold') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GeorgiaProRegular';
    src: url('https://fonts.iu.edu/fonts/georgia-pro-regular.eot');
    src: url('https://fonts.iu.edu/fonts/georgia-pro-regular.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.svg#GeorgiaProRegular') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSansLightRegular';
    src: url('https://fonts.iu.edu/fonts/benton-sans-light-regular.eot');
    src: url('https://fonts.iu.edu/fonts/benton-sans-light-regular.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/benton-sans-light-regular.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/benton-sans-light-regular.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/benton-sans-light-regular.svg#BentonSansLightRegular') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* END IU FONTS */

html, body {
	padding: 0;
	margin: 0;
	width: 7680px;
	height: 2160px;
}

.left {
	float: left;
    width: 50%;
    height: 100%;
	text-align: center;
}

.right {
	float: right;
    height: 100%;
    width: 50%;
	text-align: center;
}

.half {
	width: 45%;
}

.third {
	width: 30%;
}

.two-thirds {
	width: 60%;
}

.bezels {
	background: url("../_img/bezels.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 7680px;
	height: 2160px;
	z-index: 999;
}

.container {
	width: 7680px;
	height: 2160px;
	overflow: hidden;
	position: relative;
}
