﻿body {
  padding-bottom: 50px;
}
.navbar.navbar-inverse {
  border-radius: 0px;
}
.navbar-brand img {
  max-height: 40px;
  margin-top: -10px;
}
#Footer {
  padding-bottom: 0;
  height: 50px;
  margin-bottom: 0;
  background-color: white;
}
#Footer .navbar-brand {
  text-align: center;
  float: none;
  display: block;
}
#Footer .navbar-brand img {
  margin: auto;
  max-height: 100%;
}
.bottom-section-background,
.top-section-background {
  min-height: 300px;
}
#BottomSectionHomeBackground {
  background: url("/Content/Images/purplebackground.png") no-repeat;
  background-size: cover;
  border: 5px groove #5b25b5;
}
#BottomContent p {
  font-size: 18px;
  text-align: center;
  background-color: rgba(220, 220, 220, 0.9);
  color: darkviolet;
  border-radius: 5px;
  margin-top: 30px;
}
#BottomContent h3 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#BottomContent h3 a {
  color: lightgray;
}
#BottomContent h3 a:hover {
  color: orangered;
}
#BottomContent h2 {
  color: lightgrey;
  font-weight: bold;
  text-align: center;
}
#BottomContent ul {
  margin-left: 20px;
}
#BottomContent li {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 18px;
}
#TopContent h2 {
  text-align: center;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: blueviolet;
  padding-bottom: 20px;
}
#TopContent p {
  text-align: center;
  font-size: 20px;
}
.ease-text {
  color: blueviolet;
  font-weight: bolder;
}
.lower-banner {
  text-align: center;
  padding-top: 20px;
}
.lower-banner img {
  max-width: 100%;
}
#filler-icons {
  text-align: center;
  padding-top: 20px;
}
#filler-icons img {
  padding: 30px;
}
@media (min-width: 768px) {
  #Footer .navbar-header {
    float: right;
  }
  #Footer .navbar-brand {
    text-align: center;
    float: none;
    display: block;
  }
  #Footer .navbar-brand img {
    margin: 0;
  }
}