body {
	background:#FFF;
	color:#444444;
	overflow-y:auto;
	margin:0px;
	font-family:Blinker;
	font-weight:400;
}
a {
	color:rgb(27, 54, 93);
	text-decoration:none;
}
a:hover {
	font-weight:900;
	color:rgb(65,7,137);
}
.blog_head_crop {
	position:absolute;
	width:100%;
	height:70%;
	overflow:hidden;
}
.blog_head {
	background-color:rgb(0,0,0);
	width:100%;
	height:100%;
	text-align:center;
}
.content {
	position:absolute;
	left:50%;
	top:70%;
	transform:translate(-50%,0px);
	background:#FFF;
	text-align:left;
	width:1000px;
	max-width:calc(100% - 40px);
	padding:0px 20px 0px 20px;
}
.title {
	font-size:48px;
	font-weight:900;
	color:rgb(65,7,137);
	text-align:left;
	margin-top:5px;
}
.tagline {
	font-size:24px;
	font-weight:600;
	text-align:left;
	margin:40px 0px 0px 0px;
}
.subtitle {
	padding:40px 0px 20px 0px;
	font-size:48px;
	font-weight:400;
	text-align:left;
}
.type {
	font-size:24px;
	font-weight:600;
	text-align:left;
	background-color:rgb(65,7,137);
	color:#FFF;
	padding:3px 10px 5px 10px;
	pointer-events:none;
}
.description {
	opacity: .75;
	margin:0px 0px 60px 0px;
	font-size:24px;
	font-weight:300;
	text-align:left;
}
.dsection {
	margin:20px 0px 0px 0px;
	font-size:24px;
	font-weight:300;
	text-align:left;
}
.restitle {
	font-size:20px;
	font-weight:600;
}
.restext {
	font-size:20px;
	font-weight:300;
	margin-bottom: 20px;
}
.youtubefull {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.copyright {
	width:100%;
	font-weight:300;
	font-size:16px;
	text-align:center;
	margin:150px 0px 40px 0px;
	color:rgb(27, 54, 93);
}

.award_block {
	float:left;
	margin:80px 120px 0px 0px;
}
.laurel_left {
	width:80px; height:160px;
	opacity:.5;
	position:fixed;
}

.laurel_right {
	width:80px; height:160px;
	transform: scaleX(-1);
	opacity:.5;
	position:fixed;
}
.laurel_category {
	padding-top:10px;
	font-weight:300;
	font-size:16px;
}
.laurel_type {
	font-weight:600;
	font-size:16px;
}
.laurel_fest {
	font-weight:300;
	font-size:16px;
	opacity:.5;
}
.awards_container {
	overflow:hidden;
}
.award_img {
	width:300px;
	padding:10px;
}