﻿.page-header__wrapper, /*.page-content__wrapper,*/ .page-footer__wrapper {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 8px;
}

.page-header::after {
  clear: both;
  content: "";
  display: block;
}

.stepup-nav {
  background-color: #add9df;
  margin-bottom: 20px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: auto;
  padding: 0;
}

.stepup-nav-center {
  margin: 0 auto;
  min-width: 992px;
}

@media (min-width: 1100px) {
  .stepup-nav-center {
    width: 1100px;
  }
}

.stepup-nav .navbar-toggler {
  color: #f2f2f2;
  background-color: #57a4af;
  margin: 10px;
  font-size: 30px;
}

.stepup-nav .nav-link {
  color: #f2f2f2;
  padding: 10px;
}

.stepup-nav .nav-item {
  background-color: #57a4af;
  border-right: #95c7cf 1px solid;
}

.stepup-nav .nav-item:hover {
  background-color: #95c7cf;
}

.stepup-nav .dropdown-menu {
  background-color: #57a4af;
  padding: 0;
}

.stepup-nav .dropdown-item {
  color: #f2f2f2;
  background-color: #57a4af;
  border-bottom: 1px solid silver;
  padding: 12px 16px;
}

.stepup-nav .dropdown-item:hover {
  background-color: #95c7cf;
}

@media (min-width: 992px) {
  .stepup-nav .nav-item {
    font-size: 20px;
  }

  .stepup-nav .dropdown-item {
    font-size: 20px;
  }

  .stepup-nav .nav-link {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.stepup-nav-ageing {
  background-color: #facdcd;
}

.stepup-nav-ageing .navbar-toggler {
  background-color: #c04848;
}

.stepup-nav-ageing .nav-item {
  background-color: #c04848;
  border-right: #e77f7f 1px solid;
}

.stepup-nav-ageing .nav-item:hover {
  background-color: #e77f7f;
}

.stepup-nav-ageing .dropdown-menu {
  background-color: #c04848;
}

.stepup-nav-ageing .dropdown-item {
  background-color: #c04848;
}

.stepup-nav-ageing .dropdown-item:hover {
  background-color: #e77f7f;
}

/* BUTTONS
  ______________________________________________ */
.login-link {
  color: #f15b5b;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  margin-right: 20px;
  border: none;
  background-color: transparent !important;
  cursor: pointer;
}

.login-link:hover {
  text-decoration: underline;
  color: #eb1515;
}

a.stepup-button {
  color: white;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: lighter;
  line-height: 32px;
  border-radius: 5px;
  text-decoration: none;
  padding: 9px 24px;
  background-color: rgba(241, 91, 91, 1);
  border: solid rgba(51, 63, 72, 1) 0px;
  box-shadow: 1px 1px #792e2e, 3px 3px #792e2e, 5px 5px #792e2e, 7px 7px #792e2e,
    9px 9px #792e2e;
  transition: all 0.12s ease 0s;
}

a.stepup-button:hover {
  color: white;
  top: 9px;
  right: -9px;
  bottom: -9px;
  left: 9px;
  background-color: rgba(181, 68, 68, 1);
  border: transparent;
  box-shadow: 0 0 #792e2e;
  transition: all 0.12s ease 0s;
}

@media (max-width: 767px) {
  .register-login {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .register-login {
    flex-direction: column;
    width: 100%;
  }

  .logout-bar {
    width: 100%;
  }

  .login-link {
    margin-right: 0;
    margin-bottom: 10px;
  }

  a.stepup-button {
    width: 80%;
  }
}

.page-footer__wrapper .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 481px) {
  .page-footer__wrapper .left-line {
    border-left: 2px solid #334049;
  }
}

.page-footer__wrapper .footer-links {
  text-align: center;
}

.page-footer__wrapper .footer-links a,
.page-footer__wrapper .footer-links a:link,
.page-footer__wrapper .footer-links a:visited {
  font-size: 18px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  color: #444;
}

.page-footer__wrapper .footer-links a:hover,
.page-footer__wrapper .footer-links a:focus,
.page-footer__wrapper .footer-links a:active {
  color: #444;
}

.page-footer__wrapper .dividing-line {
  margin-bottom: 30px;
  border-bottom: 5px solid #666;
  padding-bottom: 26px;
}

.page-footer__wrapper .dividing-line.footer-links {
  margin-top: 30px;
  border-top: 5px solid #666;
  padding-top: 26px;
}

.page-footer__wrapper p.footer-credits {
  font-size: 17px;
}
