body{
	background:#f9babd;
	color: #fff;
	font-family: 'Muli', sans-serif;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5{
	font-family: 'Sacramento', cursive;
	font-size: 1.5rem;
}
header{
	position: fixed;
	font-weight: 700;
	top: 15px;
	left: 15px;
	right: 15px;
	display:flex;
	justify-content: space-around;
	font-size:1.05rem;
	line-height:1;
	z-index:600;
}
header a{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
header a:hover, 
header a:focus{
	text-decoration: none;
	color:#fff;
}
footer{
	z-index: 500;
    position: absolute;
}
.section-class-name{
	/*min-height:100vh;*/
	display:flex;
	flex-direction:column;
}
.section-class-name.home{
	background: url('home-bg.jpg') right center no-repeat;
	background-size: cover;
}
.section-class-name.awards{
	background: url('awards-bg.jpg') right bottom no-repeat;
	background-size: cover;
}
.section-class-name .content{
	/*position: absolute;
	z-index: 5;*/
	font-size: 1.05rem;
	font-weight: 200;
	flex:1;
	display: flex;
    justify-content: center;
    min-height: 100vh;
}


.section-class-name.home .content,
.section-class-name.award .content{
	align-items: center;
}
.section-class-name.awards .content{
    align-items: flex-start;
}
.section-class-name.home .content img{
	width: 60%;
}

.section-class-name .content .container{
	padding: 15px;
	max-width: 750px;
	max-height: 100%
}
.section-class-name .content .container h1{
	margin: 40px 0 0 0;
}


#archives .content{
	box-sizing: border-box;
	padding: 40px 15px;
	display:flex;
	flex-wrap: wrap;
}
#archives .content > a{
	width: 100%;
	box-sizing: border-box;
	min-height: 150px;
	background-size: cover;
	background-position: center center;
	position:relative;
	background-color: #f9babd;
	background-blend-mode: multiply;
	transition: all .3s ease;
}
#archives .content > a:after{
	position:absolute;
	content: "";
	height:100%;
	width:100%;
	background:rgba(249,186,189,.25);
	transition: all .3s ease;
}
#archives .content > a:hover,
#archives .content > a:focus{
	background-blend-mode: normal;
	transition: all .3s ease;
}
#archives .content > a:hover:after,
#archives .content > a:focus:after{
	background:rgba(249,186,189,0);
}

#archives .content > a:nth-child(1){
	background-image: url('2009.jpg');
}
#archives .content > a:nth-child(2){
	background-image: url('2010.jpg');
}
#archives .content > a:nth-child(3){
	background-image: url('2011.jpg');
}
#archives .content > a:nth-child(4){
	background-image: url('2012.jpg');
}
#archives .content > a:nth-child(5){
	background-image: url('2013.jpg');
}
#archives .content > a:nth-child(6){
	background-image: url('2014.jpg');
}
#archives .content > a:nth-child(7){
	background-image: url('2015.jpg');
}
#archives .content > a:nth-child(8){
	background-image: url('2016.jpg');
}
#archives .content > a:nth-child(9){
	background-image: url('2017.jpg');
}
#archives .content > a:nth-child(10){
	background-image: url('2018.jpg');
}

.section-class-name .content .award-container{
	padding: 15px 60px;
	max-height: 100%;
	max-width: 80%;
	display: flex;
	flex-direction: column;
}
.section-class-name .content .award-container > div{
	margin: 0 0 20px 0;
	width: 100%;
}
.section-class-name .content .award-container h2{
	margin: 40px 0 0 0;
}


