@font-face {
  font-family: 'Open Sans';
  src: url(../font/Open_Sans/OpenSans-Regular.ttf); }
.navbar-dark {
  background-color: #262526; }

.navbar-toggler {
  line-height: 100px; }

.navbar-nav > li > a, .navbar-brand {
  padding: 0 15px !important;
  line-height: 100px;
  height: 100px;
  font-size: x-large; }

@media (max-width: 1200px) {
  .navbar-nav > li > a {
    font-size: large; } }
@media (max-width: 992px) {
  .navbar-nav > li > a {
    line-height: 60px !important;
    height: 60px !important; } }
.carousel-indicators {
  bottom: -20px; }

.carousel-image {
  width: 100%;
  height: 100%; }

.navbar-contact-icon {
  float: right;
  color: white;
  margin-left: 20px;
  font-size: 2.5em;
  line-height: 100px;
  -webkit-transition: line-height 0.5s;
  -moz-transition: line-height 0.5s;
  -o-transition: line-height 0.5s;
  transition: line-height 0.5s; }

@media (max-width: 991px) {
  .navbar-contact-icon {
    float: left;
    line-height: 60px;
    font-size: 2em; }

  .special-nav-item {
    border-left-style: none !important;
    border-top: thin solid white; } }
.special-nav-item {
  border-left: thin solid white;
  font-weight: 600; }

.navbar-filler {
  height: 100px;
  background-color: #262526; }

.page-title {
  color: white;
  padding: 20px;
  text-align: center; }

.page-separator {
  background-color: white;
  margin: 0 20%; }

.page-body {
  color: white;
  margin-top: 15px;
  font-family: 'Open Sans'; }

.about-body {
  color: white;
  margin-top: 15px;
  font-family: 'Open Sans';
  font-size: large; }

.about-page-break {
  text-align: center;
  padding: 50px 0; }
  .about-page-break h1 {
    font-size: 200%;
    font-weight: 500;
    color: white; }

.about-page {
  background: #90278f;
  /* For browsers that do not support gradients (as in IE) */
  background: -webkit-linear-gradient(left top, #90278f, #e71a4d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #90278f, #e71a4d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #90278f, #e71a4d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #90278f, #e71a4d);
  /* Standard syntax (as in Chrome)*/
  padding: 30px 0; }
  .about-page .about-row {
    margin: 30px; }
  .about-page .about-img {
    width: 60%;
    margin-top: -80px; }
  .about-page .super-stars-row {
    margin-left: 5px; }

.contact-page {
  color: #fff;
  background: url("../img/atlantaSkyline.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 300px;
  width: 100%; }
  .contact-page .contact-row {
    margin-top: 50px;
    text-align: center;
    overflow: hidden; }
    .contact-page .contact-row h3 {
      margin-top: 10px;
      color: white;
      font-family: 'Open Sans'; }
    .contact-page .contact-row .contact-col {
      margin-bottom: 30px;
      transition: all 0.2s linear; }
    .contact-page .contact-row .contact-col:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .contact-page a {
    margin-top: 30px;
    color: white;
    font-size: large; }

.focus-page {
  padding: 30px 0; }

.focus-title, .focus-subtitle {
  color: white;
  padding: 10px;
  text-align: center; }

.focus-subtitle {
  text-align: left;
  padding-left: 12%;
  padding-bottom: 5px; }

.focus-body {
  text-align: left;
  padding-left: 15%;
  margin-top: 5px; }

.focus-body-bottom {
  margin-top: 8%; }

.focus-body-right {
  margin-top: 5%;
  margin-bottom: 5%; }

.testimonial-row {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .testimonial-row .card {
    margin: 20px 20px; }
  .testimonial-row .testimonial-head {
    background-color: #333133;
    height: 150px;
    min-width: 150px; }
    .testimonial-row .testimonial-head img {
      display: block;
      margin: auto;
      margin-top: 25px;
      height: 100px;
      border-radius: 50%; }

.testimonial-indicator {
  background-color: #333133 !important; }
  .testimonial-indicator.active {
    background-color: #676367 !important; }

.testimonial-text {
  font-size: small; }

.testimonial-button {
  width: 10%; }
  .testimonial-button .carousel-control-next-icon, .testimonial-button .carousel-control-prev-icon {
    background-color: #333133;
    border-radius: 50%; }

.testimonial-name {
  text-align: right;
  font-style: italic;
  margin-bottom: 0 !important;
  margin-top: 2em; }

body {
  background-color: #333133; }

.logo {
  height: 110%; }

.center-parent {
  white-space: nowrap;
  text-align: center; }

.center-child {
  vertical-align: middle; }

.center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.vertical-line-left {
  border-left: thin solid white; }

/*# sourceMappingURL=main.css.map */
