body {
	margin-top: 58px;
}
hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border: 0;
	border-top: 2px solid rgba(0,0,0,.2);
}
a:hover {
	text-decoration: none !important;
}
.jumbotron {
	background: #00aeef;
	background: -moz-linear-gradient(top, #00aeef 0%, #0185c6 100%);
	background: -webkit-linear-gradient(top, #00aeef 0%,#0185c6 100%);
	background: linear-gradient(to bottom, #00aeef 0%,#0185c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0185c6',GradientType=0 );
}
#contact-box {
	background: #DD3D0D; 
	padding: 10px;
	color: white;
	margin-left: 20px;
}
@media (max-width: 768px) {
	#contact-box {
	  margin-top: 20px;
	  margin-left: 0px;
	}
}
#contact-box .text-muted {
	color: white !important;
}
#testimonial {
	border: 2px solid #007bff;
	padding: 20px;
	color: black  !important;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mono {
	font-family: "Lucida Console", Monaco, monospace;
}
.faq {
	font-weight: 300;
}
.serif {
	font-family: Georgia, serif;
}
.footer-bs {
	background: #00aeef;
	background: -moz-linear-gradient(top, #0185c6 0%, #00aeef 100%);
	background: -webkit-linear-gradient(top, #0185c6 0%, #00aeef 100%);
	background: linear-gradient(to bottom, #0185c6 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0185c6', endColorstr='#00aeef',GradientType=0 );
	padding: 30px 30px;
	text-align: center;
	color: white;
}

/* Dialog Box */
#dialog_box_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background-color: rgba( 0, 0, 0, .6 );
  display: none;
}
#dialog_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  padding: 30px 10px;
  width: 500px;
  text-align: center;
  z-index:10;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 0px;
}
@media only screen and (max-width: 568px) {
  #dialog_box {
    width: 350px !important;
  }
}
@media only screen and (max-width: 350px) {
  #dialog_box  {
    width: 320px;
  }
}
.lg-fa {
  font-size: 200px !important;
}

/* Forms */
.form_error {
  color: yellow;
  display: none;
}
.date {
	display: none;
}