@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: #1a3b6d;}
.white { color: #EAEAEA;}
.blue { color:#005382;}
.darkgrey { color:#000000;}

.lightblue { color:#7bd0e0;}
.lightred { color:#eb4c3a;}

.special-char-xxl {
  font-size:260%; font-weight:900;
}
.special-char-xl-reg {
  font-size:160%;
}

.whitelink {
	color: #EAEAEA;
}

body {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  color: #363636;
  font-size:18px;
}
footer {
  background:#191919;
  padding-top:20px;
  text-align:center;
  color:#ffffff;
}
/*
.footer-logo {
  width:95%;
  max-width:400px;
  height:auto;
  margin:0 auto;
}
*/
header {
  background:#313896;
}
.header-logo {
  width:95%;
  max-width:350px;
  height:auto;
  margin:0 auto;
  padding-top:1em;
}
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:#fff;
}
.header-nav ul li a:hover {
  color:#03b4a5;
}
.header-nav ul li a:active {
  color:#03b4a5;
} 
.video-section {
  /*background:url(../images/vid-bg.jpg);*/
  background-color:#EAEAEA;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video {
  width:80%;
  margin:0 auto;
}
.register-section {
  background: #1a3b6d url(../../images/about-cover-bg.jpg) no-repeat center;
  background-size:cover;
  text-align:center; 
}
.reg-form-box {
  text-align:center;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-form-box input[type=text] {
  width: 100%;
  max-width: 400px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 17px;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  appearance: none;
  border: none;
  margin-bottom:10px;
}
.reg-form-box input[type=submit] {
  display:block;
  width: 100%;
  max-width: 300px;
  font-size:large;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  color: #ffffff;
  background:#03b4a5;
  padding:12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -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 #324e77;
}
.dates:nth-child(even) {
}
.dates {
  width: 230px;
  background: url(../images/calendar-fold.jpg) top left no-repeat #1a3b6d;
  color:#FFFFFF;
  text-align: center;
  padding: 20px;
  margin: 5px;
}
.calendar {
  background:url(../../images/dream-bg.jpg) no-repeat;
  background-size:cover;
  text-align:center;
}
.calendar img {
  margin:2em 0;
}
.contests {
  display:flex;
  flex-direction:column;
  justify-content: space-around;
  margin:50px 0px 0px;
}
.contests div {
  width: 100%;
  background: #fcfcfc;
  padding: 2em;
  border: 1px solid #ededed;
  margin-bottom: 2em;
}
.check-ul {
  margin-left:20px;
}
.register-section img {
    width: 100%;
    max-width: 400px;
}
@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: 767px){
  .check-ul {
    margin-left: 20px;
    padding: 0px 50px;
  }
  .contests {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    margin:50px 0px 0px;
  }
  .contests div {
    width: 48%;
    background: #fcfcfc;
    padding: 2em;
    border: 1px solid #ededed;
    margin-bottom: 2em;
  }
}
@media only screen 
and (min-width: 981px){
}
#date {
}

