body {
  background-image: url("../img/bg3.png");
  color: #000000;
}

.container {
  background: rgb(
    26,
    48,
    173
  ); /* Fallback for older browsers without RGBA-support */
  /* background: rgba(26, 48, 173, 0.2); */
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  border: 2px solid #004a1c;
  position: relative;
}

.container #referral {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  font-size: 0.9em;
  border: 1px solid #888888;
  color: #888888;
  background-color: #eeeeee;
}

.container .navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container .navbar-nav {
  width: 80%;
  justify-content: space-around;
  margin: 0 auto;
}
}

.container .navbar-default {
  background-color: #661e7b;
}

.container .navbar-default .navbar-nav > li > a,
.container .navbar-default .navbar-brand {
  color: #ffffff;
}

.container .navbar .navbar-brand {
  font-size: 100%;
}

.container .navbar-light .navbar-nav .nav-link,
.container .navbar-light .navbar-brand {
  color: #0d0d9d;
  text-shadow: 1px 1px 2px #888;
}

.container .navbar-light .navbar-nav .nav-link:hover,
.container .navbar-light .navbar-brand:hover,
.container .navbar-light .navbar-nav .nav-link:active,
.container .navbar-light .navbar-brand:active {
  color: #1313e9;
  text-shadow: 2px 2px 2px #888;
}

.container h3.tagline {
  color: #000000;
  text-align: center;
  font-size: 1.4em;
  font-family: "Bree Serif", serif;
}

.header {
  margin-top: 10px;
}

.relWrap {
  position: relative;
}

.email {
  margin-top: 40px;
  font-size: 2rem;
  font-family: "Itim", cursive;
  border-bottom: 2px solid #444444;
}

.email a:link,
.email a:visited {
  color: #0d0d9d;
}

.profilePic {
  position: relative;
  width: 150px;
  border: 2px solid #000000;
}

.profilePic.big {
  width: 200px;
}

.profilePic:before {
  content: " ";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  background-color: #ffffff;
}

.sansita {
  /* font-family: 'Baloo Tammudu', cursive; */
  font-family: "Bree Serif", serif;
}

.heading {
  font-weight: bold;
  text-decoration: underline;
}

.ital {
  font-style: italic;
}

.bigP {
  font-weight: bold;
  font-size: 1.2em;
}

.green {
  color: #004a1c;
  font-weight: bold;
}

.tiny {
  font-size: 0.5em;
}

h1.timesHeader {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 3em;
}

.running-man {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 210px;
  width: 20%;
}

h2.subHeader {
  font-size: 2em;
}

.tagline {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.tagline2 {
  font-family: "Leckerli One", cursive;
  font-size: 1.5em;
}

.bigger {
  font-size: 1.3em;
}

.dotted {
  border-style: dotted;
  border-color: #004a1c;
}

.blueBg {
  background-color: #baaffe;
  padding: 5px;
  margin-bottom: 5px;
}

.redBg {
  background-color: #ffadad;
  padding: 5px;
  margin-bottom: 5px;
}

.yellowBg {
  background-color: #faffad;
  padding: 5px;
  margin-bottom: 5px;
}

.greenBg {
  background-color: #b4ffad;
  padding: 5px;
  margin-bottom: 5px;
}

.red {
  color: #ff0000;
}

#formDiv {
  font-size: 0.8em;
}

form input[type="radio"] {
  float: left;
}

a:link.card-body h3,
a:visited.card-body h3,
a:hover.card-body {
  color: #000000;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.smallNote {
  font-style: italic;
  font-size: 0.8em;
}

.paper {
  width: 90%;
  min-width: 250px;
  padding: 50px;
  position: relative;
  margin: 0 auto 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.paper:before,
.paper:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: " ";
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.paper:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

.printOnly,
.website {
  display: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.card {
  margin-bottom: 5px;
}

.card:hover {
  background-color: #eff8fa;
}

.radio {
  position: relative;
  float: left;
  clear: left;
  display: block;
  padding-left: 40px;
  margin-bottom: 12px;
  line-height: 22px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.radio:before {
  background: #fff;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  border: 1px solid #bbb;

  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;

  box-shadow: inset 0 0 3px 0 #ccc;
  -moz-box-shadow: inset 0 0 3px 0 #ccc;
  -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before {
  content: "\2022";
  text-align: center;
  line-height: 15px;
  font-family: Tahoma;
  font-size: 44px;
  color: #00a0db;
  text-shadow: 0 0 4px #bbb;
}

/* small devices */

@media screen and (min-width: 0px) and (max-width: 992px) {
  .profilePic.big {
    width: 160px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .email {
    font-size: 1.5rem;
  }

  .container h1 {
    font-size: 1.5rem;
  }

  .container h2 {
    font-size: 1.3rem;
  }

  .paper {
    padding: 20px;
  }

  h1.timesHeader {
    font-size: 2em;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .bigger {
    font-size: 0.9em;
  }

  .running-man {
    position: relative;
    width: 30%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
