/*body {
  background: url('../images/family.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/


body {
  background: linear-gradient(45deg, rgba(37,116,169,1) 51%, rgba(34,167,240,1) 100%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#wrapper {
  /*padding-top: 15px;
  padding-bottom:15px;
  margin-top: 10%;*/
  color:#FFFFFF;
}
.bg-mermazing {
  background-color: #019FE3;
}
.text-mermazing {
  color: #019FE3;
}

/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #ffffff;
}
