@charset "utf-8";
/* CSS Document */

/*
Proxima Nova Regular
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
Proxima Nova Italic
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: italic;
Proxima Nova Medium
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
Proxima Nova Medium Italic
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: italic;
Proxima Nova Bold
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
Proxima Nova Bold Italic
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: italic;
*/

body, html {
	height: 100%;
	width: 100%;
	background-color: black;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: white;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 5px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
p {
	font-size: 12px;
	line-height: 18px;
}


#bg {
	background-image: url("images/mobile_splash_v1.gif"),url("images/mobile_splash_v.jpg");
	height: 100vh;

/*	background-color: #0071b9;*/
    background-color: rgba(210, 66, 44, 1.0);
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;

/*	animation: slideshow 20s;*/
}
#fg {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#mobileMark {
	opacity: 1;
	display: block;
	position: fixed;
	object-fit: cover;
    top: 0;
    left: 0;
    width: 100vw;
	height: 100vh;
	z-index: 1;
/*    animation: fade 1s linear 5s 1 forwards;*/
}
#tabletMark {
	opacity: 1;
	display: none;
	position: fixed;
	object-fit: cover;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 0;
/*    animation: fade 1s linear 5s 1 forwards;*/
}
#tabletMark2 {
	opacity: 1;
	display: none;
	position: fixed;
	object-fit: cover;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 0;
}
video, #animationMark {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52vw;
/*  height: 100vh;*/
	height: auto;
    z-index: 4;

    /*background-image: radial-gradient(circle, transparent 40%, #0071b9 50%),
		linear-gradient(to right, #004e80, #0071b9), url("images/GD_Class2023_Edited-107.jpg");
	background-size: cover;
	background-color:black;
	background-position: 0px 0px;
	background-blend-mode: multiply;
	animation: intro 2s 4s forwards;*/
	/*transition: all 0.5s ease-out;*/
}
#top_tear {
	z-index: 3;
	position: fixed;
    top: -28%;
    left: -10%;
    height:31.5%;
    width: 100%;
    background-image: url("images/top_tear_paper_.png");
    transform:scale(1.6) rotate(172deg);
/*    background-color: white;*/
}
#dex_top_tear {
	z-index: 3;
	position: fixed;
    top: -11%;
    left: 0%;
    height:235px;
    width: 100vw;
    background-image: url("images/dex_top_tear_paper_.png");
    background-repeat: no-repeat;
    transform:rotate(0deg);
    opacity: 100%;
    transition: all 100ms ease-in;
/*    background-color: white;*/
}
#bottom_tear {
	position: fixed;
    top: 104%;
    left: -10%;
    height:31.5%;
    width: 100%;
    background-image: url("images/top_tear_paper_.png");
    transform:scale(1.6) rotate(350deg);
