body {
    font-family: 'Arvo', serif;
    background-color: white;
    background-image: url(/images/sky.jpg);
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    /*font-style: italic;*/

}

h2 {
    margin-top: 0;

    border: 1px solid #222;
    background-color: rgb(172, 234, 236);
    border-radius: 0 20px 100px 20px;
    padding: 0 20px 0;
    background-image: url("/images/sky.jpg");
    color: #222;
    font-style: italic;
    font-family: Arvo;
    text-align: center;
    text-shadow: 0 0 20px #fff;
    font-size: 1.5em;
}

#header {
    text-align: center;
    height: 240px;
    padding: 15px 0;
}

#header img {
    max-width: 150%;
}

#mobile-phone {
    color: white;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.top-bar {
    margin: 0;
}

.wings {
    text-align: center;
}

#about {
    margin-top: 20px;
}

.orbit-container {
    background: none !important;
}

/*.orbit-slides-container li {
    border: 1px solid #222;
}*/

.orbit-bullets {
    float: right;
    margin: 0 auto 10px auto !important;
}

.orbit-slide-number {
    display: none;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    border-bottom: 1px solid #222;
    padding: 10px 0;
}

#menu ul li:last-of-type {
    border-bottom: none !important;
}

#menu ul span {
    font-size: 0.8em;
}

#button-cater {
    font-weight: normal;
}

.vegan {
    color: green;
}

.gluten-free {
    color: rgb(255, 96, 66);
/*    color: #ff9242;*/
}

.note {
    text-align: right;
    font-size: 0.7em;
}

#calendar-sf {
    text-align: center;
}

#calendar-sf li {
    min-height: 150px;
    margin-bottom: 20px;
}

#calendar-sf li.even {
    background-color: #eee;
}

#calendar-small-sf li {
    list-style: none;
    padding: 10px;
    text-align: center
}

#calendar-small-sf li.even {
    background-color: #eee;
}


#calendar {
    text-align: center;
}

#calendar li {
    min-height: 200px;
    margin-bottom: 20px;
}

#calendar li.even {
    background-color: #eee;
}

#calendar-small li {
    list-style: none;
    padding: 10px;
    text-align: center
}

#calendar-small li.even {
    background-color: #eee;
}

#contact-group {
    border: 1px solid #222;
    border-radius: 100px 10px;
    margin-bottom: 20px;
}

#locations .time {
    font-size: 0.8em;
}

.hover_img a { position:absolute; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

/* social media buttons */
<style type="text/css">
 
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
 
</style>
/* end social media buttons */

/* hover over text to popup image */
