@charset "utf-8";

/* CSS Document */

html {
	overflow-x: hidden;
}
html, html a {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
}
body {
	background: #141414;
}
p {
	margin-bottom: 10px;
	color: #20262f;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	padding: 0 10px;
}
p span {
	font-weight: 700;
}
a {
	color: #1565C0
}
a:hover {
	color: #2196F3;
}
nav {
	position: fixed;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	height: 100%;
	background-image: url(../img/saya.png);
	background-color: #0D47A1;
}
.isMobileWide nav, .isMobileTall nav {
	visibility: hidden;
}
.isDesktop nav, .isLaptop nav, .isTablet nav {
	visibility: visible;
}
nav a {
	text-decoration: none;
}
.nav-box {
	float: left;
	width: 100%;
	height: 100%;
}
.nav-box a {
	display: block;
	font-family: MoonBold, sans-serif;
}
.nav-box a img {
	display: block;
	padding: 50px 0 40px 20px;
}
.nav-content {
	padding: 0 30px;
	overflow: auto;
}
nav ul {
	width: 100%;
	line-height: 140%;
}
nav ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
ul.submenu {
	margin: 0;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
	list-style-type: disc;
	list-style-position: outside;
}
ul.submenu li {
	padding: 5px 16px;
	color: #90CAF9;
}
ul.submenu li a {
	padding: 0;
}
ul.submenu li a p {
	margin: 0;
	padding: 0;
	color: #90CAF9;
	transition: color .2s;
	text-decoration: underline;
}
ul.submenu li a p:hover {
	color: #E3F2FD;
}
.sidebar-dates {
	margin: 20px 0;
}
.sidebar-dates li {
}
.sidebar-dates li p {
	color: #CCC;	
}
.sidebar-dates li p span{
	color: #FFF;	
}
#top {
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.isMobileTall #top {
	height: 40%;
}
#hero {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background: url(../img/hero.jpg) no-repeat center center;
	background-size: cover;
	pointer-events: none;
}
.nav-box-bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	box-sizing: border-box;
}
.nav-box-bottom p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	margin: 10px;
	text-align: left;
	padding: 0;
}

.sponsors img {
	max-width: 48%;
	max-height: 180px;
	padding: 30px;
	box-sizing: border-box;
}

.isLaptop .sponsors img {
	max-height: 160px;
}

.isTablet .sponsors img {
	max-height: 130px;
	padding: 20px;
}

.isMobileWide .sponsors, .isMobileTall .sponsors {
	text-align: center;
}

.isMobileWide .sponsors img {
	max-width: 75%;
}

