@charset "utf-8";
/* CSS Document */

body {
  background-color: #f1f1f1;
}

* {
  margin: 0px;
  padding: 0px;
}

.biggestfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -1.5pt;
  text-shadow: 2px 2px 2px #666;
}

.bigfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -1.3pt;
}

.mediumfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
}

.smallfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.tinyfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

a.tinyfont {
  color: #000000;
}

.roundedwhite {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: #b3b3b3 4px 4px 4px;
  -moz-box-shadow: #b3b3b3 4px 4px 4px;
  box-shadow: #b3b3b3 4px 4px 4px;
  padding: 8px;
}

.roundedblue {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #0f6da8;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  padding: 8px;
}

.radiobutton {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #e3e3e3;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  float: none;
}

.radiobutton:hover {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffdd30;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  float: none;
}

input[type="radio"]:checked+label {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffdd30;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  float: none;
}

.nextstep {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffdd30;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
}

.nextstep:hover {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #0f6da8;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.input {
  border: 1px solid #30f6da8;
}

td,
table td {
  padding: 5px;
}

.submitbutton {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffdd30;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
}

.submitbutton:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #0f6da8;
  -webkit-box-shadow: #b3b3b3 1px 1px 1px;
  -moz-box-shadow: #b3b3b3 1px 1px 1px;
  box-shadow: #b3b3b3 1px 1px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
}

body {
  margin: 0 0 0 0;
}

header {
  background-color: #0f6da8;
}

footer {
  padding: 25px 0px;
  text-align: center;
  font-size: 12px;
  background-color: #0f6da8;
}

.header-column {
  text-align: center;
}

.header-column h1 {
  color: white;
  font-weight: bold;
  text-shadow: 4px 4px 10px black;
  font-size: 60px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .header-column h1 {
    font-size: 45px;
  }
}
.header-column p {
  color: white;
  font-size: 3rem;
}

.header-column p a {
  text-decoration: none;
  color: #8ee4ff;
  font-size: 30px;
  font-family: sans-serif;
}

.center {
  text-align: center;
}

.flt-right {
  float: right;
}

.mri-form {
  padding: 5px 10px;
  background-color: #ebfeff;
  border: 1px solid #d6d7db;
  box-shadow: 5px 5px 5px grey;
  border-radius: 30px;
}

.main-content {
  padding: 20px 0px;
  background-color: white;
}

.case {
  background-color: #0f6da8;
  border-radius: 30px;
  color: white;
  margin-bottom: 15px;
}

.birth {
  margin-bottom: 0px;
  font-size: 2rem;
  color: red;
}

.orange {
  color: #e13b3b;
  font-weight: bold;
}

.symptoms {
  font-weight: bold;
  list-style: disc;
  padding-left: 10px;
}

.bold {
  font-weight: bold;
}

.warning {
  text-align: center;
  border: 2px solid red;
  color: red;
  padding: 10px 25px;
  font-weight: bold;
}

.web {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header-red {
  font-weight: 500;
  font-size: 30px;
  text-shadow: 2px 2px 5px #443232;
  color: red;
}

.icon-footer {
  text-align: center;
  background-color: white;
}

.icon-footer img {
  width: 100%;
}

ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 10px;
  margin-left: 20px;
}

.bottom-content {
  padding: 5px;
  border-radius: 5px;
  background-color: #0e6ca8;
  color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}
.intro-title {
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .intro-title {
    font-size: 2rem;
  }
}

@media (min-width: 850px) {
  .six .columns {
    width: 48%;
  }
}