/* ROOM AT THE TOP ****************************************/
body { margin-top: 1em; font-family: 'Work Sans', sans-serif; }

/* COTTAGE HEADER ****************************************/
.header-chbr { text-align: center; background: url(https://dack.com/cottage/headers/header-current.jpg); background-size: cover; }
.logo-chbr { width: 300px; margin: 75px 50px; }

/* LOGO MANAGEMENT ****************************************/
#logo { font-family: 'Bowlby One SC', sans-serif; font-size: 50px; }
#logo a { color: #222222; font-weight: normal; text-decoration: none; }
#logo a:hover { text-decoration: underline; }
#logo sup { font-size: 24px; top: -20px; }


h6 {
	color: #000;
	font-family: 'Passion One', sans-serif; 
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* MISC STYLES ****************************************/
.topper { border-top: solid 2px #000; }
.emoji { font-size: 24px; }


/* HOME PAGE INDEX ****************************************/
dt { font-family: 'Passion One', sans-serif; font-size: 18px; line-height: 18px; font-weight: normal; border-bottom: solid 1px #ddd; margin: 26px 0 0 0;}
dd { margin-left: 30px; margin-bottom: 10px; line-height: 20px; }
