body{
	background-color: #FFF;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000;
	font-family: Trebuchet MS,Lucida Grande,Calibri,Arial,sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
}

@media (max-device-width:1080px) {body{font-size: 32px;}}

h1{
	font-size: 400%;
	font-weight: 400;
	margin: 5px;
}

p{
	font-size: 100%;
    line-height: 175%;
	font-weight: 400;
}

a:link{
	color: #F99;
	text-decoration: none;
}

a:hover{
	color: #F99;
	text-decoration: none;
}

a:visited{
	color: #F99;
	text-decoration: none;
}


.full-width{
	position: static;
	margin: auto;
	width: 100%;
	height: 100%;
}

.text-div{
	position: static;
	margin: auto;
	width: 800px;
	min-width: 800px;
	padding-left: 30px;
	padding-right: 30px;
}

.header-div{
	position: static;
	text-align: center;
	border-bottom: #000 solid 1px;
	padding-bottom: 0px;
	margin-top: 20px;
}

.link-div{
	z-index: 5;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	min-width: 800px;
	height: 32px;
	text-align: left;
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-left: 10%; 
}
.img-box{
	position: static;
	height: 60vh;
	min-height: 400px;
	min-width: 800px;
	width: 100%;
	margin-top: 0px;
	background-image:url("../img/1783-8.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0%;
	left: 0vw;
}
.link-box{
	margin-left: 20px;
}

.collapsible{
    cursor: pointer;
    cursor: hand;
}