/* moonjellyink.com stylesheet */



body {
/* not using this styling, just here for reference */
/* background: #fff url(bg_december-grad1.png) repeat-x; */
/* background: #fff url(bg_december-grad2.png) no-repeat; */
/*background: #9ABBFE url(bg_december.png) no-repeat;*/
/*background-position: 50% 0px;*/
background: #006699;
}

/* h1 { font-family: Georgia,Times,Times New Roman,serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 26.4px; } */


h1 {
font-family: josefin, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 120px;
color: #fff;
  }

.centered-wrapper {
    position: relative;
    text-align: center;
}
.centered-wrapper:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0; height: 100%;
    vertical-align: middle;
}
.centered-content {
    display: inline-block;
    vertical-align: middle;
}