/*-----------------------------NAVBAR---------------------------------------*/

/*------------------------LOGIN FORM--------------------------------------------------*/
  body {
    font: 400 15px 'Roboto', sans-serif;
    line-height: 1.8;
    color: #818181;
    min-width:300px;
    width: auto !important;
    width:300px;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .jumbotron{
    background-image: url('img/banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-item img {
   width: 100%;
   height: 100%;
 }
 .carousel-indicators li{
   background-color: #d90004;
 }
 .carousel-caption p{
   text-shadow: 0 0 10px black !important;
 }
 .carousel-caption h3{
   text-shadow: 0 0 10px black !important;
 }
  .ikonok{
    background-color: lightgray;
  }

  .ikonokgomb{
    background-color: lightgray;
    border: none;
    font: bold 25px Roboto;
  }
  .ikonokgomb:hover{
    background-color: white;
    border-radius: 5px;
    font: bold 25px Roboto;
  }
  .fotartalom{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar {
    margin-bottom: 0;
    background-color: whitesmoke;
    z-index: 9999;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: black;
    letter-spacing: normal;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  }
  .navbar li a, .navbar .navbar-brand {
    color: black !important;
  }
  .navbar-nav li a:hover, .navbar-nav li:active a {
    color: #d90004 !important;
    background-color: #fff !important;
    border-radius: 5px;
  }
  .sidebar-sticky li a:hover, .navbar-nav li:active a {
    color: #d90004 !important;
    background-color: #fff !important;
    border-radius: 5px;
  }
  .navbar-nav li a:active{
    color: #d90004 !important;
    background-color: #fff !important;
    border-radius: 5px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .nav-button{
    background-color: #d90004;
    display: inline-block;
    font-weight: 400;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d90004;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .lablec{
    bottom: 0;
    background-color: #434343 !important;
    color: #757575 !important;
    text-align: left;
  }
  .lablec ul{
    margin: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .lablec h4{
    color: #d8d8d8;
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
  }
  .lablec a{
    color: #d8d8d8;
  }
  .lablec li a:hover{
    color: #d90004 !important;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .lablec li a:active{
    color: #d90004 !important;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 5px;
  }
  .copyright{
    padding: 15px;
    border-top: 1px solid #757575;
  }
  /* Regisztrációs mező */
  .register{
    text-align: center;
    padding: 15px;
    margin: auto;
  }
  .register i{
    font-weight: 900;
    font-size: 25;
    padding: 7px;
    margin: 2;
    width: 39px;
  }
  .card{
    min-width: 170px;
    border: 3px solid rgba(0,0,0,.125);
    border-radius: 5px;
    margin: 10px;
  }
  .animalCard{
    min-width: 170px;
    border: 3px solid rgba(0,0,0,.125);
    border-radius: 5px;
    margin: 10px;
  }
  .animalCard-img-top {
      width: 100%;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
    }
  .card-deck{
    margin-bottom: 10px;
  }
  blockquote{
    border-left:none
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);
}

.quote-box{
    padding: 20px;
    padding-top: 0px;
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
    background-color: lightgray;
    margin-top: 25px;
    color:#434343;
    box-shadow: 2px 2px 2px 2px #E0E0E0;

}
.quotation-mark{
    font-weight: bold;
    font-size:100px;
    color:#434343;
    font-family: "Times New Roman", Georgia, Serif;

}
.quote-text{
    font-size: 19px;
    margin-top: -65px;
}
.table-wrapper {
  max-height: 300px;
  overflow: auto;
  display:inline-block;
}
.logo{
  text-align: center;
  background-color: lightblue;
  border-radius: 2px;
}
.cardImg{
  position: relative;
}
.cardAvatar{
  width: 100%;
  height: 60px;
  position: absolute;
  padding-left: 15px;
  z-index: 1;
  bottom: -25px;
  color: #fff;
}
  @media screen and (max-width: 1100px){
    .ikonokgomb{
      font: bold 17px Roboto;
    }
    .ikonokgomb:hover {
    background-color: white;
    border-radius: 5px;
    font: bold 17px Roboto;
}
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    .navbar-nav .nav-link {
    padding-left: 10px !important;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
