#mainContent {
    background-image: url("Sliced Images/Header/header-bg-desktop.svg");
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position: 0 -12em;
    overflow: hidden;
}

#appointment--head {
    text-align: center;
    margin-top: 3em;
    max-width: 1000px;
    margin: auto;
    padding: 25px;
}

#appointment--head h1 {
    color: white;
    margin-bottom: 4em;
}