.isMobileTall .sponsors img {
	max-width: 100%;
}
/*
.sponsors-top {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	padding: 15px 15px 5px 15px;
	background-color: rgba(255, 255, 255, .5);
}
.sponsors-top p {
	color: #333;
	text-shadow: 1px 1px #fff;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}
.sponsors-top img, .sponsors img {
	margin-right: 20px;
}
*/
a.downarrow {
	position: absolute;
	width: 100px;
	bottom: 0;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
	padding: 20px 0px;
	color: #2196F3;
	text-align: center;
	text-shadow: 0 5px #1565C0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.downarrow:hover {
	padding-bottom: 25px;
}
.title {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.title img {
	display: block;
	margin: 0 auto;
	padding: 200px 0 0 0;
	width: 646px;
}
.isMobileTall .title img {
	width: 225px;
	padding: 30px 0 0 0;
}
.isMobileWide .title img {
	width: 300px;
	padding: 40px 0 0 0;
}
.isTablet .title img {
	width: 400px;
	padding: 70px 0 0 0;
}
.isLaptop .title img {
	width: 500px;
	padding: 100px 0 0 0;
}
.isDesktop .title img {
	width: 646px;
	padding: 200px 0 0 0;
}
.submit-button {
	width: 500px;
	height: 76px;
	background-color: #2196F3;
	margin: 0 auto;
	margin-top: 120px;
	padding-top: 45px;
	border-radius: 10px;
	border-bottom: 5px solid #1565C0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.isMobileTall .submit-button {
	width: 200px;
	height: 30px;
	margin-top: 40px;
	padding-top: 8px;
}
.isMobileWide .submit-button {
	width: 240px;
	height: 40px;
	margin-top: 40px;
	padding-top: 16px;
}
.isTablet .submit-button {
	width: 300px;
	height: 46px;
	margin-top: 40px;
	padding-top: 18px;
}
.isLaptop .submit-button {
	width: 400px;
	height: 61px;
	margin-top: 60px;
	padding-top: 26px;
}
.isDesktop .submit-button {
	width: 500px;
	height: 76px;
	margin-top: 100px;
	padding-top: 34px;
}
.submit-button a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}
.isMobileTall .submit-button a {
	font-size: 16px;
}
.isMobileWide .submit-button a {
	font-size: 18px;
}
.isTablet .submit-button a {
	font-size: 22px;
}
.isLaptop .submit-button a {
	font-size: 28px;
}
.isDesktop .submit-button a {
	font-size: 32px;
}
.submit-button:hover {
	margin-top: 125px;
	background-color: #42A5F5;
	border-bottom: 0 solid #1565C0;
}
.isMobileTall .submit-button:hover {
	margin-top: 25px;
}
.isMobileWide .submit-button:hover {
	margin-top: 35px;
}
.isTablet .submit-button:hover {
	margin-top: 45px;
}
.isLaptop .submit-button:hover {
	margin-top: 65px;
}
.isDesktop .submit-button:hover {
	margin-top: 105px;
}
.submit-button-small {
	width: 70%;
	height: 42px;
	background-color: #2196F3;
	margin: 0 auto 30px auto;
	padding-top: 18px;
	border-radius: 10px;
	border-bottom: 5px solid #1565C0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.submit-button-small a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.submit-button-small:hover {
	background-color: #42A5F5;
}
article {
	box-sizing: border-box;
	width: 100%;
	padding: 100px 0;
	background-image: url(../img/waves.png);
	background-color: #FFE082;
	background-attachment: fixed;
	float: left;
}
img {
	text-align: center;
}
.img-embed {
	width: 100%;
	box-shadow: 3px 5px #FF6E40;
}
#section2, #section4 {
	background-image: url(../img/asanoha.png);
	background-color: #82B1FF;
}
.content {
	margin: 0 auto;
	width: 960px;
	margin-left: 420px;
}
.isMobileTall .content {
	width: 320px;
	margin-left: auto;
}
.isMobileWide .content {
	width: 500px;
	margin-left: auto;
}
.isTablet .content {
	width: 580px;
	margin-left: 300px;
}
.isLaptop .content {
	width: 720px;
	margin-left: 380px;
}
.isDesktop .content {
	width: 960px;
	margin-left: 420px;
}
.row-weighted {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.column-wide {
	width: 65%;
	padding: 0 30px;
	box-sizing: border-box;
	float: left;
}
.column-thin {
	width: 35%;
	padding: 0 30px;
	box-sizing: border-box;
	float: left;
}
.column-thin p {
	text-indent: 0;
	font-size: 16px;
}
.column-thin ul {
	list-style-type: disc;
	list-style-position: outside;
}
.indent {
	padding: 0 20px;
}
.full-width {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
	float: left;
}
.full-width ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 30px;
}
.row-split {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.column {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	float: left;
}
.grid-row {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}
.grid-item {
	width: 25%;
	box-sizing: border-box;
	padding: 24px;
	text-align: center;
	float: left;
}
.isMobileWide .grid-row, .isMobileTall .grid-row {
	display: inline-block;
	vertical-align: top;
}
.isMobileWide .centered, .isMobileTall .centered {
	display: flex;
	justify-content: center;
}
.isMobileWide .grid-item, .isMobileTall .grid-item {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.grid-item a img {
	border: 4px solid #2196F3;
	border-radius: 50%;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	opacity: 100%;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}
.grid-item a img:hover {
	border: 0 solid #2196F3;
	border-radius: 50%;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	opacity: 100%;
}
.isTablet .grid-item p, .isMobileTall .grid-item p {
	font-size: 13px;
}
.isMobileWide .column-wide, .isMobileWide .column-thin, .isMobileWide .column, .isMobileWide .grid-row, .isMobileTall .column-wide, .isMobileTall .column-thin, .isMobileTall .column, .isMobileTall .grid-row, .isTablet .column-wide, .isTablet .column-thin, .isTablet .column, .isTablet .grid-row {
	float: none;
	width: 100%;
}
.isMobileWide .grid-item, .isMobileTall .grid-item, .isTablet .grid-item {
	float: none;
}
#accordion {
	padding: 40px;
	padding-bottom: 50px;
}
.isMobileTall #accordion, .isMobileWide #accordion, .isTablet #accordion {
	padding: 40px 0;
}
.isMobileTall #twitter-embed, .isMobileWide #twitter-embed, .isTablet #twitter-embed {
	margin-top: 50px;
}
footer {
	box-sizing: border-box;
	width: 100%;
	padding: 100px 0;
	z-index: 2;
	float: left;
	text-align: center;
	overflow: visible;
}
h1 {
	margin-bottom: 80px;
	color: #FFF;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 64px;
	font-family: MoonBold, sans-serif;
	text-shadow: 4px 4px #2196F3;
	padding: 0 30px;
}
.isMobileTall h1 {
	font-size: 48px;
}
h2 {
	color: #DD2C00;
	text-shadow: 2px 2px #E3F2FD;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	margin-bottom: 20px;
}
.isMobileTall h2 {
	font-size: 24px;
}
h3 {
	color: #0b3f8e;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: MoonBold, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.isTablet h3, .isMobileTall h3 {
	font-size: 14px;
}
h4 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;
	width: 100%;
	color: #CCC;
	text-shadow: 1px 1px #333;
	text-decoration: none;
	font-family: MoonBold, sans-serif;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
h4:hover {
	color: #fff;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.hide {
	display: none;
}
.no-margin {
	margin-bottom: 0;
}
.no-padding {
	padding: 0;
}
.hide-overflow {
	overflow: hidden;
}
.no-indent p {
	text-indent: 0;
}
@font-face {
	font-family: Moon;
	src: url(../fonts/Moon_Light.otf);
}
@font-face {
	font-family: MoonBold;
	src: url(../fonts/Moon_Bold.otf);
	font-weight: bold;
}
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 6px;
}