header.navbar {
    background-size: cover;
}

header.navbar .logo-container a {
    font-size: 24px;
}

header.navbar .subtitle {
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;    
}

header.navbar nav.nav .nav-item a {
    font-size: 14px;
    margin: 25px 15px 15px 15px;
}

#myModal .modal-content {
    background-color: #ff6e7a;
    color: #ffffff;
}

#myModal .modal-header .close {
    margin-top: 0px;
    font-size: 30px;
}

#myModal .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

#myModal .modal-body {
    padding: 20px;
}

#myModal .modal-body .title{
    font-size: 28px;
    font-weight: 600;
    text-align: right;
}

#myModal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

.article-image {
    width: 100%;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
  header.navbar .subtitle {
      margin-top: -10px;
      margin-bottom: 5px;
      position: relative;
      left: 14px;
  }  
}
  /*HUMAN2BE*/
.human2be {
    width: 100%;
    text-align: right;
    padding-top: 50px;
}

#human2be {
    fill: #ffffff;
    max-width: 48px;
}
#human2be .h2be_h {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_dot {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_2 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#human2be .h2be_b {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_circle {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
#human2be:hover .h2be_2,
#human2be:hover .h2be_b,
#human2be:hover .h2be_circle {
  fill: #0ab49b;
}
#human2be:hover .h2be_h {
  fill: #748bb3;
}
#human2be:hover .h2be_dot {
  fill: #748bb3;
}

#human2be {
    /*float: right;*/
}