@charset "UTF-8";
/* ------------------------- CSS Style Document: Author Doug Chipman - chipdigital.com ------------------------- */

body {
	max-width: 1000px;
	margin: 0 auto;
	color: #A9A9A9;
	background-color: #4C4C4C;
	font-family: "Acumin Pro", sans-serif;
	font-style: normal;
	font-weight: normal;
}
.wrapper {
	padding: 0;
	background-color: #2D2D2D;
	display: block;
}
h1 {
	font-size:36pt;
	color: #a0509f;
}
h2 {
	font-size:24pt;
	color: #a0509f;
}
h3 {
	font-size:18pt;
	color: #a0509f;
}
h4 {
	font-size:14pt;
	color: #a0509f;
}
h5 {
	font-size:12pt;
	color: #a0509f;
}
h6 {
	font-size:8pt;
	color: #a0509f;
}
p {
	font-size: 12pt;
	color: #A9A9A9;
}

/* ------ Set Hyper Link Settings ----- */
a:link {
	color: #7EC242;
}
a:visited {
	color: #A2E06A;
}
a:hover {
	color: #A0509F;
}
a:active {
	color: #A2E06A;
}
img {
	max-width: 100%;
	height: auto;
}

.thumbnail {
	max-width: 50%;
	height: auto;
}
figcaption {
	font-size: 8pt;
}

/* ---------- Header Settings (Navigation Settings has their own section) ---------- */
.header {
	background-color: #000000;
	display: block;
}
.logo {
	height: 135px;
	width: auto;
	padding: 20px;
	display: block;
	float: left;
}
#siteName {
	color: #7EC242;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	text-align: right;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-top: 50px;
	display: block;
	font-family: "OCR A Std", "Acumin Pro", sans-serif;
}
#tagLine {
	padding-right: 20px;
	color: #A0509F;
	font-style: normal;
	font-weight: normal;
	font-size: x-large;
	text-align: right;
	display: block;
}

/* ---------- Navigation Menu Settings ---------- */
.mainNav {
	background-color: #7EC242;
	height: 40px;
	clear: both;
}
.mainNav ul {
	background-color: #7EC242;
	padding: 0;
	margin-top: 0;
}
.mainNav ul li {
	list-style-type: none;
	list-style: none;
	float: left;
}
.mainNav li a {
	display: block;
	color: #FFFFFF;
	width: 150px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
.mainNav li a:hover {
	background-color: #A2E06A;
	color: #FFFFFF;
	display: block;
}
/* ------ Main Navigation Sub Menu stylying ----- */
.mainNav li ul {
	margin: 0;
	display: none;
}
.mainNav li ul li {
	display: block;
	float: none;
}
.mainNav li ul li a {
	min-width: 150px;
	width: auto;
	color: #7EC242;
	text-align: left;
	padding: 0 10px;
}
.mainNav li:hover ul {
	display: block;
	background-color: #7F7F7F;
	height: auto;
}
/* ----- Style Show Menu label & button, hide by Default ------ */
.showMenu {
	height: 40px;
	margin: auto;
	text-decoration: none;
	color: #ffffff;
	font-size: 18pt;
	text-align: left;
	line-height: 40px;
	display: none;
	padding-left: 30px;
}
/* ----- Hide Checkbox ----- */
input[type=checkbox] { 
	display: none;
}
input[type=checkbox]:checked ~ #navMobile {
	display: block;
}
/* ---------- Section and Aside Settings for 2 column layout ---------- */
.sectionLeft {
	width: 70%;
	float: left;
	margin-bottom: 20px;
}
.sectionRight {
	width: 70%;
	float: right;
	margin-bottom: 20px;
}
.sectionFull {
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.asideRight {
	width: 30%;
	float: right;
	margin-bottom: 20px;
}
.asideLeft {
	width: 30%;
	float: left;
	margin-bottom: 20px;
}
.content {
	padding: 5px 20px 10px;
}
/* ---------- Table Settings ---------- */
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000000;
	background-color: #DCDCDC;
}
th {
	border: 1px solid #000000;
	text-align: center;
	padding: 10px;
	color: #A0509F;
}
td {
	border: 1px solid #000000;
	text-align: center;
	padding: 10px;
	color: #000000;
}
td ul {
	list-style-type: none;
}
/* ----- Gallery Thumbnails ----- */
.gallery {
	background-color: transparent;
	border: none;
}
.gallery td {
	border: none;
}
.gallery img {
	border: 5px ridge #888888;
}
.gallery img:hover {
	border-color:#FFFFFF;
}

