body {
	background: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #ffffff;
	height: 100%;
}

a
{
	text-decoration: none;	
	font-weight: bold;
}

a:hover
{

	text-decoration: underline;
	color: red;
	font-weight: bold;
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

header {
	height: 170px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

nav {
	float: right;
	margin-top: -20px;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
}

.social li a {
	font-size: 35px;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
}

ul:not(.social) li a {
	font-size: 16.25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	padding-right: 10px;
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
}

ul:not(.social) li:hover a, li:hover a {
	color: #df1007;
}

/*img:not(.logo) {
	width: 100%;
}*/

.btn {
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 73px;
	float: right;
	margin-bottom: 20px;
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
	display: inline-block;
}

.btn:hover {
	border: 2px solid #df1007;
	background-color: #df1007;
}

section .btn {
	float: none;
}

/*.link {
  height: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 33%;
  float: left;
}*/

.interior {
	height: 150px;
}

.majors {
  position: relative;
  width: 100%;
  padding: 50px 0 0 20px;
  box-sizing: border-box;
}
.majors a {
  text-align: left;
  display: block;
  color: white;
  font-size: 40px;
  text-decoration: none;
  margin-bottom: 30px;
}

.majors img {
  display: none;
  position: absolute;
  float: right;
  right: 20px;
  top: 50px;
  border: 5px solid white;
  width: 650px;
}

.majors a:hover {
	color: #eb0a8d;
}
.majors a:hover > img {
  display: block;
}

/*.overlay {
  z-index: 150;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  mix-blend-mode: hard-light;
}

.image {
  height: 100%;
  width: 100%;
  z-index: 100;
  backface-visibility: hidden;
  background-size: cover;
}

.overlay, .image {
  position: absolute;
}

.link:hover .overlay {
	opacity: 1;
}

.motion {
  background: url(../images/motion.png) no-repeat 50% 50%;
}

.game {
  background: url(../images/game.png) no-repeat 50% 50%;
}

.film {
  background: url(../images/film.png) no-repeat 50% 50%;
}

.photo {
  background: url(../images/photo.png) no-repeat 50% 50%;
}

.ca {
  background: url(../images/ca.png) no-repeat 50% 50%;
}*/

.title {
	left: 20px;
	position: absolute;
	z-index: 200;
	color: #ffffff;
	top: 20%;
	text-shadow: 0 0 15px #000000;
	font-size: 20px;
}

em {
	text-transform: uppercase;
	font-size: 50px;
	font-style: normal;
}

.interior .title {
	position: 10%;
	font-size: 25px;
}

.interior em {
	font-size: 50px;
}

section {
	height: 100%;
	box-sizing: border-box;
}

iframe {
	padding-top: 50px;
	margin-bottom: 30px;
}

section .title {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px;
}

.center {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}

h1 {
	padding-top: 40px;
	margin-bottom: -40px;
	text-transform: uppercase;
}

section a {
	color: #df1007;
}

section a:hover {
	text-decoration: none;
	background-color: #df1007;
	color: #ffffff;
}
