html {

    background-image: url('images/laurenBG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: auto;
    width: 90%;
    margin-top: -8em;
}

body#home h1 {
    font-size: 80px;
}

body#home h2 {
    font-size: 60px;
}

h1 {
    font-size: 40px;
    margin: 0px;
}

h2 {
    font-size: 25px;
    margin: 0px;
}


div#headerWrapper {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 20px 20px 50px black;
    height: 720px;
    margin: 9em auto 100px;
    width: 844px;
}

div#navLinks {
    height: 50px;
    margin: auto;
    /* width:325px;  */
}

div#navLinks ol {
    list-style-type: none;
    margin: auto;
    padding: 0px;
    text-align: center;

}

div#navLinks li {
    float: left;
    margin: 1em;
    border: solid .3em black;
    padding: 5em;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /*fill in the bubbles? */
    background: radial-gradient(circle, rgb(57, 56, 56) 0%, rgba(0, 0, 0, 0.9) 100%);
}




div#navLinks a {
    display: inline-block;
    text-decoration: none;
    font-size: 18pt;

    /*link color white */
    color: white;
}

div#navLinks a#datGal1 {
    margin-left: -.5em;
}

div#navLinks a:visited {
    /* link color does not change */
    color: white;
}


div#mainTitle h1,
h2 {
    text-align: center;
}




/* FOR THE MENUE2 */
nav#mainMenu {
    background-color: black;
    margin-top: 1em;
    padding: 5px 0px;
    width: 844px;
}

nav#mainMenu ol {
    background-color: #000;
    list-style-type: none;
    padding: 0px;
    width: 700px;
    color: white;
    font-style: italic;
    margin: auto;
}

nav#mainMenu li {
    display: inline;
    padding: 3%;
    vertical-align: middle;
}

nav#mainMenu a {
    text-decoration: none;
    color: white;
    background-color: black;
    font-size: 23px;


}

nav#mainMenu p.menuVal {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    display: inline;
    text-indent: initial;
    max-width: none;
    font-size: 12pt;
    vertical-align: top;
}


/*     END OF TOP NAV!!!!!     */




/*About Page */

#bio p {
    text-indent: 50px;
    margin: auto;
    max-width: 600px;
    font-size: 18pt;


}

#bio img#myFace {

    border-radius: 50%;
    width: 300px;
    height: 200px;
    margin: auto;
    display: block;

}

/*********************************************          Gallery Page          *********************************************/
img.cover {
    height: 220px;
    position: absolute;
    width: 220px;
    z-index: 1;

}

div.wrap {
    display: inline;
    height: 220px;
    width: 220px;

}

div.wrap img.coverImg {
    /* display:inline;*/
    height: 220px;
    width: 220px;
    z-index: 0;
}

div.wrapRow {
    height: 220px;
    margin: 20px auto;
    width: 465px;
}

div.wrapRow div:nth-child(1) {
    margin-right: 10px;
}

div.wrapRow div:nth-child(2) {
    margin-left: 10px;
}




/* ***************************************   Contact informas   *******************************************/

#contact h3 {
    text-align: center;
    font-size: 30pt;

}


/***************************************** Specific Gallery Pages **********************************************/

div#theaterContainer {
    margin-top: 50px;
    width: 100%;
}

div#picContainer {
    float: left;
    margin-left: 40px;
    width: 600px;
}

div#thumbScrollbar {
    background-color: black;
    border: 2px black solid;
    float: right;
    height: 400px;
    margin-right: 40px;
    overflow-y: scroll;
    width: 120px;
}

div#thumbScrollbar img {
    margin: auto;
}

img#commisionImg {
    display: block;
    margin: auto;
}

img#commisionImg,
img#thesisImg,
img#courseWorkImg,
img#travelImg {
    max-width: 600px;
    max-height: 400px;
    display: block;
    margin: auto;
}

footer {
    float: right;
}