/*
Katelyn Lindsey
Final Project
DTC 478
*/

body {
	background-color: #D6EBF2;
	background-image: url("images/handwritingBlue.png");
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
	width: 80%;
	margin: 10px auto;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
	padding: 20px;
	padding-left: 50px;
	background-color: white;
}


/*** HEADERS ***/

h1 {
	font-size: 2.7em;
}

#subTitle {
	font-size: 2em;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h2 {
	margin-top: 60px;
}

h3 {
	margin-top: 60px;
}


/*** DIVS ***/

#author {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
}

#def {
	font-size: 1.1em;
	line-height: 170%;
}

#name, #actDef {
	font-size: 1.2em;
}

#actDef {
	padding-left: 30px;
}

.captions {
	font-size: 0.9em;
	margin-bottom: 2px;
}


/*** TOGGLING TEXT ***/

/*spacing*/
.kernYes {
	letter-spacing: 20px;
}

.trackYes {
	letter-spacing: 10px;
}

.leadYes {
	line-height: 170%;
}

/*changing text*/
.changingText {
	border: 1px solid black;
	border-radius: 4px;
	box-shadow: 1px 3px #000000;
	font-size: 1.3em;
	padding: 10px;
	text-align: center;
	font-family: serif;
	width: 30%;
}


/*** IMAGES ***/

img {
	width: 100%;
}

.gameScreen {
	max-width: 700px;
}

#loveNikki {
	max-width: 500px;
	text-align: center;
}


/*** MISC ***/

.italics {
	font-style: italic;
}


/*** BUTTONS ***/

button {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 1em;
	text-align: center;
	margin-right: 5px;
}

button:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.changeButtons {
	margin-top: 30px;
}

#serifvssansButtons {
	width: 30%;
}


/*** LISTS ***/

ul {
	line-height: 200%;
	list-style-type: circle;
}


/*** LINKS ***/
a {
	color: #0080ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
