#wrapper {
    margin: 0 auto;
    width: 950px;
    font-family: Colonna MT;
    background-color: mediumorchid;
}

#header {
    background-color: violet;
    width: 890px;
    height: 90px;
    padding: 0 30px;
}

#logo {
    float: left;
    font-size: 90px;
    color: blueviolet;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu li {
    float: right;
}

    #menu li a {
        display: block;
        font-size:25px;
        color: blueviolet;
        text-align: center;
        padding: 50px 20px 0 0;
        text-decoration: none;
    }

        #menu li a:hover {
            color: yellow;
        }

.clearBoth {
    clear: both;
}

#banner {
    background-image: url("images/banner.jpg");
    height: 505px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
}

#kellyjoyImg {
    background-image: url("images/kellyy.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    margin: 0 auto;
    padding-top: 350px;
}

#banner h1 {
    font-size: 34px;
    font-family:Times New Roman;
    text-transform: uppercase;
    color:yellowgreen;
    text-align: center;
    margin-top: -50px;
}

.column {
    float: left;
    width: 33.33%;
    border-color: 1px solid #fff;
    padding: 50px 0;
}

.row h1 {
    color:yellow;
    text-align: center;
}

.row h2 {
    color: gold;
    text-align: center;
}

#content {
    width: 600px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    color: deepskyblue;
}

#Malumpati Cold Spring p {
    font-family: Arial Black;
    color:lightskyblue;
    font-size: 60px;
    text-align: justify;
    padding-right: 16px;
}

#sidebar {
    width: 260px;
    margin-top: -20px;
    float: right;
    margin-right: 30px;
    color: yellow;
}

    #sidebar::after {
        clear: both;
    }

#footer {
    background-color: violet;
    color: black;
    font-size: 12px;
    font-family: Arial Black ;
    height: 25px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

#spacer {
    margin-top: 50px;
}
