/* your styles go here */

#intro {
	background-image:url(../img/rotterdam2-is.jpg);
	background-size: cover;
	background-position: center -150px;
	padding-top: 0 !important;
}

#intro .gradient {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	padding-top: 90px;
	padding-bottom: 90px;
}