/* @import url('https://fonts.cdnfonts.com/css/aileron'); */
          

body
{   margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(18, 23, 22);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: American Typewriter, serif !important;

}
body.index{
    /* background-image: url("../image/index.jpeg"); */
    /* background-color: rgb(18, 23, 22); */
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    /* min-height: 150vh; */
    width: auto;
    display: flex;
    flex-direction: column;
  }




.navbar.navbar-light .navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger3.svg?color=fff');
}


.nav-link:hover {
    color: #1eff00 !important;
}

.navbar-nav .dropdown-menu .dropdown-item:hover{
    color: crimson;
}

.nav-link {
    font-weight: bold;
}

.view,
.parallax1 {
    position: relative;
    overflow: hidden;
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
}

.content-video {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.content-image {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=file] {
    color: #09ff00;
    border: 2px solid #09ff00;
    border-radius: 5px;
}

input:focus,
input:hover {
    border: 1px solid #00ff2a;
    box-shadow: 0px 0px 5px #00ff2a;
    outline: none;
}

.animation {
    position: relative;
}

.animation svg {
    position: absolute;
    top: 10px;
}


@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, -2px, 0);
    }
}

#book-card, #sport-card, #rental-book-card{
    height: 600px;
}

#book-card #book-image{
    height: 300px;
}

#sport-card #sport-image, #rental-book-card #book-image{
    height: 350px;
}

#book-image .book-img, #sport-image .sport-img{
    height: 100%;
    background-position: center;
}


h1 {
    padding-top: 50px;
    text-align: center;
    color: #eda698;
}

.top {
    margin-top: -60px;
}

iframe ._38MtcaH-{
    display: none !important;
}

.rgba-black-light,
.rgba-black-light:after {
    background-color: rgba(0, 0, 0, .3);
}

.quote {
    color: aquamarine;
}

.quote::before {
    content: open-quote;
}

.quote::after {
    content: close-quote;
}

/* color for fontawesome */
.fa-facebook-f {
    color: #0077ff;
}

.fa-twitter {
    color: #0ef3ef;
}

.fa-linkedin-in {
    color: #0ef3ef;
}

.fa-instagram {
    color: #f55d21;
}

.book-img {
    width: 100%;
}

.panel-footer .brand{
    display: none;
}

/* Dropdown hoverable */
@media(min-width: 50rem) {
    .dropdown:hover .first {
        display: block;
    }

    .dropdown-submenu:hover .second{
        display: block;
    }

    .view{
        height: 500px;
    }
}

@media(max-width: 40rem) {
    .waves {
        height: 40px;
        min-height: 40px;
        width: 100%;
    }

    .data{
        margin-top: 8px;
    }
}

.text-custom{
    color: #ffab10;
}

.text-name{
    color: #51dacf;
}

.col-md-4, .col-lg-3{
    padding: 0;
    padding-left: 10px;
}

#book-card .header, #sport-card .header, #rental-book-card{
    position: relative;
}

#book-card .header .delete, #sport-card .header .delete, #rental-book-card .delete{
    position: absolute;
    right: 0;
}

#book-card .header .edit, #sport-card .header .edit, #rental-book-card .edit{
    position: absolute;
    left: 0;
}
.alert-error{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success_msg{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.container .register-mar
{
    padding-top: 100px;

}
.form-header
{
    background-color: #982820;

}
.form-background
{
    background-color: whitesmoke;
}
.event-border-header
{
    border:solid 10px seagreen;
}
.event-border-header1
{
    border:solid 3px seagreen;
}
.event-img-border
{
    border:solid 2px rgb(172, 19, 108)
}
.f-width
{
    width:100%
}

    .block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: 80vh;
        color: whitesmoke;
      }
      .title {
        font-size: 8vw!important;
        color:whitesmoke
      }
      .jump {
        position: relative;
          animation-name: jumps;
          animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
      }
      @keyframes jumps {
        0% {
          top: 0;
        }
        40% {
          top: -5vh;
        }
        80%, 100% {
          top:0;
        }
      }
      .jump:nth-child(2) {
          animation-delay: 0.2s;
      }
      .jump:nth-child(3) {
          animation-delay: 0.4s;
      }
      .jump:nth-child(4) {
          animation-delay: 0.6s;
      }
      .jump:nth-child(5) {
          animation-delay: 0.8s;
      }
      .jump:nth-child(6) {
          animation-delay: 1s;
      }
      .jump:nth-child(7) {
          animation-delay: 1.2s;
      }
      .jump:nth-child(8) {
          animation-delay: 1.4s;
      }
      .jump:nth-child(9) {
          animation-delay: 1.6s;
      }
      .jump:nth-child(10) {
          animation-delay: 1.8s;
      }
      .countdown {
        display: flex;
        max-width: 100vw;
        justify-content: space-between;
      }
      .days, .hours, .minutes, .seconds {
        border: 3px solid whitesmoke;
        border-radius: 50%;
        height: 20vmin;
        width: 20vmin;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 2.5vmin;
      }
      #days, #hours, #minutes, #seconds {
        font-size: 5.5vmin;
      }
      #event-started {
        font-size: 3vmax;
      }

    #editCard
    {
        height: 20rem;
    }