*,
*:before,
*:after
{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body
{
	height: 100%;
	font-family: 'Bebas Neue', "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
}

.wrapper
{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.fullscreen 
{
	min-height: 100vh;
	/*background-color: #000;*/
	display: flex;
	padding: 20px 0;
}
.fullscreen_two
{
	color: #fff;
	z-index: -9999;

}
.fullscreen_bg
{
	background: url(../img/bg/bg_pre_1.jpg) center / cover no-repeat fixed;
}
.fullscreen_body 
{
	flex: 1 1 auto;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 20px;
	user-select: none;
}
.fullscreen_body img
{
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
}
.fullscreen_title 
{
	font-size: 100px;
	margin: 0px 0px 10px 0px;
}
.fullscreen_text 
{
	font-size: 46px;
	margin: 0;
}
.fullscreen_link
{
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #458126;
	align-self: center;
	padding: 0px 20px;
}
.social
{
	position: absolute;
  right: 25px;
  top: 23px;
}
}
.social li
{
	margin: 5px 10px 0 10px;
}
.menu
{
	display: flex;
	position: fixed;
	font-size: 22px;
}
.menu li
{
	list-style-type: none;
	margin: 5px 20px 0px 20px;
}
.menu li:last-child
{
	margin: 5px 0px 0px 20px;
}
.menu a
{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.menu img
{
	height: 21px;
	margin-left: 12px;
}

.open
{
	display: table-column !important;
	background-color: black;
}

.burger
{
	display: none;
	position: relative;
	z-index: 100;
	align-items: center;
	justify-content: flex-end;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 20px;
  left: 15px;
}

.burger span
{
	height: 2px;
	width: 80%;
	transform: scale(1);
	background-color: #fff;
}

.burger::before, .burger::after
{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #FAF6F2;
}

.burger::before
{
	top: 0;
}

.burger::after
{
	bottom: 0;
}

.burger.active span {transform: scale(0.0); }

.burger.active::before
{
	top: 50%;
	transform: rotate(-45deg) translate(0, 50%);
}

.burger.active::after
{
	bottom: 50%;
	transform: rotate(45deg) translate(0, 50%);
}

.emailButton
{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	align-self: center;
	padding: 10px 15px 10px 15px;
	font-size: 25px;
	border: 2px #ffffff solid;
	border-radius: 10px;
	margin: 25px;
}
.emailButton:hover
{
	background-color: #fff;
	color: #000;
	will-change: color, background-color;
    transition: color 0.4s, background-color 0.4s;
}
.content 
{

}
.content_body 
{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
}
.content_body p
{
	margin: 0px 0px 20px 0px;
}
.content_body p:last-child
{
	margin: 0;
}
.footer 
{
	background-color: #333;
	text-align: center;
}
.footer_body 
{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
}

.bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}

.noms a:hover
	{
		-webkit-filter: invert(0.9);
    filter: invert(0.9);
	}

.nomback
{
	background-image: url(./img/nominations/background_nom.jpg); no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes burgerAnimation
{
	from: {opacity: 0}
	to: {opacity: 1}
}

@media (max-width: 730px) {
	.burger {display: flex;}

	.fullscreen_title
	{
		font-size: 70px;
	}

	menu 
	{
		display: none !important;
		position: fixed !important;
		height: 100%;
		width: 100%;
		top: 0; bottom: 0; left: 0; right: 0;
		z-index: 50;
		overflow-y: auto;
		padding: 50px 40px;
		font-size: 50px !important;
		animation: burgerAnimation;
	}

	menu li
	{
		flex-direction: column;
		row-gap: 30px;
		margin: 15% 20px 0px 20px !important;
	}

	.social
	{
			display: flex !important;
    	align-items: flex-end;
    	justify-content: center;
    	z-index: 50;

    	max-height: 100px;
	}
	.social li
	{
		 margin: 5px 20px 0px 20px !important;
		 display: inline;
	}
	.fullscreen
	{
		display: contents;
	}

}
