body{
  color:#02BAD6;
overflow-x: hidden;
}
/*************************************************/
.btn-primary{
  font-size: 15pt;
  padding: 35px;
  text-align: center;
  width: 300px;
  height: 100px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #02BAD6;
}
.btn-primary:hover{
	background-color:#02BAD6;
  border: 1px solid #02BAD6;
  color: #ffffff;
	border:none;
}
/*************************************************/
.logo{
  margin-top: 100px;
  padding-top: 100px;
}
/*************************************************/
a {
  color:#02BAD6;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;

  transition:.5s;
}
a:hover {
color:#006a7a;
text-decoration: none;
}
/*************************************************/
.between{
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  /*height: 100%;*/
  background-color: #02BAD6;
}
/*************************************************/

.section-a{
  padding-top: 100px;
  padding-bottom: 100px;
  /*height: 30%;*/
  background-color: #02BAD6;
}

/*************************************************/

.section-b{
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  background-color: #ffffff;
}

/*************************************************/


.section-c{
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
}

/*************************************************/

.section-d{
  background-color: #ffffff;
}

/*************************************************/
footer{
  background-color: #ffffff;
}
/*************************************************/
