.entry-title, .entry-title a {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    color: #444444;
    padding-bottom: 20px;
}

#Subheader .portfolio-title {
    font-family: "Lato", Arial, Tahoma, sans-serif;;
	font-size: 120px;
	line-height: 120px;
	font-weight: 700;
	letter-spacing: 0px;
}

.creatietekst {
    color: #4c739a;
    font-size: 46px;
    line-height: 66px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #Subheader .portfolio-title {
		font-size: 102px;
		line-height: 102px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #Subheader .portfolio-title {
		font-size: 90px;
		line-height: 90px;
	}
}  

@media only screen and (max-width: 479px) {
    #Subheader .portfolio-title {
		font-size: 72px;
		line-height: 72px;
	}
}