section#objecten {
    background: #f7f7f7;
    position: relative;
    padding: 40px 0;
}

section#objecten:before {
    position: absolute;
    top: -60px;
    left: 0;
    content: '';
    width: 1920px;
    height: 123px;
    background: url(/wp-content/themes/bravons/assets/images/wave.png);
}

section#objecten h1 {
    font-weight: 100;
    color: var(--maincolor);
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    margin: 0 0 10px 0;
    display: inline-block;
    position: relative;
}

section#objecten h1 svg {
	font-size: 22px;
}

section#objecten .projects-list {
	display: flex;
    flex-wrap: wrap;
}

section#objecten .projects-list .single-project {
    flex: 0 0 24%;
    margin-right: 1%;
}

section#objecten .projects-list .single-project figure {
	position: relative;
}

section#objecten .projects-list .single-project figure .cat {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--maincolor);
    color: white;
    padding: 5px;
    font-weight: 500;
    border-bottom-left-radius: 10px;
}

section#objecten .projects-list .single-project:nth-child(1n+5) {
    margin-top: 1%;
}

section#objecten .archivelink {
	margin-top: 20px;
    color: #a8a8a8;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {

    section#objecten .projects-list .single-project {
        flex: 1 0 49%;
    }

    section#objecten .projects-list .single-project:nth-child(even) {
        margin-right: 0;
    }

    section#objecten .projects-list .single-project:nth-child(1n+3) {
        margin-top: 2%;
    }

    section#objecten h1 {
        justify-content: center;
    }

}

@media screen and (max-width: 650px) {

    section#objecten .projects-list .single-project {
        flex: 1 0 100%;
        margin: 4% 0 0 0 !important;
        text-align: center;
    }

    section#objecten .projects-list .single-project figure {
        display: table;
        margin: 0 auto;
    }

}

section#objecten .projects-list .single-project:last-child {
	margin-right: 0;
}

section#objecten .projects-list .single-project h3 {
    position: relative;
    color: var(--maincolor);
    font-size: 25px;
    display: table;
    font-weight: 100;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 650px) {
	
	section#objecten .projects-list .single-project h3 {
		margin: 10px auto;
	}
}

section#objecten .projects-list .single-project p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

section#objecten .projects-list .single-project a {
    background: var(--maincolor);
    color: white;
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 10px;
    border-bottom: 2px solid #0a7528;
}

section#objecten .projects-list .single-project a:hover {
    opacity: 0.80;
}