.flexslider{
	border: 0;
	background:none;
	margin: 0;
	position:relative;
}
.flexslider.fl-right::after{
	position:absolute;
	content: "";
	border:2px solid white;
	width:100%;
	height: 100%;
	top:-20px;
	right: -20px;
	z-index:-1;
}
.first{
	order: 1;
}
.second{
	order: 2;
}
.flexslider.fl-left::before{
	position:absolute;
	content: "";
	border:2px solid white;
	width:100%;
	height: 100%;
	top:-20px;
	left: -20px;
	z-index:-1;
}
.flexslider .slides li{
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
	background-size: cover;
	background-position: center center;
	height: 40vh;
}
.flex-caption {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  bottom: 0;
  background: rgba(0,0,0,.8);
  color: #fff;
  text-shadow: 0;
  margin: 0;
  text-align:center;
  font-size: 1.25rem;
  font-size: .9rem;
}
.flex-caption h5{
	margin: 0;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.flex-control-nav{
	display:none;
}

.flexslider .flex-direction-nav a:before {
    font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
    font-size: 40px;
    display: inline-block;
    content: '\f053';
    color: #fff;;
    text-shadow: 0;
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: '\f054';
}

#contact .content{
	flex-direction: column;
	align-items: center;
}
#contact .content .container-wide{
	/*width: 82%;
	border: 2px solid #fff;
	padding: 20px;*/
    width: 100%;
    box-sizing: border-box;
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-info .fas{
	background: #fff;
    color: pink;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	margin-right: 5px;
}
#contact .content .container-wide .contact-info{
	margin-bottom: 15px;
}
#contact .content .container-wide .contact-info a{
	color:#fff;
	text-decoration: none;
	transition: all .3s ease;
	border-bottom: 2px solid transparent;
}
#contact .content .container-wide .contact-info a:hover,
#contact .content .container-wide .contact-info a:focus{
	border-bottom: 2px solid #fff;
}

.fixed-bottom{
	position: fixed;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: #f9babd;
	display:flex;
	justify-content: space-between;
	padding: 0 30px;
	font-size: .8rem;
	width: 100%;
	box-sizing: border-box;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9babd+0,f9babd+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(249,186,189,0) 0%, rgba(249,186,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249,186,189,0) 0%,rgba(249,186,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249,186,189,0) 0%,rgba(249,186,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9babd', endColorstr='#f9babd',GradientType=0 ); /* IE6-9 */


}
.fixed-bottom .socials{
	font-size: 1.3rem;
}
.fixed-bottom a{
	color:#fff;
	text-decoration:none;
}

.section-class-name.bottom .content .container{
	display:flex;
	align-items: center;
}

#sponsor-links{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	max-width: 750px;
}
#sponsor-links a{
	width: 40%;
	margin-bottom: 20px;
}
#sponsor-links a img{
	max-width: 100%;
	height: auto;
}

.btn{
	display: inline-block;
	text-decoration: none;
	background:#fff;
	color: #f9babd;
	font-weight: 700;
	padding: 2%;
	margin: 0 5px 5px 0;
}


