/* This is to set the style of the Index page */
/* reset */

* {

    padding:0;
    margin:0%;

}

#locowrapper {
    width: 960px;
    margin: 0 auto;
    background-image:url("/static/images/TaylorHomeMap.jpg");
    background-size:960px, 960px;
    background-position:middle;
    background-repeat: no-repeat;
    background-color:palevioletred;
    color:black;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    background-image:url("/static/images/PXL_20210311_220448863.jpg");
    background-size:960px, 960px;
    background-position:middle;
    background-repeat: no-repeat;
    background-color:white;
}

#content {
    margin:60px,60px,60px,60px;
    background-color:transparent;
    font-size: xx-large;
    color:whitesmoke;

}

#menubuttons {
    float:right;
    font-size: 30px;
}

#header {
    float:center;
    background: #8f7ce3;
    margin: 10px,10px,10px,10px;
    width:100%;
    height:100%;
}

#leftColumn {
    float:left;
    margin:10px,10px,10px,10px;
    height: 100px;
    width:50%;
    color:black;
    background-color:transparent;
    padding:40px;
}

#declaration {
    float:center;
    width:100%;
    font-size:80px;
    color:white;
    padding-left:260px;
}

#rightColumn {
    float:right;
    margin:50px, 50px, 10px, 10px;
    width:40%;
    height:100px;
    font-size:x-large;
    color:white;
    background-color:transparent;
}

#footer {
    clear:both;
    float:center;
    background:transparent;
    margin:10px, 10px, 15px, 15px;
    width:100%;
    position:bottom;
    font-size: 18px;
    color:black;
    padding-left:340px;
}



