html,
body {
  font-family: 'Calibri';
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-image: url("../img/bg-steen-1.jpg");
  background-repeat: no-repeat;
}
.cover {
  padding-top: 6rem;
  padding-left:
}
h2 {
  font-family: 'CopprplGoth BT';
  padding-bottom: 0.5rem;
}
P {
  font-size: 1.15rem;
}
@media (min-height: 600px) {
  .cover {
    padding-top: 15rem;
  }
}
@media (min-height: 865px) {
  .cover {
    padding-top: 20rem;
  }
}
@media (min-height: 480px) and (max-height: 599px) {
  .cover {
    padding-top: 10rem;
  }
}
@media (max-height: 479px) {
  .cover {
    padding-top: 4rem;
  }
}
a, a:focus, a:hover {
  color: #fff;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: .05rem solid #fff;
}
li.nav-item {
  color: #fff;
  font-family: 'CopprplGoth BT';
}
li.nav-item.active {
  color: #fff;
  font-weight: bold;
  background-color: transparent;
}
@media (max-width: 767px) {
  li.nav-item {
    float: right;
    margin-left: 0.75rem;
    margin-top:0.5rem;
  }
  li.nav-item.active {
    font-size: 1.1rem;
    text-decoration: underline;
  }
  .custom-dropdown-right {
    text-align: right;
    margin-right: 1rem;
  }
  #textpagina {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  li.nav-item {
    font-size: 1rem;
    padding-top: 1rem;
    margin-right: 1.5rem;
    border-bottom: .15rem solid transparent;
  }
  li.nav-item.active {
    font-size: 1.1rem;
    border-bottom: .15rem solid rgba(225,225,225,0.7);
  }
  .conditional-align-1 {
    text-align: center;
  }
  #textpagina {
    padding: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .conditional-align-1 {
    margin-right: 3%;
  }
}
.fc-light {
  color: #fff !important;
}
.fc-dark {
  color: #101010 !important;
}
.fs-smaller {
  font-size: 90%;
}
.fs-larger {
  font-size: 120%;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgba(255,255,255,0.5);
}
.img-block {
  padding-bottom: 1rem;
}
.footer {
  font-family: 'CopprplGoth BT';
}
#pasfoto {
  float: right;
  padding: 0rem 4rem 4rem 4rem;
}
