@charset "utf-8";
/* CSS Document */
@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgresponsive {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
  margin: 0;
}
H1 {
  font-size:200%;
  margin-bottom:.3em;
}
H2 {
  font-size:150%;
  margin-bottom:.5em;
}
H3 {
  font-size:130%;
  margin-bottom:.8em;
}
p {
  line-height:1.7em;
  margin-bottom:1em;
}
section { padding:40px 0px; }
.red { color: red;}
.white { color: white;}
.blue { color:#005382;}
.lightblue { color:#7bd0e0;}
.special-char-xxl {
  font-size:280%; font-weight:900;
}
.special-char-xl-reg {
  font-size:160%;
}

body {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: #363636;
  font-size:18px;
}
.container {
  min-height: calc(100vh - 100px);
  margin-bottom: 00px;
}
.content {
  width:960px;
  margin:0 auto;
}
footer {
  height:50px;
  background:#191919;
  padding-top:20px;
  text-align:center;
  color:#ffffff;
}
.header-logo {
  max-width:300px;
  height:auto;
  margin:0 auto;
}
nav {
  padding:20px 0px;
}
.header-nav ul {
  display:flex;
  justify-content:center;
  list-style:none;
}
.header-nav ul li {
  padding:0px 10px;
}
.header-nav ul li a {
  text-decoration:none;
  color:#0F75AF;
}
.header-nav ul li a:hover {
  color:#a2dce8;
}
.header-nav ul li a:active {
  color:#a2dce8;
} 
.video-section {
  background:url(../images/vid-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video {
  width:80%;
  margin:0 auto;
}
.register-section {
  padding:40px 20px;
  background: url(../images/tri-bg.jpg) bottom center #0f75af no-repeat;
  text-align:center; 
  
}
.reg-form-box {
  text-align:center;
  margin:0 auto;
}
.reg-form-box input[type=text] {
  width: 300px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 17px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  appearance: none;
  border: none;
  margin: 5px;
  margin-bottom:10px;
}
.reg-form-box input[type=submit] {
  display:block;
  width: 500px;
  font-family: 'Roboto', sans-serif;
  font-size:30px;
  font-weight:bold;
  color:red;
  background:#fff200;
  padding:8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  margin: 0 auto;
  margin-bottom:10px;
  cursor:pointer;
}
.calendar-marks {
  display:flex;
  justify-content:center;
}
.calendar-marks div {
  margin:0px 20px;
  text-align:center;
}
.calendar-dates {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.dates:nth-child(odd) {
  background:url(../images/calendar-fold.jpg) top left no-repeat #005382;
}
.dates:nth-child(even) {
}
.dates {
  width: 230px;
  background: url(../images/calendar-fold.jpg) top left no-repeat #7bd0e0;
  color:#FFFFFF;
  text-align: center;
  padding: 20px;
  margin: 5px;
}
.contests {
  display:flex;
  justify-content: space-around;
  margin:50px 0px 0px;
}
.contests div {
  width:40%;
}
.check-ul {
  margin-left:20px;
  padding:0px 60px 0px 30px;
}
@media screen
and (max-width : 489px) { 
  
  body { font-size:14px;}
  .dates {
  width: 45%;
  }
  .calendar-marks {
    display:block;
  }
  .calendar-marks div {
    margin:0 auto;
    max-width:150px;
  }
}

@media screen
and (min-width : 490px) 
and (max-width : 634px) {
  body { font-size:15px;}
  .dates {
  width: 45%;
  }
  .calendar-marks {
  }
  .calendar-marks div {
    display:block;
    margin:0px 5px;
  }
}
  
@media only screen 
and (min-width : 635px) 
and (max-width : 767px) { 
  body { font-size:16px;}
  .calendar-marks div {
    margin:0px 10px;
  }
}
  
@media only screen 
and (max-width:767px) {
  .content {
    width:90%;
    margin:0 auto;
  }
  .video {
    width:100%;
    margin:0 auto;
  }
  .reg-form-box input[type=text], 
  .reg-form-box input[type=submit] {
    display:block;
    width: 80%;
    margin: 0 auto;
    margin-bottom:10px;
  }
}
  
@media only screen 
and (min-width:768px) 
and (max-width:980px) { 
  .content {
    width:90%;
    margin:0 auto;
  }
  .dates {
  width: 30%;
  }
  .reg-form-box input[type=text] {
    display:block;
    width: 500px;
    margin: 0 auto;
    margin-bottom:10px;
  }
}

@media only screen 
and (min-width: 981px){
}
#date {
}