/*    background-color: white;*/
}
#ding_star {
	display: block;
	position: absolute;
	top: 100px;
	right:5%;
	width: 64px;
	height: 60px;
	background-image: url("images/ding_star.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 200ms ease-in-out;

}
#ding_crown {
	display: block;
	position: absolute;
	top: 280px;
	left:20%;
	width: 84px;
	height: 80px;
	background-image: url("images/ding_crown.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(-5deg);
	transition: all 200ms ease-in-out;

}
#ding_circle {
	position: absolute;
	top: 160px;
	left:5%;
	width: 92px;
	height: 80px;
	background-image: url("images/ding_circle.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(125deg);
	transition: all 200ms ease-in-out;
}
#ding_stars {
	position: absolute;
	top: 420px;
	left:4%;
	width: 78px;
	height: 70px;
	background-image: url("images/ding_stars.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(-25deg);
	transition: all 200ms ease-in-out;

}
#ding_dots {
	position: absolute;
	bottom: 80px;
	left:60%;
	width: 108px;
	height: 100px;
	background-image: url("images/ding_dots.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(-165deg);
	transition: all 200ms ease-in-out;
}
#ding_cone {
	position: absolute;
	bottom: 330px;
	right:6%;
	width: 98px;
	height: 90px;
	background-image: url("images/ding_cone.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(-65deg);
	transition: all 200ms ease-in-out;
}
#ding_spark {
	position: absolute;
	bottom: 120px;
	left:1%;
	width: 134px;
	height: 130px;
	background-image: url("images/ding_spark.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(15deg);
	transition: all 200ms ease-in-out;
	animation: spin 8s ease-in-out infinite;

}
#ding_blob {
	position: absolute;
	bottom: 90px;
	left:30%;
	width: 84px;
	height: 80px;
	background-image: url("images/ding_blob.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(-15deg);
	transition: all 200ms ease-in-out;
    animation: spin 8s ease-in-out infinite;
}
#ding_box {
	position: absolute;
	bottom: 220px;
	right:2%;
	width: 64px;
	height: 60px;
	background-image: url("images/ding_xbox.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(5deg);
	transition: all 200ms ease-in-out;

}
#ding_smile {
	position: absolute;
	bottom: 220px;
	right:10%;
	width: 164px;
	height: 84px;
	background-image: url("images/ding_smile.gif");
	background-repeat: no-repeat;
	background-size: 90%;
	opacity: 0;
	transform:rotate(-25deg);
	transition: all 200ms ease-in-out;
}
#ding_bolt {
	position: absolute;
	top: 180px;
	right:20%;
	width: 128px;
	height: 112px;
	background-image: url("images/ding_bolt.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(20deg);
	transition: all 200ms ease-in-out;
}
#ding_cloud {
	position: absolute;
	top: 300px;
	right:2%;
	width: 120px;
	height: 90px;
	background-image: url("images/ding_cloud.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(0deg);
	transition: all 200ms ease-in-out;
}
#ding_wave {
	position: absolute;
	top: 580px;
	left:8%;
	width: 90px;
	height: 40px;
	background-image: url("images/ding_wave.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform:rotate(10deg);
	transition: all 200ms ease-in-out;
}
video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

nav {
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 20;
	width: 100vw;
	opacity: 0;

	-webkit-animation: navIntro 0.9s linear 0s 1 normal forwards;
    -moz-animation: navIntro 0.9s linear 0s 1 normal forwards;
    -ms-animation: navIntro 0.9s linear 0s 1 normal forwards;
    -o-animation: navIntro 0.9s linear 0s 1 normal forwards;
	animation: navIntro 0.9s linear 0s 1 normal forwards;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	overflow: hidden;*/
	position: relative;
/*	background-color: black;*/
}
nav li a {
	display: block;
	text-decoration: none;
	color: white;
	text-align: center;
}
nav li a:hover {
	color: #f7be00;

	-webkit-transition: 0.2s;
 	-moz-transition: 0.2s;
  	-ms-transition: 0.2s;
 	-o-transition: 0.2s;
	transition: 0.2s;
}
#container {
    display: none;
/*    background-color: #d5452a;*/
/*	  background-color: rgba(210, 66, 44, 1.0);*/
/*    background-color: rgba(0, 0, 0, 1.0);*/
/*    box-shadow: 0px 5px 6px rgb(30 30 30 / 40%);*/
    margin: 0;
}
#mobile-container {
	display: block;
	background-color: rgba(0, 0, 0, 1.0);
/*	background-color: rgba(210, 66, 44, 1.0);*/
    box-shadow: 0px 5px 6px rgb(30 30 30 / 40%);
    margin: 0;
}
.menu li {
	float: right;
	padding: 1em;
	cursor: pointer;
}
.menu li:first-child {
	position: absolute;
	top: 5px;
/*	bottom: 0;*/
	left: 1.5em;
	margin: auto;
	width:104px;
	height:50px;

	background-image: url("images/logo_mark_yellow.svg");
/*	background-size: contain;*/
	background-repeat: no-repeat;
/*	background-position: 100% 50%;*/

	/*height: auto;
	width: 3em;*/
	vertical-align: middle;
}
.menu li:first-child:hover {
	background-image: url("images/logo_mark_white.svg");

	-webkit-transition: 0.2s;
 	-moz-transition: 0.2s;
  	-ms-transition: 0.2s;
 	-o-transition: 0.2s;
	transition: 0.2s;
}
.menu li:nth-child(2) {
	padding-right: 2em;
}
#mobile-menu {
	opacity: 0;
	display: block;
	position: fixed;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 20vh 0 10vh 0;
	list-style: none;
