/* Open Sans Google Font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);


/* Montserrat Google Font */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*
 * Primary Blue: #44D5FF;
 * Dark Blue: #0F2C34;
 * Primary Pink: #FF7FA8;
 */

* {
  font-family: 'Open Sans';
  font-weight: 600;
}

body {
  background-color: #0c6859;
}

section {
  overflow-x:hidden;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#logo{
  opacity: 0.9;
}


/*
 * About Section
 */

.about {
  border-width: 15px 0;
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}

.about p {
  color: #0F2C34;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6em;
  letter-spacing: -.3px;
}

.about p span {
  font-weight: 700;
  text-transform: uppercase;
}

/*
 * Info Section
 */

.sponsor {
  background-color: #fff;
  margin-top: 15px;
  padding: 50px 0;
  position: relative;

}

.sponsor .item{
  padding: 20px;
}

.sponsor h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  margin: 0px 0 40px 0;
}

.sponsor .item img {
  max-width: 100%;
  width: 100%;
  float: none;
  margin: 0 auto;
}

.sponsor .item p {
  margin-top: 10px;
  font-size: 20px;
}

.sponsorItem{
    margin: 0 auto;
}

/*
 * EMail Section
 */

.mail {
  background-color: #fff;
  margin-top: 15px;
  padding: 30px 0;
  position: relative;
}

.mail h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  margin: 30px 0;
}

.mail input{
	margin-top: 10px;
	width: 150px;
	height: 50px;
	font-size: 25px;
    font-weight: bold;
    text-align: center;
	border-radius: 8px;
}

.registered {
    color: #0F2C34;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6em;
    letter-spacing: -.3px;
	text-align:center;
}

.hidde {
	color: #fff;
 	font-weight: bold;
}


/*
 * FAQ Section
 */

.faq {
  background-color: #fff;
  margin-top: 15px;
  padding: 50px 0;
  position: relative;
}

.faq h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  margin: 30px 0;
}

.faq .question h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  margin-top: 50px;
}

.faq .question hr {
  margin: 15px 0;
  width: 80px;
}

.faq .question p {
  font-size: 18px;
  line-height: 1.5em;
}


/*
 * Footer Section
 */

.footer {
  background-color: #0c6859;
  color: #fff;
  padding: 30px 0;
}

.footer img {
  max-width: 250px;
  margin-bottom: 15px;
}

.footer h3 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.footer h3 a {
  color: #fff;
}



