* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#tgdiv {
	height: 169px;
}

#leftphoto {
	width: 40vw;
	height: 100%;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
}

#leftphoto img {
	height: 100%;
	width: 100%;
	border: 2px #244C80 solid;
}

header {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 50;
	border-bottom: 2px #244C80 solid;
}

#topbar {
	background-image: url('../images/cloudsnoborder.gif');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 60vw;
	text-align: center;
	position: fixed;
	top: 0px;
	right: 0px;
}

#hedln {
	width: 100%;
	position: absolute;
	top: 8%;
	text-align: center;
}

#hedln h1 {
	color: white;
	font-size: 3em;
	padding: 8px 20px;
	background-color: #244C80;
	display: inline-block;
	border:  2px white solid;
	margin: 0px 15px;
	border-radius: 25px/15px;
}

#topbar p {
	color: white;
	font-size: 1.2em;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

#startbut {
	box-shadow: 0px 1px 5px white;
	opacity: 1;
	cursor: pointer;
	height: 75px;
	width: 185px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
}

#sbtg {
	position: absolute;
	height: 75px;
}

#startbut img {
	height: 100%;
	width: 100%;
}

linksec {
	min-height: 100vh;
	overflow: hidden;
}

iconbox {
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

#iconbkgnd {
	position: absolute;
	background-image: url('../images/BBSBkgnd.png');
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	transform: translateY(-50%);
	z-index: -50;
}

.iconsec {
	padding: 20px;
	background-color: rgba(255, 255, 255, .4);
	border: 2px black solid;
	cursor: pointer;
	text-align: center;
	margin-bottom: 25px;
}

.iconsec h6 {
	font-size: 1em
}

.iconsec a {
	text-decoration: none;
	color: black;
}

#menu {
	background-color: #244C80;
	height: 28px;
	z-index: 50;
	width: 100%;
}

.sticky {
	position: fixed;
	top: 0;
}

#startlinkwrap {
	text-align: center;
	margin-top: 25px;
}

#startlink {
	background-image: url('../images/cloudsbiglighter.jpg');
	font-size: 1.5em;
	border: 1px #244C80 solid;
	border-radius: 10px;
	margin: 15px auto;
	cursor: pointer;
	color: #244C80;
	text-decoration: none;
	padding: 15px 25px;
}

#startlink:hover {
	background-image: url('../images/cloudsbigdarker.jpg');
}

#startlink:hover a {
	color: white;
}

.topsidebdr {
	position: relative;
	width: 100%;
}

.botsidebdr {
	position: relative;
	width: 100%;
}

#ltside, #ltsidebot {
	position: absolute;
	left: 0px;
	width: 25px;
}

#rtside, #rtsidebot {
	position: absolute;
	right: 0px;
	width: 25px;
}

#rtsidebot, #ltsidebot {
	bottom: 0px;
	height: 260px;
}

#ltside, #rtside {
	top: 27px;
	height: 260px;
}

footer {
	clear: both;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 79px;
	z-index: 1;
}

footer img {
	height: 79px;
	width: 100%;
}

#thinker {
	float: left;
	width: 90px;
}

#facphoto {
	float: right;
	width: 137px;
}

#footerbar {
	width: 100%;
	height: 79px;
	background-image: url(../images/footerbar.gif);
	background-size: cover;
	background-position: center center;
	text-align: center;
	font-size: 12pt;
	line-height: 70px;
}

@media screen and (max-width: 1086px) {
	#hedln h1 {
		font-size: 2.4em
	}

	.iconsec {
		padding:15px;
	}

	#topbar p {
		font-size: .9em;
	}

	#tgdiv {
		height: 120px;
	}

	footer {
		height: 70px;
	}

	footer img{
		height: 70px;
	}

	#footerbar {
		height: 70px;
		font-size: 11pt;
	}

	#thinker {
		width: 85px;
	}

	#facphoto {
		width: 130px;
	}
}

@media screen and (max-width: 890px) {
	#hedln h1 {
		font-size: 2em;
	}

	#tgdiv {
		height: 100px;
	}

	.iconsec {
		padding: 10px;
	}

	#topbar p {
		font-size: .8em;
	}

	.iconsec img {
		height: 80%;
		width: 80%;
	}

	.iconsec h6 {
		font-size: .7em;
	}

	#startbut {
		height: 65px;
		width: 170px;
	}

	footer {
		height: 65px;
	}

	footer img {
		height: 65px;
	}

	#footerbar {
		height: 65px;
		font-size: 10pt;
	}

	#topbar p {
		font-size: .8em;
	}

	#thinker {
		width: 80px;
	}

	#facphoto {
		width: 122px;
	}
}

@media screen and (max-width: 645px) {
	#hedln h1 {
		font-size: 1.3em
	}

	#tgdiv {
		height: 85px;
	}

	.iconsec {
		padding: 5px;
	}

	#topbar p {
		font-size: .6em;
	}

	.iconsec img {
		height: 60%;
		width: 60%;
	}

	.iconsec h6 {
		font-size: .6em;
	}

	#startbut {
		height: 50px;
		width: 150px;
	}
}

@media screen and (max-width: 510px) {
	#topbar {
		width: 100vw;
		position: absolute;
	}

	#leftphoto {
		display: none;
	}

	#startbut {
		height: 60px;
		width: 170px;
	}

	iconbox {
		display: block;
		text-align: left;
	}

	.iconsec {
		width: 94%;
		margin: 15px 3%;
		text-align: left;
		position: relative;
	}

	.iconsec img {
		height: 48px;
		width: 48px;
		display: inline-block;
	}

	.iconsec h6 {
		font-size: 1.5em;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 10px;
	}

	#menu {
		height: auto;
	}

	.sticky {
		position: relative;
	}

	#righttopphoto, #lefttopphoto, #ltsidebot, #rtsidebot, #ltside, #rtside {
		display: none;
	}

	footer {
		height: 60px;
	}

	footer img {
		height: 60px;
	}

	#footerbar {
		height: 60px;
		font-size: 8pt;
	}

	#thinker {
		width: 0px;
	}

	#facphoto {
		width: 0px;
	}
}