body {
    font-family: Helvetica;
    background-image: url('sparkle-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1 {
    color: #111111;
    font-family: cursive;
    text-shadow: 2px 2px 2px lightgray;
    text-align: center;
}

ul.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e1a0b5;
}
.navitem {
    float: left;
}
.navitem a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navitem a:hover:not(.active) {
    background-color: #8C92AC;
}

div.content {
    font-family: helvetica;
    background-color: #f8f8f8;
    font-size: 14pt;
    width: 75%;
    margin: 80px auto;
    background-color: #f9e3ec;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px black;
}

.thumbnail {
    height: 200px;
    width: 150px;
}

p{
    font-family: helvetica;
    line-height: 1.6;
    text-align: center;
}
/*
.content {
    font-family: helvetica;
    font-size: 15pt;
    background-color: #f8f8f8;
    text-align: center;
}
*/
.services {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}




footer {
    font-size: 10pt;
    color: white;
    padding: 15px;
    background-color: #e1a0b5;
}






