/*===========================================================================*/
/*  BOOTSTRAP OVERRIDES & OTHER CUSTOM STYLES                                */
/*===========================================================================*/
body {
  background-color: #eeeeee;
  color: #3a3a3a;
  font-family: 'Quattrocento Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
}

.site-title {
  font-size: 48px;
}

.fancy {
  font-family: 'Yellowtail', cursive;
}

.golden {
  color: #ffb81c;
}

.text-lg {
  font-size: 1.5em;
}

.rule-light {
  border-color: #cacaca;
}

.unstyled {
  padding-left: 5px;
  list-style: none;
  line-height: 2em;
}

.list-graph {
  line-height: 1.15em;
}

.graph-space {
  margin-top: 25px;
}

.no-space {
  margin-top: -10px;
}

.btn-area {
  padding-top: 25px;
}

.moreBtn {
  padding: 15px;
  border: 2px solid #ffb81c;
  background-color: transparent;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 500ms;
}

.moreBtn:hover,
.moreBtn:active,
.moreBtn:focus {
  text-decoration: none;
  background-color: #782f40;
  color: #ffffff;
}

/*===========================================================================*/
/*  CUSTOM HOVER EFFECTS                                                     */
/*===========================================================================*/
.hvr, .hvr:hover, .hvr:active, .hvr:visited, .hvr:focus {
  position: relative;
  color: #ff4258;
  text-decoration: none;
}

.hvr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff4258;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hvr:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*===========================================================================*/
/*  HEADER                                                                   */
/*===========================================================================*/
#header {
  background-color: #782f40;
  color: #ffffff;
  padding: 20px 0;
}

#header a,
#header a:visited,
#header a:hover,
#header a:active {
  color: #ffffff;
  text-decoration: none;
}

.navbar {
  margin: 0px;
  border: none;
  border-radius: 0;
  background-color: #434343;
}

.navbar-inverse .navbar-nav > .active a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .dropdown > a:focus {
  background-color: #212121;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top;
    }
    .navbar .navbar-collapse {
      text-align: center;
    }
}

.nav a, .nav a:hover {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/*===========================================================================*/
/*  MAIN CONTENT                                                             */
/*===========================================================================*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (max-width: 992px) {
  .row-eq-height {
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -ms-flex-direction:column;
      flex-direction:column;
  }
}

#pane-left {
  background-color: #ffffff;
  padding: 25px;
}

@media (min-width: 768px) {
  #pane-left {
    padding-top: 7.5em;
  }
}

#svg:hover #Know,
#svg:hover #Explore,
#svg:hover #Plan,
#svg:hover #Go,
#svg:hover #Spartan {
    cursor: pointer;
}

#pane-right {
  background-color: #eeeeee;
  padding: 25px;
}

.textHidden {
  display: none;
}

/*===========================================================================*/
/*  SIDEBAR                                                                  */
/*===========================================================================*/
.sidebar {
  background-color: #ffb81c;
}

/*===========================================================================*/
/*  FOOTER                                                                   */
/*===========================================================================*/
#footer-center > img {
  padding-top: 50px;
}

#footer {
  padding: 50px;
  background-color: #434343;
  color: #ffffff;
} @media (max-width: 992px) {
    #footer {
      text-align: center;
    }
    #footer-center > img {
      margin-bottom: 50px;
      padding-top: 0px;
    }
}
