@font-face {
    font-family: myFont;
    src: url(../fonts/DIN/DINAlternateMedium.otf);
}

p {
    font-family: myFont;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

h1 {
    font-size: 2.5rem;
    font-family: myFont;
}

.maude {
  background-color: transparent;
    border: 0px;
    font-family: myFont;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 10px;
}

button:hover {
  text-decoration: underline;
}

.img-responsive {
    display: block;
    height: auto;
    border-top: solid 15px;
    border-color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#myCarousel {
    cursor:pointer
}

@media (min-width: 401px) { 

    .img-fluid {
    max-width: 100%;
    height: auto;
}

}


@media (min-width: 576px) { 

    .footer {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999999;
    height: 60px;
    opacity:1;
    padding-top: 5px;
}

}

@media (min-width: 768px) { 

    .footer {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999999;
    height: 60px;
    opacity:1;
    padding-top: 5px;
}

}


@media (min-width: 992px) { 

    .footer {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999999;
    height: 50px;
    opacity:1;
    padding-top: 5px;
 } 

}

@media (min-width: 1200px) {

    .footer {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 10;
    height: 50px;
    opacity:1;
    padding-top: 5px;
}
 
 }

 @media (max-width: 575px) {
    .text-right{
      text-align: left;

    }

     .text-center{
      text-align: left;

    }

    .maude{
          margin-left: -5px;
    }

    .footer{
      margin-left: 10px;
    }

 }

h1 {
  position: relative;
  text-align: center;
  font-family: myFont;
}

.fixed {
  position: fixed;
  cursor: pointer;
  z-index: 100;
  z-index: 999999;
  width: 100%;
}

.button_container {
  transition: opacity .25s ease;
  font-family: myFont;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 35px;
      background-color: white;
}

  .button_container :hover {
    text-decoration: underline;
  }

  .button_container_legend {
  cursor: pointer;
  z-index: 100;
  z-index: 999999;
  transition: opacity .25s ease;
  padding: 5px 5px 5px 5px;
  font-family: myFont;
  width: auto;
  float: right;
  text-align: left;
  background-color: white;
  }
  
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  
  }

  .open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    position: fixed;
    z-index: 999;
    }

    li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s;
      
      &:nth-of-type(2) {
        animation-delay: .4s;
      }
      &:nth-of-type(3) {
        animation-delay: .45s;
      }
      &:nth-of-type(4) {
        animation-delay: .50s;
      }
    }
  
  nav {
    position: relative;
    height: 5%;
    top: 15%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
     font-family: myFont;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; 
     }
    li {
      display: block;
      min-height: 20px;
      position: relative;
      opacity: 0;
      font-family: myFont;
       }
      a {
        display: block;
        position: relative;
        color: $color-link;
        text-decoration: none;
        overflow: hidden;
        font-family: myFont;
         }
        a:hover:after,
         &:focus:after,
         &:active:after {
           width: 100%;
         }
        
        a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: $color-link;
          transition: .35s;
        }
    

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* .modal-fullscreen */

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
 
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }

}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}¨

.modal-content {
    position: relative;
    background-color: transparent; 
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999; 
    border: 0px solid rgba(0,0,0,0);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0);
    /* box-shadow: 0 3px 9px rgba(0,0,0,.5); */
}
