/**
 * Font import
 */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,200;1,400&display=swap');

/*
 * Header area
 */
#headerArea {background-image: url('/images/environments/zevenaardoet/headerimage.jpg'); background-position: center 15%;}
@media only screen and (min-width:  993px) and (max-width: 1600px) {#headerArea {background-image: url('/images/environments/zevenaardoet/headerimage-1200x260.jpg');} }
@media only screen and (min-width:  671px) and (max-width:  992px) {#headerArea {background-image: url('/images/environments/zevenaardoet/headerimage-775x260.jpg');} }
@media only screen                         and (max-width:  670px) {#headerArea {background-image: url('/images/environments/zevenaardoet/headerimage-670x175.jpg'); background-position: center right;} }
