body {
   background-image: url('images/background.jpg');
 	font-size: large;
}

ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li#menuitem {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

    /* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

div#page {
    width: 100%; /*width of your image*/
    height: 800px; /*height of your image*/
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */

    align-content: center;
}

div#main {
    position: absolute;
    width: 75%;
    z-index: 15;
    left: 12.5%;
    margin: 0 0 0 0;
    background: white;
    opacity: 1.0;
    padding: 10px;
}
div#menu {
    background-color: white;
    opacity: 0.99;
    top: 0;
    left: 0;
    color: navy;
    width: 100%;
    opacity: 1.0;
}


.title {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    text-align: center;
}


.img-round {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.profilePicture {
    border-radius: 10%;
    height: 300px;
    width: 300px;
}

.TitleDiv {
    position: absolute;
    width: 2000px;
    z-index: 15;
    left: 12.5%;
    margin: 0 0 0 0;
    background: white;
    opacity: 1.0;
    padding: 10px;
    align-content: center;
}
.TherapistHeader {
    text-align: center;
    align-content: center;
    width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
}


