.jumbotron{
    background: url('images/header.jpg');
    background-size: cover;
    background-position: center;
    text-shadow: 0px 0px 2px #CECECE;
    min-height: 300px;
    position: relative;
}

a{
    color: #47a347;
}

a:hover{
    color: #2e652e;
}

h2{
    color: #686868;
}

h3{
    color: #47a347;
    font-size: 1.5rem;
}

.middlebox{
    display: flex;
    align-items:center;
    justify-content: center;
}

.social-holder{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
    display: block;
    width: 100%;
    background-color: #00000040;
    padding: 5px;
}

.social-btn{
    width: 2em;
    height: auto;
    margin-left: 7px;
    margin-right: 7px;
}

.nieuws small{
    color: #777;
}

.post-item img,
.nieuws img {
    width: 100%;
    height: auto;
}

a.title{
    color: #47a347;
    font-size: 1.5em;
    display: block;
}

.sponsor{
    height: 100px;
    width: auto;
}

.sporten-container img{
    width: 100%;
    height: auto;
}

.post table{
    width: 100%;
}

.highlight{
  font-weight: bold;
  background-color: #d5f5d5;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .jumbotron h1{
        font-size: 2em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}