.wp-site-blocks {
		padding-left: 0px;
		padding-right: 0px;
}

header {
	background: skyblue;
	height: 290px;
	padding-top: 20px;
		
}

header h2 {
		position: absolute;
    margin: auto;
    margin-top: 45px;
    margin-left: -140px;
    width: 100%;
    font-family: cursive;
    font-size: 40px;
}

header p {
		position: absolute;
		width:100%;
		margin: auto;
		text-align: center;
		margin-left: -35px;
		font-family: cursive;
}

header img {
		height: 245px !important;
		width: 615px !important;
		margin-left: 50px;
}

header figure {
margin: auto !important;
width: 50%;
}

@media only screen and (max-width: 600px) {
		header h2 {
		position: absolute;
		margin: auto;
		width: 100%;
		font-size: 30px;
    margin-top: 40px;
		margin-left: -50px;		
		font-family: cursive;
		}
}

@media only screen and (max-width: 600px) {
		header p {
		position: absolute;
		margin: auto;
		margin-top: 10px;
		margin-left: 0px;
		font-size: 12px;
		width: 100%;
}
}

@media only screen and (max-width: 600px) {
header figure {
margin: auto !important;
width: 100% !important;
}
}

@media only screen and (max-width: 600px) {
header img {
		height: 200px !important;
		width: 615px !important;
}
}

@media only screen and (max-width: 600px) { 
header {
		height: 250px;
}