.full-height {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  line-height: 1.6;
  font-size: 1em;
  height: 100%;
}
li .active {
  border-radius: .25rem;
}
.carousel-indicators > .active > img {
  opacity: 1;
}
.carousel-indicators li > img {
  opacity: 0.6 !important;
}
.icons {
  padding: 8px;
}
.icons .fa {
  color: #5ebdb3;
}
.icons .fa:hover {
  color: #3c9289;
}
.icons a {
  color: #5ebdb3;
}
.icons a:hover {
  color: #3c9289;
}
a {
  color: #627898 !important;
  text-decoration: none;
}
a:hover {
  color: #4e6079 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif !important;
}
.btn-alternative {
  background-color: #627898;
}
.btn-alternative:hover {
  background-color: #4e6079 !important;
  border-color: #4e6079 !important;
  color: white !important;
}
.btn-outline-alternative {
  background-color: transparent;
  border-color: #627898;
}
.bg-primary,
.bg-pommegranate,
.bg-success,
.bg-warning,
.bg-danger,
.bg-info,
.bg-alternative,
.bg-light-blue,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-light-blue,
.btn-alternative {
  color: white !important;
}
.btn-outline-alternative:hover {
  background-color: #4e6079 !important;
  border-color: #4e6079 !important;
  color: white !important;
}
.btn-light-blue {
  background-color: #17a2b8 !important;
}
.btn:hover {
  color: white !important;
}
.loggedIn {
  color: #28a745 !important;
}
/*.loggedIn:hover
{
    color: white !important;
}*/
html {
  height: 100%;
}
.text-white hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.bg-primary {
  background-color: #3e4756 !important;
}
.bg-alternative {
  background-color: #627898 !important;
}
.bg-alternative-darken {
  background-color: #3a475a;
}
.bg-light-blue {
  background-color: #17a2b8 !important;
}
.bg-pommegranate {
  background-color: #c0392b !important;
}
.text-pommegranate {
  color: #c0392b;
}
.no-padding {
  padding-top: 0px !important;
  transition: padding-top 500ms;
  padding-bottom: 0px !important;
  transition: padding-bottom 500ms;
}
section:before {
  height: 54px;
  content: "";
  display: block;
}
p {
  font-family: 'Roboto', sans-serif;
}
.countdown {
  text-transform: uppercase;
  font-weight: bold;
}
.countdown span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: 0.8rem;
}
.countdown span:first-of-type {
  margin-left: 0;
}
.bg-gradient-3 {
  background: #ff416c;
  background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b);
  background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.rounded {
  border-radius: 1rem !important;
}
#carouselHeader {
  margin-top: 77px;
  height: calc(100% - 77px);
}
.carousel-item {
  height: 100%;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  text-align: center;
  top: auto;
  top: 85%;
  transform: translateY(-40%);
  bottom: initial;
  text-shadow: 0.07em 0 #000000, 0 0.07em #000000, -0.07em 0 #000000, 0 -0.07em #000000;
  left: 8%;
  right: 8%;
}
.carousel-caption-logo {
  top: calc(50% - 77px) !important;
}
.carousel-item:after {
  display: block;
  position: relative;
  top: 75%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(27, 27, 27, 0.8);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.navbar-nav > li > a.active {
  color: #fff !important;
  background-color: #17a2b8 !important;
}
.page-section {
  padding-top: 8px;
}
.page-section-heading {
  text-align: center;
  text-transform: uppercase;
}
.header-title {
  font-size: 2em;
  text-transform: uppercase;
}
.popover-header {
  background-color: #17a2b8;
  color: white;
}
section.page-section:nth-child(2n) {
  color: white !important;
  background-color: #3e4756 !important;
  color: white;
}
#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
a.active {
  background-color: #17a2b8 !important;
  color: white !important;
}
input.input-validation-error {
  border-color: red !important;
}
.list-group-item {
  padding: 8pt;
  /*    border-bottom: 1px solid @alternativeBackgroundColor;*/
}
@media (max-width: 576px) {
  .card-body {
    padding: 0.9em;
  }
  .card-body .h5 {
    font-size: 1em;
  }
  .card-body > p {
    font-size: .9em !important;
  }
}
@media (min-width: 768px) {
  .header-title {
    font-size: 5em;
  }
}
