/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */
 
html{
    font-size: 18px;
    height:100%;
}
 
body{
    padding-top: 3.5rem;
    height: 100%;
}

.carousel-item {
  height: 35vh;
  min-height: 20rem;
  background: no-repeat center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-brand > span{
    vertical-align: middle;
    margin-left: 6px;
}

.carousel-caption{
    background: black;
    background: rgba(0,0,0,0.3);
}

.carousel-caption h3{
    font-size: 2.5rem;
}

.carousel-caption h3:hover{
    text-decoration:underline;
}

.carousel-caption h5:hover{
    text-decoration:underline;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}


#content-cards{
    margin-top: 15px;
}

.article img{
  margin-top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.card-img-frontpage{
    max-height: 55%;
}