/*	background-color: rgba(210, 66, 44, 1.0);*/
    background-color: rgba(0, 0, 0, 1.0);
/*	background-color: rgba(0, 0, 0, 0.7);*/
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	
	-webkit-transition: 0.3s;
 	-moz-transition: 0.3s;
  	-ms-transition: 0.3s;
 	-o-transition: 0.3s;
	transition: 0.3s;
}
#mobile-menu li {
	float: none;
	padding: 1vh;
}
#mobile-menu li:first-child {
	background-image: none;
}
.menuitem {
	font-size: 18px;
	color: #f6e4d1;
}
/*.logoitem {
	height: auto;
	width: 3em;
	vertical-align: middle;
}*/
#hamburger {
	z-index: 3;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3px;
	background-color: white;
	margin: 8px 0;
	border-radius: 2px;

	-webkit-transition: 0.3s;
 	-moz-transition: 0.3s;
  	-ms-transition: 0.3s;
 	-o-transition: 0.3s;
	transition: 0.3s;
}
.change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}
.awdcontainer{
	display: block;
	background-color: red;

}

.award{
    display: block;
    width: 70%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 4em;
}

.award h1{
    padding-bottom: 0px;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 4vw;
    letter-spacing:2px;
    margin-top: 0px;
    margin-bottom: -5px;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.award h2{
    padding-bottom: 0px;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 3vw;
    letter-spacing:2px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.award h3{
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 1.5vw;
    letter-spacing:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    text-align: left;
}

.award a{
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    font-size: 1.5vw;
    letter-spacing:2px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: white;
    text-align: left;
}

.award h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.5vw;
    letter-spacing:0px;
    margin-bottom: 5px;
    color: white;
    text-align: left;
}


.award img{
/*    background-color: aqua;*/
    margin-bottom:0px;
    margin-top:30px;
    padding:0;
}
    
.congrats{
    width: 85%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 4em;
}

.congrats h1{
    padding-bottom: 0px;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 4vw;
    letter-spacing:2px;
    margin-top: 0px;
    margin-bottom: -5px;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.congrats h2{
    padding-bottom: 0px;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 3vw;
    letter-spacing:2px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.congrats h3{
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 2vw;
    letter-spacing:0px;
    margin-top: -5px;
    margin-bottom: 0px;
    color: white;
    text-align: left;
}

.congrats a{
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    font-size: 2.5vw;
    letter-spacing:2px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: white;
    text-align: left;
}

.congrats h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.5vw;
    letter-spacing:0px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: white;
    text-align: left;
}

#footer {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    left:0px;
    height: auto;
    overflow: hidden;
    background-color: black;
    z-index: 2;
}


.footcontainer{
	display: inline-flex;
    position: relative;
    background-color: none;
    width:280px;
    max-height:194px;
    min-height:34px;
    margin-top: 20px;
    left:calc(50% - 280px/2);;
    text-align: center;
}
.footericonf {
	display: inline-block;
    position: relative;
    padding-right: 2em;
    width: 60px;
    padding-top: 1px;
    overflow: hidden;
    float: left;
}

.footericoni {
	display: inline-block;
    position: relative;
    padding-right: 1em;
    width: 60px;
    overflow: hidden;
    float: left;
}

.footericont {
	display: inline-block;
    position: relative;
    padding-right: 1em;
    width: 60px;
    overflow: hidden;
    float: left;
}

.footericonl {
	display: inline-block;
    position: relative;
    padding-left: 2em;
    height: auto;
    width: 80px;
    overflow: hidden;
    float: left;
}
.orgs{
	display:block;
	 position: relative;
	 height: auto;
	 width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

.orgs h1 {
	display: inline-block;
    position: relative;
    /*font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: 500;*/
    font-family: antarctican-headline, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f7be00;
    font-size: 2.6vw;
    text-transform: uppercase;
    padding-right: 30px;
}

 h1:hover {
      color: #d6482c;
}



.header {
	display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin-top: 0px;
    background-image: url('images/header_splash_sm.png'), url('images/desktop_splash.jpg');
    background-size: cover;
    background-position: 50% 50%;
    opacity:0;
	transition: opacity 3s ease-in-out;
}
.header img {
	display: block;
	width: auto;
	height: 100%;
	position: relative;
	left: -62%;
	top: 30px;
}

.dsummary {
	display: block;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 220px;
    top: 12.5%;
    margin-top:250px;
    text-align: center;
	color: white;
}
.dsummary h1 {
	width: 70%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
.dsummary p {
	width: 90%;
	margin: auto;
}
.summary {
	display: block;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: auto;
/*    top: 35%;*/
    top: 300px;
    text-align: center;
	color: white;
}
.summary h1 {
	width: 70%;
	margin: auto;
	/*margin-top: 2%;
	margin-bottom: 2%;*/
}
.summary p {
	width: 60%;
	margin: auto;
}
.juror {
	display:block;
	position: relative;
	width: 90vw;
/*	margin: 0 auto;*/
	margin-left: 20px;
	margin-right: 20px;
}
.juror p {
	display:block;
	position: relative;
	width:90vw;
	font-size: 18px;
    line-height: 33px;

}
.jrportrait {
	display: inline-block;
	position: relative;
    width: 70vw; 
    height: 66vh;
	background-image: url("images/david_team.jpg");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-left:10vw;
    margin-right:10vw;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	position: relative;
    margin-bottom: 20%;
    height: 100vw;
    width: auto;
	justify-content: center;
	margin: auto;
	margin-top: 1%;
/*  background-color: black;*/
/*	background-color: red;*/
	padding-bottom: 900px;
}
.grid a {
	width: 40%;
	height: 46%;
	margin: 1%;
}
.grid img{
    display: block;
    width: 40vw;
	height: auto;
	position: absolute;

	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.grid img.top:hover {
	opacity: 0;
	cursor: pointer;
}

.squareone, .squaretwo {
/*    background-color: red;*/
    width: 50%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    display: inline-block;
    float: left;
}
.recone {
/*    background-color: green;*/
    width: 100%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    display: inline-block;
    float: left;
}
.rectwo {
/*    background-color: blue;*/
    width: 100%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    display: inline-block;
    float: left;
}
.item img {
	display: block;
	width: 100%;
}
.t-hide {
	display: inline-block;
}
.m-hide {
	display: none;
}



@keyframes fadeIn {
	0% { background-color: black; }
	100% { background-color: #d22c42; }
}
/*@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}*/
/*@keyframes intro {
	0% {
		background-color:black;
		background-position: 0px 0px;
  	}
  	100% {
		background-color:white;
		background-position: 0px 400vh;
	}
}*/
@keyframes navIntro {
	0% { opacity: 0;transform: translateY(-50%); }
	100% { opacity: 1;transform: translateY(0%); }
}




/* Mobile Landscape */

@media screen and (height <= 800px) and (orientation: landscape){
	#bg {
		background-image: url("images/mobile_splash_h.jpg");
		background-blend-mode: normal;
	    background-position: center;
	    background-repeat: no-repeat;
		background-size: cover;
	}
	#mobileMark {display: none; z-index: 0;}

	#ding_star {
	display: block;
	position: absolute;
	top: 40px;
	right:5%;
	width: 64px;
	height: 60px;
	background-image: url("images/ding_star.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all 200ms ease-in-out;

	}
	#ding_crown {
		display: block;
		position: absolute;
		top: 24px;
		left:20%;
		width: 84px;
		height: 80px;
		background-image: url("images/ding_crown.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-5deg);
		transition: all 200ms ease-in-out;

	}
	#ding_circle {
		position: absolute;
		top: 10px;
		left:5%;
		width: 92px;
		height: 80px;
		background-image: url("images/ding_circle.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;
	}
	#ding_stars {
		position: absolute;
		top: 420px;
		left:4%;
		width: 78px;
		height: 70px;
		background-image: url("images/ding_stars.gid");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;

	}
	#ding_dots {
		position: absolute;
		bottom: 80px;
		left:60%;
		width: 108px;
		height: 100px;
		background-image: url("images/ding_dots.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(-165deg);
		transition: all 200ms ease-in-out;
	}
	#ding_cone {
		position: absolute;
		bottom: 330px;
		right:6%;
		width: 98px;
		height: 90px;
		background-image: url("images/ding_cone.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(-65deg);
		transition: all 200ms ease-in-out;
	}
	#ding_spark {
		position: absolute;
		bottom: 120px;
		left:1%;
		width: 134px;
		height: 130px;
		background-image: url("images/ding_spark.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(15deg);
		transition: all 200ms ease-in-out;
		animation: spin 8s ease-in-out infinite;

	}
	#ding_blob {
		position: absolute;
		bottom: 40px;
		left:16%;
		width: 84px;
		height: 80px;
		background-image: url("images/ding_blob.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-15deg);
		transition: all 200ms ease-in-out;

	}
	#ding_box {
		position: absolute;
		bottom: 220px;
		right:2%;
		width: 64px;
		height: 60px;
		background-image: url("images/ding_xbox.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(5deg);
		transition: all 200ms ease-in-out;

	}
	#ding_smile {
		position: absolute;
		bottom: 120px;
		right:10%;
		width: 164px;
		height: 84px;
		background-image: url("images/ding_smile.gif");
		background-repeat: no-repeat;
		background-size: cover;
		background-size: 90%;
		opacity:1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;
	}
	#ding_bolt {
		position: absolute;
		top: -10px;
		right:20%;
		width: 128px;
		height: 118px;
		background-image: url("images/ding_bolt.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(20deg);
		transition: all 200ms ease-in-out;
	}
	#ding_cloud {
		position: absolute;
		top: 300px;
		right:2%;
		width: 120px;
		height: 90px;
		background-image: url("images/ding_cloud.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(0deg);
		transition: all 200ms ease-in-out;
	}
	#ding_wave {
		position: absolute;
		top: 580px;
		left:8%;
		width: 90px;
		height: 40px;
		background-image: url("images/ding_wave.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		transform:rotate(10deg);
		transition: all 200ms ease-in-out;
	}
	.dsummary {
/*		top: 47%;*/
	    top: -11%;
	}
}

/* Tablets */

@media all and (min-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	h2 {
		font-size: 24px;
		line-height: 24px;
	}
	p {
		font-size: 20px;
		line-height: 24px;
	}
	#bg {
		background-image: url("images/tablet_splash_v.jpg");
	}

	#mobileMark {display: none; z-index: 0;}
	#tabletMark {display: block; z-index: 1;}
	#tabletMark2 {display: none; z-index: 0;}

	.header {
		opacity:0;
		transition: opacity 2s ease-in-out;
	}
	.header img {
		position: relative;
		left: -32%;
	}
	.summary {
/*	    top: 34%;*/
	    top: 361px;

	}
	.summary h1{
	    min-width: 600px;
	    max-width: 750px;
	}
	.summary p{
		min-width: 600px;
	}
	.dsummary {
/*		top: 47%;*/
	    top: -11%;
	}
	.dsummary p{
		min-width: 600px;
	}
	.grid {
        height: 78vw;
/*	    display: block;
	    position: relative;*/
	    padding: 1.75em 0 0 2.75%;
/*	    background-color: blueviolet;*/
	}
	.grid a {
		width: 20vw;
		height: auto;
		margin: 1vw;
	}
	.grid img{
	    width: 20vw;
		height: auto;
	}

	.squareone {
	    width: 19.2%;
	    height: 100%;
	    margin: 1% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.squaretwo {
		width: 21.17%;
	    height: 100%;
	    margin: 1% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.recone {
	    width: 38.4% ;
	    height: 100%;
	    margin: 1.02% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.rectwo {
	    width: 53.6% ;
	    height: 100%;
	    margin: 1.02% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.m-hide {
		display: inline-block;
	}
	.t-hide {
		display: none;
	}

	.footcontainer{
		display: inline-flex;
	    position: relative;
	    background-color: none;
	    width:280px;
	    max-height:194px;
	    min-height:34px;
	    margin-top: 20px;
	    left:calc(50% - 280px/2);;
	    text-align: center;
	}

#ding_star {
	display: block;
	position: absolute;
	top: 100px;
	right:5%;
	width: 64px;
	height: 60px;
	background-image: url("images/ding_star.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all 200ms ease-in-out;

}
#ding_crown {
	display: block;
	position: absolute;
	top: 280px;
	left:20%;
	width: 84px;
	height: 80px;
	background-image: url("images/ding_crown.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(-5deg);
	transition: all 200ms ease-in-out;

}
#ding_circle {
	position: absolute;
	top: 160px;
	left:5%;
	width: 92px;
	height: 80px;
	background-image: url("images/ding_circle.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(125deg);
	transition: all 200ms ease-in-out;
}
#ding_stars {
	position: absolute;
	top: 420px;
	left:4%;
	width: 78px;
	height: 70px;
	background-image: url("images/ding_stars.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(-25deg);
	transition: all 200ms ease-in-out;

}
#ding_dots {
	position: absolute;
	bottom: 80px;
	left:60%;
	width: 108px;
	height: 100px;
	background-image: url("images/ding_dots.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(-165deg);
	transition: all 200ms ease-in-out;
}
#ding_cone {
	position: absolute;
	bottom: 330px;
	right:6%;
	width: 98px;
	height: 90px;
	background-image: url("images/ding_cone.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(-65deg);
	transition: all 200ms ease-in-out;
}
#ding_spark {
	position: absolute;
	bottom: 120px;
	left:1%;
	width: 134px;
	height: 130px;
	background-image: url("images/ding_spark.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(15deg);
	transition: all 200ms ease-in-out;
	animation: spin 8s ease-in-out infinite;

}
#ding_blob {
	position: absolute;
	bottom: 90px;
	left:30%;
	width: 84px;
	height: 80px;
	background-image: url("images/ding_blob.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(-15deg);
	transition: all 200ms ease-in-out;
    animation: spin 8s ease-in-out infinite;
}
#ding_box {
	position: absolute;
	bottom: 220px;
	right:2%;
	width: 64px;
	height: 60px;
	background-image: url("images/ding_xbox.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(5deg);
	transition: all 200ms ease-in-out;

}
#ding_smile {
	position: absolute;
	bottom: 220px;
	right:10%;
	width: 164px;
	height: 84px;
	background-image: url("images/ding_smile.gif");
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 90%;
	opacity: 1;
	transform:rotate(-25deg);
	transition: all 200ms ease-in-out;
}
#ding_bolt {
	position: absolute;
	top: 180px;
	right:20%;
	width: 128px;
	height: 112px;
	background-image: url("images/ding_bolt.gif");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(20deg);
	transition: all 200ms ease-in-out;
}
#ding_cloud {
	position: absolute;
	top: 300px;
	right:2%;
	width: 120px;
	height: 90px;
	background-image: url("images/ding_cloud.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(0deg);
	transition: all 200ms ease-in-out;
}
#ding_wave {
	position: absolute;
	top: 580px;
	left:8%;
	width: 90px;
	height: 40px;
	background-image: url("images/ding_wave.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transform:rotate(10deg);
	transition: all 200ms ease-in-out;
}
}




/* Tablet Landscape */

@media all and (min-width: 760px) and (orientation: landscape) {
	#bg {
		background-image: url("images/tablet_splash_h.jpg");
		background-blend-mode: normal;
	    background-position: center;
	    background-repeat: no-repeat;
		background-size: cover;
	}
	#mobileMark {display: none; z-index: 0;}
	#tabletMark {display: none; z-index: 0;}
	#tabletMark2 {display: block; z-index: 1;}

	.juror {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: auto;
	}
	.juror p {
	width: 100%;
	font-size: 20px;
    line-height: 28px;
	}
	.jrportrait {
		display: inline-block;
		position: relative;
	    width: 25vw; 
	    height: 49.3vh;
		background-image: url("images/david_team.jpg");
		background-size:contain;
		background-repeat:no-repeat;
		margin-top: 168px;
		margin-left:auto;
        margin-right:auto;
	}

	.dsummary {
/*		top: 47%;*/
	    top: 14%;
	}
}






/* Desktop */

@media all and (min-width: 1280px) { 
	h1 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	h2 {
		font-size: 24px;
		line-height: 24px;
	}
	p {
		font-size: 16px;
		line-height: 24px;
	}

	#bg {
		background-image: url("images/desktop_splash.jpg");
		background-color: black;
/*		background-color: #0071b9;*/
/*		background-blend-mode: darken;*/
	    background-position: center;
	    background-repeat: no-repeat;
		background-size: cover;
	}
	.animation {
		-webkit-animation: fadeIn 1s linear 2s 1 normal forwards;
 		-moz-animation: fadeIn 1s linear 2s 1 normal forwards;
  		-ms-animation: fadeIn 1s linear 2s 1 normal forwards;
 		-o-animation: fadeIn 1s linear 2s 1 normal forwards;
		animation: fadeIn 1s linear 2s 1 normal forwards;
	}
	#mobileMark {display: none;}
	#tabletMark {display: none;}
	#tabletMark2 {display: none;}
	#container {
	    display: block; 
	}
	#mobile-container {
		display: none;
	}
	.menu li:first-child {
		display: block;
		position: absolute;
		top: 5px;
		left: 1.5em;
		margin: auto;
		width:104px;
		height:50px;
		background-image: url("images/wanted_mark_yellow.svg");
/*		background-size: contain;*/
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.navIntro {
		-webkit-animation: navIntro 0.9s linear 2s 1 normal forwards;
 		-moz-animation: navIntro 0.9s linear 2s 1 normal forwards;
  		-ms-animation: navIntro 0.9s linear 2s 1 normal forwards;
 		-o-animation: navIntro 0.9s linear 2s 1 normal forwards;
		animation: navIntro 0.9s linear 2s 1 normal forwards;
	}
	.header {
	    height: 80%;
	    opacity:0;
		transition: opacity 2s ease-in-out;
	}
	.header img {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
	}
	.summary {
/*	    top: 55%;*/
        top: 475px;
	}

	.summary h1 {
		/*margin-top: 1%;
		margin-bottom: 1%;*/
	}
	.summary p{
		min-width: 600px;
	}
	.dsummary {
/*	    top: 35%;*/
	    top: 55%;
	}
	.dsummary p{
		min-width: 600px;
	}
	.dsummary h1 {
		margin-top: 1%;
		margin-bottom: 1%;
	}

	.juror {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: auto;
	}
	.juror p {
	width: 100%;
	font-size: 26px;
    line-height: 33px;
	}
	.jrportrait {
		display: inline-block;
		position: relative;
	    width: 25vw; 
	    height: 49.3vh;
		background-image: url("images/david_team.jpg");
		background-size:contain;
		background-repeat:no-repeat;
		margin-top: 128px;
		margin-left:auto;
        margin-right:auto;
	}
	.grid{
		height: 78vw;
/*	    display: block;
	    position: relative;*/
	    padding: 1.75em 0 0 2.75%;
/*	    background-color: yellowgreen;*/
	}
	.grid img{
	    display: block;
	}
	.squareone, .squaretwo {
	    width: 15.8%;
	    height: 100%;
	    margin: 1% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.recone {
	    width: 31.6%;
	    height: 100%;
	    margin: 1% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.rectwo {
	    width: 40%;
	    height: 100%;
	    margin: 1.02% 0% 0% 1%;
	    display: inline-block;
	    float: left;
	}
	.m-hide {
		display: inline-block;
	}
	.t-hide {
		display: inline-block;
	}
	.footcontainer{
		display: inline-flex;
	    position: relative;
	    background-color: none;
	    width:280px;
	    max-height:194px;
	    min-height:34px;
	    margin-top: 20px;
	    left:calc(50% - 280px/2);;
	    text-align: center;
	}
	@keyframes spin {
		 0% {
		    transform: rotate(0deg);
		  }
		  100% {
		    transform: rotate(360deg);
		  }
	}
	@keyframes row {
		 0% {
		    transform: rotate(0deg);
		  }
		  50% {
		    transform: rotate(45deg);
		  }
		  100% {
		    transform: rotate(0deg);
		  }
	}
	#ding_star {
		display: block;
		position: absolute;
		top: 100px;
		right:5%;
		width: 84px;
		height: 80px;
		background-image: url("images/ding_star.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: all 200ms ease-in-out;
		animation: spin 6s ease-in-out infinite;

	}
	#ding_crown {
		display: block;
		position: absolute;
		top: 200px;
		left:20%;
		width: 104px;
		height: 100px;
		background-image: url("images/ding_crown.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-5deg);
		transition: all 200ms ease-in-out;

	}
	#ding_circle {
		display: block;
		position: absolute;
		top: 150px;
		left:5%;
		width: 112px;
		height: 100px;
		background-image: url("images/ding_circle.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;
	}
	#ding_stars {
		display: block;
		position: absolute;
		top: 320px;
		left:4%;
		width: 108px;
		height: 100px;
		background-image: url("images/ding_stars.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;

	}
	#ding_dots {
		display: block;
		position: absolute;
		bottom: 60px;
		left:60%;
		width: 108px;
		height: 100px;
		background-image: url("images/ding_dots.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;
	}
	#ding_cone {
		display: block;
		position: absolute;
		bottom: 340px;
		right:16%;
		width: 108px;
		height: 100px;
		background-image: url("images/ding_cone.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(5deg);
		transition: all 200ms ease-in-out;
	}
	#ding_spark {
		display: block;
		position: absolute;
		bottom: 40px;
		left:1%;
		width: 134px;
		height: 130px;
		background-image: url("images/ding_spark.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(15deg);
		transition: all 200ms ease-in-out;
		animation: spin 8s ease-in-out infinite;

	}
	#ding_blob {
		display: block;
		position: absolute;
		bottom: 40px;
		left:16%;
		width: 134px;
		height: 130px;
		background-image: url("images/ding_blob.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(15deg);
		transition: all 200ms ease-in-out;
		animation: spin 6s ease-in-out infinite;
	}
	#ding_box {
		display: block;
		position: absolute;
		bottom: 220px;
		right:2%;
		width: 104px;
		height: 100px;
		background-image: url("images/ding_xbox.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(5deg);
		transition: all 200ms ease-in-out;

	}
	#ding_smile {
		display: block;
		position: absolute;
		bottom: 180px;
		right:10%;
		width: 204px;
		height: 104px;
		background-image: url("images/ding_smile.gif");
		background-repeat: no-repeat;
		background-size: 90%;
		opacity: 1;
		transform:rotate(-25deg);
		transition: all 200ms ease-in-out;
	}
	#ding_bolt {
		display: block;
		position: absolute;
		top: 140px;
		right:20%;
		width: 168px;
		height: 148px;
		background-image: url("images/ding_bolt.gif");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(10deg);
		transition: all 200ms ease-in-out;
	}
	#ding_cloud {
		display: block;
		position: absolute;
		top: 280px;
		right:2%;
		width: 200px;
		height: 140px;
		background-image: url("images/ding_cloud.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(0deg);
		transition: all 200ms ease-in-out;
		animation: row 6s ease-in-out infinite;
	}
	#ding_wave {
		display: block;
		position: absolute;
		top: 540px;
		left:8%;
		width: 160px;
		height: 74px;
		background-image: url("images/ding_wave.svg");
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transform:rotate(10deg);
		transition: all 200ms ease-in-out;
	}
}