body {
  background: #ffffff;
  font-family: "Nunito", sans-serif;
}

input, textarea {
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
}

.dedication {

  z-index: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.message {

  z-index: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.hidden {
  display: none;
}

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

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

[type=radio]:hover + img {
  cursor: pointer;
  opacity: 0.9;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: 4px solid red;
  opacity: 1;
}

.btn-outline-custom {
  color: #020202;
  border-color: #020202;
  border-radius: 0;
  transition-duration: 400ms;
}

.btn-outline-custom:hover {
  color: white;
  background-color: black;
  border-color: #020202;
}

.mh-500 {
  max-height: 500px;
}

.mh-600 {
  max-height: 600px;
}

.fw900 {
  font-weight: 900;
}

.nav {
  box-shadow: 0px 0px 20px #696969;
}

.logo {
  font-size: 22px;
}

.dedication {
  font-size:30px;
}
.message {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

/*@media (min-width: 576px) {*/
/*  .dedication {*/
/*    font-size: 65px;*/
/*  }*/

/*  .message {*/
/*    font-size: 30px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .dedication {*/
/*    font-size: 60px;*/
/*  }*/

/*  .message {*/
/*    font-size: 40px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .dedication {*/
/*    font-size: 65px;*/
/*  }*/

/*  .message {*/
/*    font-size: 42px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .dedication {*/
/*    font-size: 60px;*/
/*  }*/

/*  .message {*/
/*    font-size: 35px;*/
/*  }*/
/*}*/

/*# sourceMappingURL=main.css.map */