@media screen and (min-width: 500px){
	header{
		font-size: 1.3rem;
		top: 30px;
	}
	h1, h2, h3, h4{
		font-size: 2rem;
	}
	.section-class-name .content{
		font-size: 1.15rem;
	}
	.section-class-name.home .content img{
		width: 50%;
	}
	.section-class-name .content .container{
		padding: 30px;
	}
	.section-class-name .content .container h1{
		margin: 70px 0 0 0;
	}
	#archives .content{
		padding: 60px;
	}
	#archives .content > a{
		width: 50%;
	}
	#contact .content .container-wide{
		font-size: 1.1rem;
	}
	.contact-info .fas{
		background: #fff;
		color: pink;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-right: 5px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 769px){
	header{
		right: 50px;
		top: 60px;
		width: 50%;
		max-width: 550px;
		font-size: 1.4rem;
		left: auto;
	}
	h1, h2, h3, h4{
		font-size: 3.5rem;
	}
	.section-class-name .content{
		font-size: 1.5rem;
	}
	.section-class-name.home .content img{
		width: 40%;
	}
	.section-class-name .content .container{
		padding: 60px;
	}
	#archives .content{
		padding: 30px;
	}
	.flex-caption {
	  font-size: 1.25rem;
	}
	.flex-caption h5{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	#sponsor-links a{
		width: 20%;
		margin-bottom: 0;
	}
	
	
	.line1, .line2, .line3, .line4, .line5, .line6 {
		position: fixed;
		background: transparent;
		width: 0px;
		height: 0px;
		-webkit-animation-duration: .8s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-duration: .8s;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-in-out;
		-moz-animation-fill-mode: forwards;
		-o-animation-duration: .8s;
		-o-animation-iteration-count: 1;
		-o-animation-timing-function: ease-in-out;
		-o-animation-fill-mode: forwards;
		animation-duration: .8s;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		
	}
	.line1 {
		left: 30px;
		top: 30px;
		height: 100%;
		height:calc(100% - 60px);
		width: 2px;
		animation-name: l1;
		animation-delay: 0.8s;
		-webkit-animation-name: l1;
		-webkit-animation-delay: 0.8s;
		-moz-animation-name: l1;
		-moz-animation-delay: 0.8s;
		-o-animation-name: l1;
		-o-animation-delay: 0.8s;
	}
	.line2 {
		top: 30px;
		left: 50%;
		width: 50%;
		width:calc(50% - 30px);
		height: 2px;
		animation-name: l2;
		animation-delay: 0s;
		-webkit-animation-name: l2;
		-webkit-animation-delay: 0s;
		-moz-animation-name: l2;
		-moz-animation-delay: 0s;
		-o-animation-name: l2;
		-o-animation-delay: 0s;
	}
	.line3 {
		right: 30px;
		top: 30px;
		height: 100%;
		height:calc(100% - 60px);
		width: 2px;
		animation-name: l3;
		animation-delay: 0.8s;
		-webkit-animation-name: l3;
		-webkit-animation-delay: 0.8s;
		-moz-animation-name: l3;
		-moz-animation-delay: 0.8s;
		-o-animation-name: l3;
		-o-animation-delay: 0.8s;
	}
	.line4 {
		bottom: 30px;
		left: 30px;
		width: 50%;
		width:calc(50% - 30px);
		height: 2px;
		animation-name: l4;
		animation-delay: 1.6s;
		-webkit-animation-name: l4;
		-webkit-animation-delay: 1.6s;
		-moz-animation-name: l4;
		-moz-animation-delay: 1.6s;
		-o-animation-name: l4;
		-o-animation-delay: 1.6s;
	}
	.line5 {
		top: 30px;
		right: 50%;
		width: 50%;
		width:calc(50% - 30px);
		height: 2px;
		animation-name: l5;
		animation-delay: 0s;
		-webkit-animation-name: l5;
		-webkit-animation-delay: 0s;
		-moz-animation-name: l5;
		-moz-animation-delay: 0s;
		-o-animation-name: l5;
		-o-animation-delay: 0s;
	}
	.line6 {
		bottom: 30px;
		right: 30px;
		width: 50%;
		width:calc(50% - 30px);
		height: 2px;
		animation-name: l6;
		animation-delay: 1.6s;
		-webkit-animation-name: l6;
		-webkit-animation-delay: 1.6s;
		-moz-animation-name: l6;
		-moz-animation-delay: 1.6s;
		-o-animation-name: l6;
		-o-animation-delay: 1.6s;
	}
}

@media screen and (min-width: 992px){
	.section-class-name .content .award-container{
		padding: 15px 60px;
		max-width: 1200px;
		max-height: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.section-class-name .content .award-container > div{
		margin: 0;
		width: 48%;
	}
	.section-class-name .content .award-container h2{
		margin: 0;
	}
	.second{
		order: 1;
	}
	.flexslider .slides li{
		width: 400px;
		height: 300px;
	}	
	
	#contact .content .container-wide{
		box-sizing: content-box;
		width: 750px;
		padding: 30px;
    	border: 2px solid #fff;	
	}
	#contact .content .container-wide .contact-info:nth-child(2){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.section-class-name.awards .content .container h1{
		margin: 120px 0 0 0;
	}
	#archives .content > a{
		width: 20%;
	}
	
	.flexslider .slides li{
		width: 540px;
		height: 390px;
	}
}

@-webkit-keyframes l1{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-webkit-keyframes l2{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-webkit-keyframes l3{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-webkit-keyframes l4{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-webkit-keyframes l5{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-webkit-keyframes l6{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}

@-moz-keyframes l1{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-moz-keyframes l2{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-moz-keyframes l3{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-moz-keyframes l4{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-moz-keyframes l5{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-moz-keyframes l6{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}

@-o-keyframes l1{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-o-keyframes l2{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-o-keyframes l3{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@-o-keyframes l4{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-o-keyframes l5{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@-o-keyframes l6{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}

@keyframes l1{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@keyframes l2{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@keyframes l3{0%{height:0;background:#fff}100%{height:calc(100% - 60px);background:#fff}}
@keyframes l4{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@keyframes l5{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}
@keyframes l6{0%{width:0;background:#fff}100%{width:calc(50% - 30px);background:#fff}}