@charset "UTF-8";
/* FONTS 
   This must be included in each webpage:

    <link href="https://fonts.googleapis.com/css?family=Changa|Josefin+Sans:300|Merriweather+Sans|Montserrat" rel="stylesheet">
*/
.sungchiFont {
        font-family: Montserrat, sans-serif;
}
.sungchiQuoteFont {
        font-family: 'Josefin Sans', sans-serif;
}
.sungchiHeadingFont {
        font-family: 'Merriweather Sans', sans-serif;
}
.sungchiSubHeadingFont {
        font-family: 'Changa', sans-serif;
}
.sungchiCursive {
        font-family: 'Pacifico', cursive;
}
.sungchiColor {
        color: #cc5100;
}
.sungchiBackgroundColor {
        color: #E7DCEE;
}
.sungchiGreen {
        color: #5BFF33;
}
.sungchilightGreen {
        color: #CBF93E;
}
.sungchidarkGreen {
        color: #94B62D;
}
.sungchiYellow {
        color: #FFFF00;
}
.sungchiPurple {
        color: #380470;
}
.sungchiShadow {
        text-shadow: 2px 2px 2px #111111;
}
.sungchiShortShadow {
        text-shadow: 1px 1px 2px #666666;
}


/* --- CSS Document --- */
.picturePlacement {
    position: relative;
}
.captionHighlight {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    padding: 25px;
}
.landingPageBGColor {
  bgcolor: #d3705a;
}

.headerBackgroundStyle {
  background: #f08080;
}

.headerTextStyle00 {
  color: #80ffd5;
}

.headerTextStyle01 {
  color: #7CFC00;
}

.albumTitle {
  font-size: x-large;
  background-color: #CBF93E;
  BORDER-RIGHT: #006666 2px solid; PADDING-RIGHT: 15px;
  BORDER-TOP: #006666 1px solid; PADDING-TOP: 25px;
  BORDER-LEFT: #006666 1px solid; PADDING-LEFT: 15px;
  BORDER-BOTTOM: #006666 2px solid; PADDING-BOTTOM: 30px;
}

#headerBar {
        padding-top: 18px;
        padding-bottom: 18px;
        background-color: #5A0DAC;
        //background-color: #180739;
        font-family: Chalkduster;
        letter-spacing: 5px;
        text-align: center;
        color: #FFDCA3;
}
#footerBar {
        padding-top: 18px;
        padding-bottom: 15px;
        background-color: #380470;
        font-family: Chalkduster;
        //text-align: center;
        font-size: small;
        color: #999999;
}
