#attractDiv {
    height: 60vh;
    min-height: 60vh;
    background-color: rgb(34, 1, 34);
    color: white;
}

#endDiv {
    height: 60vh;
    min-height: 60vh;
}

#cardDiv {
    height: 50vh;
    min-height: 50vh;
}

.card-body h5 {
  color: grey;
}

#infoDiv {
    height: 80vh;
}

#infoDiv i {
    font-size: 6rem;
}

#cardDiv .card {
    height: 20rem;
}

.attract-content h1 {
    font-size: 4rem;
}

.attract-content .btn {
    font-size: 2rem;
}

/***** CONTENT-DIV ******/
.contentDiv {
    height: 50vh;
    background-color: gainsboro;
}

/***** MODAL ******/
#speziModal .modal-content {
    color: black;
    border-radius: 5rem !important;
}

#speziModal .modal-body {
    padding: 4rem !important;
    height: 35rem;
}

#speziModal .btn {
    font-size: 1.4rem;
    width: 15rem;
}

#speziModal a {
    color: grey;
    text-decoration: underline;
}

#loginCol {
    background-image: url('../../img/landscape.jpg');
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;

}

/*********************************************/
/*              NAVBAR CSS                  "/
/*********************************************/


  .navbar-kleo {
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
  }
  .navbar-brand {
    cursor: pointer;
  }

  .navbar-kleo .navbar-toggles {
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    outline: 0;
    padding: .26rem .76rem;
  }
  
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #6C55A3;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000;
  }
  .fas.fa-bars {
    color: #6C55A3 !important;
  }
  .sticky-nav.navbar-kleo .navbar-toggles {
    border: 1px solid transparent;
    padding: .26rem .76rem;
    outline: 0;
  }
  .sticky-nav.navbar-kleo {
    margin-top: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    color: #000000 !important;
  }
  .sticky-nav.navbar-kleo .navbar-nav {
    margin-top: 0px;
  }
  .navbar-toggler:focus {
    outline: none;
  }

  /*********************************************/
/*              RESPONSIVE CSS               "/
/*********************************************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-kleo {
      background-color: #ffffff !important;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      margin-top: 0px;
      color: #ffffff !important;
    }
    .navbar-toggler {
      margin-bottom: 0px;
      font-size: 24px;
      margin-top: 0px;
      color: #343a40;
    }
    .navbar-kleo .navbar-nav {
      margin-top: 0px;
    }
    .navbar-kleo .navbar-nav li a {
      margin: 0px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      color: #9b9bae !important;
    }
    .navbar-kleo>.container {
      width: 90%;
    }
    .navbar-collapse {
      padding: 0 20px;
    }
    .navbar-kleo .navbar-nav li.active a {
      border-color: transparent;
    }
    .navbar-kleo .navbar-nav li.active a, .navbar-kleo .navbar-nav li a:hover, .navbar-kleo .navbar-nav li a:active {
      color: #6C55A3 !important;
    }
}

/*************************************************/
/*                     CARD                       */
/*************************************************/
.card:hover{
    transform: scale(1.05);
 box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card{
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    background: #f1f6fe;
  }
  #footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
  }
  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
  }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  #footer .footer-top .footer-contact h3 span {
    color: #106eea;
  }
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
  }
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
  }
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
  }
  #footer .copyright {
    text-align: center;
    float: left;
  }
  #footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
  }
  @media (max-width: 768px) {
    #footer .copyright, #footer .credits {
      float: none;
      text-align: center;
      padding: 2px 0;
    }
  }
