BODY {
	background-color: #FEF7DE;
	margin:auto;
	width:100%;
	text-align:center;
}

@font-face {
 	font-family: "tippa";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/tippa-webfont.woff2") format("woff2"), url("fonts/tippa-webfont.woff") format("woff");
}

a:link {
	color: #512800;
	text-decoration: underline;
	font-family: "tippa";
	font-size: 15px;
}

a:visited {
	color: #512800;
	text-decoration: underline;
	font-family: "tippa";
}

a:hover {
  color: orange;
  text-decoration: underline;
}

a:active {
	color: #063;
}

scrollbar-color {
	color:#512800;
}

p {padding-bottom: 20px; margin-bottom:0px;}

.luketippa {
  font-family: "Tippa", Arial, Helvetica, sans-serif;
  color: #512800;
  font-size: 50px;
}

.luke2tippa {
  font-family: "Tippa", Arial, Helvetica, sans-serif;
  color: #512800;
  font-size: 35px;
}

.main {
	font-family: "tippa", Arial, Helvetica, sans-serif;
	color: #512800;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: auto;
	width: 1000px;
	height: 100%;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.left {
	padding-bottom:3px;
	float:left;
}

.right {
	padding-bottom:3px;
	float:right;
}

.YTframe {
	 padding-bottom:10px;
}

#expandableDiv {
overflow: hidden;
max-height: 0;
transition: max-height 0.5s ease-in-out;
background-color: #FEF7DE;
font-size: 15px;
font-weight: bold;
font-family: "tippa", Arial, Helvetica, sans-serif;
}

#expandableDiv.expanded {
max-height: 2000px; /* Adjust based on your content */
font-size: 15px;
font-weight: bold;
font-family: "tippa", Arial, Helvetica, sans-serif;
}

button {
	background-color: orange;
	color: #512800;
	border: thin;
	border-radius: 2px;
	cursor: pointer;
	font-size: 15px;
	font-family:tippa;
}

button:hover {
	background-color: #5B9F00;
}