/* ---------- Photo Carosel Settings ---------- */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 80%;
	margin: auto;
}
/* ---------- Photo Gallery ---------- */
.photoviewer {
	text-align: center;
	padding-top: 50px;
	width: auto;
}
.photoviewer img {
	padding: 20px 0;
}
/* ---------- Google Map iFrame ---------- */
.googleMap {
	width: 80%;
	padding-left: 50px;
	border: 0;
	
}

/* ---------- Video Settings ---------- */
video {
	width: 80%;
	padding-left: 50px;
}
/* ---------- Footer Settings ---------- */
.footer {
	height: 50px;
	clear: both;
	color: #7ec242;
	text-align: center;
	line-height: 50px;
	background-color: #000000;
}
/* ---------- Site Plan - Settings ---------- */
.siteplanRight {
	width: 80%;
	float: right;
	padding: 0;
	margin-bottom: 20px;
}
.siteplanNoScroll {
	width: 20%;
	margin-bottom: 0;
	position: fixed;
	margin-top: 0;
}
.siteplanNoScroll ul {
	list-style-type: none;
	margin-left: -25px;
}
.sitemapTable table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid black;
}
.sitemapTable th {
	border: 1px solid black;
	background-color: #7EC242;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
	padding-top: 10px;
}
.sitemapTable td {
	border: 1px solid black;
	padding: 20px;
	text-align: left;
}

/* ---------- CIT 230 Presentation ---------- */
.sectionPresentation1 {
	width: 100%;
	float: left;
	margin-bottom: 0;
	background-color: #1C7A94;
	text-align: center;
	display: block;
}
.sectionPresentation2 {
	width: 100%;
	float: left;
	margin-bottom: 0;
	background-color: grey;
	text-align: left;
	display: block;
}
.presentationPicture {
	padding: 0 20px 20px;
	width: auto;
	height: auto;
}
.title {
	color: #7EC242;
	text-align: center;
}
	

/* ---------- Aside Layout Settings for Screen Devices ---------- */
/* ----- Mobile Phone Devices - Min Width 320, Max Width 5100px ----- */
@media screen and (max-width: 510px) {
body {
	min-width: 320px;
}
.sectionLeft, .sectionRight, .sectionFull {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.asideRight, .asideRight {
	width: 100%;
	height: auto;
	display: block;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-bottom: 0;
}
#siteName {
	padding: 0;
	text-align: center;
}
#tagLine {
	padding: 0 20px;
	text-align: center;
}
.mainNav {
	display: block;
	height: auto;
	width: auto;
}
.mainNav ul li {
	float: none;
	height: auto;
}
.mainNav li {
	margin-bottom: 1px;
}
.mainNav li a {
	width: auto;
	text-align: left;
	padding-left: 20px;
}
.mainNav li:hover ul {
	height: auto;
}
.showMenu {
	display: block;
}
.mainNav ul {
	position: static;
	display: none;
}
.mainNav li ul, li a {
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: 40px;
}
.mainSection {
	display: block;
	width: auto;
}
.siteplanRight {
	width: 100%;
}
.siteplanNoScroll {
	display: none;
}
}
/* ----- Tablet device - Min Width 511, Max Width 920px ----- */
@media screen and (min-width:511px) and (max-width:920px){
.sectionLeft, .sectionRight, .sectionFull {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.asideRight, .asideRight {
	width: 100%;
	height: auto;
	display: block;
}
.mainNav {
	display: block;
	height: auto;
	width: auto;
}
.mainNav ul li {
	float: none;
	height: auto;
}
.mainNav li {
	margin-bottom: 1px;
}
.mainNav li a {
	width: auto;
	text-align: left;
	padding-left: 20px;
}
.mainNav li:hover ul {
	height: auto;
}
.showMenu {
	display: block;
}
.mainNav ul {
	position: static;
	display: none;
}
.mainNav li ul, li a {
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: 40px;
}
.mainSection {
	display: block;
	width: auto;
}
.siteplanRight {
	width: 100%;
}
.siteplanNoScroll {
	display: none;
}
}

/* ------ Mid-Range Display Screens - Min Width 921px, max 1200px ------ */
@media screen and (min-width:921px) and (max-width:1220px){
.mainNav li ul {
	position: absolute;
}
}

/* ------ Large Display Screens - Min Width 1200px ------ */
@media screen and (min-width: 1221px){
.mainNav li ul {
	position: absolute;
}
body{
	max-width: 1490px;
}
.sectionLeft {
	width: 80%;
}
.sectionRight {
	width: 80%;
	float: right;
}
.asideRight {
	width: 20%
}
.asideLeft {
	width: 20%;
	float: right;
}
}
