﻿body {
font: 1.5em; 'Gentium Basic', serif;
background:#fff;
    margin:0;}

A:link {
text-decoration:none;
color: #991766;
}

A:visited {
color: #991766;
text-decoration:none;
}

A:active {
color: #F34739;
text-decoration:none;
}

A:hover{
cursor:crosshair;
color:#D90F5A;
}




#predawn.dropcap {
	color: #F8C7C9;
}

#morning.dropcap {
	color: #C5E8E6;
}

#noon.dropcap {
	color: #A4C187;
}


#sunset.dropcap {
	color: #991766;
}

#night.dropcap {
	color: #85827E;
}


#sunrise.dropcap {
	color: #F38630;
}






#text {
	width: 70%;
	font: normal 1.5em 'Gentium Basic';
	text-align: justify;
	margin: 0px 50px 100px 50px;
}

.divider {
	margin: 50px;
}




/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}


/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}



div.bannertitle {font: normal 3em 'Permanent Marker'; line-height:1em;margin:0;color:#FCFBE3;display:inline-block;}


div.predawntitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#FFC48C;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}


div.morningtitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#FCF6E8;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}


div.noontitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#FFEDAD;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}


div.sunsettitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#FF6E27;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}


div.nighttitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#487890;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}


div.sunrisetitle {font: normal 2.5em 'Permanent Marker'; line-height:1em;margin:0;color:#E94E77;text-shadow: .0125em .0125em  0px #f9f9f9, .025em .025em 0px #000;display:inline-block;}