@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
  background: #5D6D7E;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif !important;
  text-align: center;
}

iframe {
  background: #5D6D7E;
}

h1 {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
}

.head-link {
  text-decoration: none;
}

h2 {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
/*  margin: 0 0 1em 0;*/
}

a {
  color: #fff;
  outline: none;
}

.schedule {
  width: 75%;
}

.not_found {
  font-size: 5em;
}

.ad {
  margin-top: 100px;
}

.menu {
  margin: 0 0 2em 0 !important;
}

.links {
  width: 90%;
  margin: 0 auto;
}

.link {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  width: 200px;
  height: 34px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.8rem;
  margin: 10px;
  position: relative;
}

.opacity {
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255,255,255,0);
}

.opacity:hover {
  color: #124a58;
  background: rgba(255,255,255,0.9);
}

#submit {
  width: 100px;
}

.name {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0.1em;
  height: 32px;
  padding: 1px;
  font-size: 16px;
  text-indent: 4px;
  text-align: start;
  cursor: text;
}

.radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #d1d7e3;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background: #f44336;
}
.radio input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.radio:hover input + span:before {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.radio:hover input + span:after {
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.buttons {
  display: inline-grid;
  height: 75px;
  grid-template-columns: repeat(2, 150px);
  grid-template-areas:
  "a b";
  justify-items: start;
}
#heal {
  grid-area: a;
}
#rest {
  grid-area: b;
}

.social {
  height: 50px;
  margin: 20px;
}

.note {
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 4px;
  color: black;
  width: 200px;
  margin:0 auto;
}

.names {
  margin: 0px;
  padding: 10px;
  border: 1px none #000;
  border-bottom-style: dashed;
  border-radius: 0px;
}

.add_info {
	text-align: left;
}

.add_info a {
	text-decoration: underline;
	color: blue;
}

textarea {
  margin-top: 10px;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  max-width: 600px;
}

.big-link {
  font-size: 22px;
  padding: 5px;
  margin: 5px;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.big-link:hover {
  color: #124a58;
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
}

.poll-description {
  width: 40%;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}

.donate {
  text-align: left;
  width: 50%;
  margin: auto;
}