
        body {
            background-color: dimgray;
            color: antiquewhite;
        }

        p {
            color: whitesmoke;
        }

        h1{
            color: whitesmoke;
        }

        h2{
            font-family: 'Rockwell', serif;
            font-weight: 400;
        }

        h3{
            font-family: 'Rockwell', serif;
            font-weight: 400;
            color: antiquewhite;
        }

        h4{
            font-family: 'Rockwell', serif;
            font-weight: 400;
        }

        #container {
            min-height: 800px;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            margin-bottom: 4%;
        }

        #projecttitle {
            height: 90px;
            width: auto;
            /*border: 2px black solid;*/
            padding: 0 20px;
            /* the first number is left the second is right side of padding*/
            color: antiquewhite;
            
        }
        #book-nav {
            height: 30px;
            width: 30%;
            position: absolute;
            top: 120px;
            right: 0px;    
        }
        #book-nav a{
            text-decoration: none;
            color: floralwhite;
            font-size: 12pt;
            line-height: 19.5pt;
            font-family: 'Raleway', sans-serif;
            margin-left: 30px;
            text-align: center;
            float: right;
            text-transform: uppercase;
}
        #text1{
            height: 448px;
            width: 30%;
            /*border: 2px black solid;*/
            position: absolute;
            top: 110px;
            left: 0;
        }
        
        #maincontent{
            height: auto;
            min-height: 800px;
            width: 68%;
            /*border: 2px black solid;*/
            position: absolute;
            top: 170px;
            right: 0;
            margin-bottom: 2%;
        }

   

footer {
    background-color: rgba(120, 120, 120, 10);
    padding: 4%;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: clear;
    text-align: center;
}*/


        #processfooter{
            padding: 0%;
            height: 100px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            bottom: 0px;
            padding: 0%;
            /* border: 2px black solid;*/
            background-color: rgba(120, 120, 120, 10);
            text-align: center;

        }

        #processfooter a{
            text-decoration: none;
            color: floralwhite;
            font-size: 12pt;
            line-height: 19.5pt;
            font-family: 'Raleway', sans-serif;
            margin-left: 30px;
            text-align: center;
}
        


