@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-sans.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-sans.ttf), url(../fonts/gandhi-bold-sans.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-serif.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-serif.ttf), url(../fonts/gandhi-bold-serif.eot);
}
body {
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "gandhi sans", helvetica, sans-serif;
}

.MikeCircle
{
	margin-right: 20px;
}

.container {
  max-width: 920px;
}
.jumbotron {
  background: #33363B;
  color: #fff;
  padding: 0px;
  text-align: center;
  margin-bottom: 10px;
}
.jumbotron h1 {
  font-family: "gandhi serif", georgia, serif;
  font-size: 3em;
  color: #428BCA;
  font-weight: bold;
}
.jumbotron h2 {
  font-family: "gandhi serif", georgia, serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 1em;
}

.sect-border {
  border-top: 1px dashed #d6d6d6;
  border-bottom: 1px dashed #f6f6f6;
  margin: 2em 8% 2.4em;
}
.subhead {
  color: #000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin: 0.3em 0;
}
.benefit {
  margin: 0.8em 0;
  text-align: center;
}
.benefit .benefit-ball {
  background: #428bca;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 3em;
  border: 4px solid white;
}

.benefit .benefit-ball .fa {
  font-size: 4em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.benefit-ball:hover 
{
background: #4F4C4C;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: border 0.3s ease;
border: 4px solid #428BCA;
-webkit-box-sizing: border-box;
-webkit-transition: border 0.3s ease;
-moz-transition: border 0.3s ease;
-ms-transition: border 0.3s ease;
-o-transition: border 0.3s ease;
transition: border 0.3s ease;
}

.benefit-ball a
{
color: white;
}

.benefit h3 {
  color: #000000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 1.25em;
  font-weight: bold;
}
#slideshow {
  margin: 0.5em 0 1.5em;
}
#slideshow .carousel-inner img {
  background: #000;
  height: 500px;
  width: 100%;
}
footer {
  background: #111;
  color: #fff;
  margin: 1.5em 0 0;
  padding: 1.5em 0 0.8em;
  
}
@media screen and (max-width: 768px) {
  .jumbotron {
    font-size: 14px;
    padding: 6em 0 4em;
  }
  .benefit {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .jumbotron {
    font-size: 12px;
  }
  footer .pull-right {
    display: none;
  }
  .MikeCircle
{
	margin-right: 200px;
}
}
