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-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 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;
}

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

.lon: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;
}

.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%;
}

.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;
}

.redBg {
	background-color: #FFADAD;
	padding: 5px;
}

.red {
	color: #ff0000;
}

#formDiv {
	font-size: 0.8em;
}

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

.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;
}

.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: 480px)
  {
	  .bigger {
		font-size: 0.9em;
	}

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