/*Put some custom style in here*/

.block-text-item, .storycontent {
    font-size: 1.05rem;
}
.block-text-item a {
    color: #009be0;
    font-weight: 600;
    text-decoration: underline;
}

.archive-post {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    width: 594px;
    background-color: #e5e5e5;
    padding: 15px;   
}

.archive-post:first-child {
    margin-top: 40px;
}

.thumb {
    position: relative;
    float: left;
    width: 200px;
}

.archive-intro {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    width: 394px;
}

.archive-intro h2 {
    margin: 0;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
}

.archive-post .lees-verder {
    color: #009be0;
    font-weight: 400;
}

/* Label in header */
.header-label .broadcast {
    font-weight: normal;
}

.broadcast {
    font-size: 15px;
}

.header-label p {
    margin: 8px 0 0 107px;
} 

/* Comments */
#postcomment, .reacties {
    font-size: 1.2rem;
}

#commentlist li {
    margin-bottom: 30px;
}

.tagcloud {
    background-color: #e5e5e5;
    padding: 20px;
}

/* Dirty hacking */
@media only screen and (max-width: 660px) {
   .block-text-item, .storycontent {
        font-size: 1.5rem;
    }
    .archive-post {
      box-sizing: border-box;
      width: 575px;
      font-size: 1.5rem;
    }
   
    .thumb {
        margin-bottom: 10px;
    }
    
    .thumb img {
        width: 545px;
        height: 307px;;
    }
    
    .archive-intro h2 {
        font-size: 1.7rem;
        margin-top: 10px;
    }
    
    .archive-intro {
        width: 545px;
    }
    
    /* Label in header */
    .header-label {
        position: absolute;
        background-image: url(https://project2021.ntr.nl/wp-content/themes/ntr-pip-30/images/header-label.png);
        height: 226px;
        top: 254px;
        right: 0;
        width: 406px;
    }
    
    .header-label h1 {
        margin-left: 105px!important;
    }
    
    .header-label .broadcast {
        font-weight: normal!important;
    }
    
    .broadcast {
        font-size: 15px!important;
    }
    
    .header-label p {
        margin: 8px 0 0 107px!important;
        width: 275px;
    } 
    
    .header-description {
        display: block!important;
    }

    #sidebar {
        font-size: 1.3rem;
    }
}