.navbar {
  margin-bottom: 0;
}
.topSection {
  background: #50C9C3;
  background: -webkit-linear-gradient(to right, #96DEDA, #50C9C3);
  background: linear-gradient(to right, #96DEDA, #50C9C3);
  height: 100vh;
  position: relative;
}
.topSection .topSectionInner {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.frontpage_top_title {
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.frontpage_top_title h2 {
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 800;
}
.frontpage_top_title h5 {
  font-size: 22px;
  font-weight: 200;
  text-transform: uppercase;
}
.frontpage_top_title .frontpage_top_title_content {
  color: #fff;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.contentSection {
  padding: 100px;
}
.contentSection .sectionHeading {
  margin-bottom: 50px;
  text-align: center;
}
.graySection {
  background: #f2f2f2;
}
.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}
.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}
.card-title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
}
.card-text {
  clear: both;
  margin-top: .5em;
  color: rgba(0, 0, 0, 0.68);
}
.card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: .75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}
.card-inverse .btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.footerContainer {
  background: #272727;
  color: #fff;
  padding: 20px;
}
.footerContainer a {
  color: #fff;
}
.footerContainer a:hover {
  color: #fff;
}
.frontpage_circle {
  background: #54b5e6;
  height: 95px;
  width: 95px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin: auto;
}
.frontpage_circle .fa {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
