/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: rgba(255,255,255,1.00);
}

a {
	-o-transition: 5s;
	-ms-transition: 5s;
	-moz-transition: 5s;
	-webkit-transition: 5s;
	text-decoration: none;
}

em {
	font-style: oblique;
}

strong {
	font-style: bold;
}

img {
	width: 100%;
}

h1,h2,h3,h4,h5 {
	font-family: "advent-pro";
	font-style: normal;
}

h3 {
	text-transform: capitalize;
	font-size: 2em;
	padding: 0 0 1% 0;
	color:rgba(0,0,0,1.00);
	font-weight: 700;
}

header {
	background:rgba(106,106,106,1.00);
	background-size: cover;
	background-position: center top;
	width: 100%;
}

.homepage {
	font-size: 1.5em;
	font-family: "advent-pro";
	background-color: #d5dc8a;
	width: 130px;
	text-align: center;
	float: right;
}

.vpa {
	font-size: 2em;
	text-align: left;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-weight: 500em;
	line-weight: 1.5em;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(0,0,0,1.00);
}
.gcp {
	font-size: 3em;
	text-align: left;
	margin-left: 100px;
	padding: 0px;
	color: rgba(0,0,0,1.00);
	font-weight: 300;
	text-transform: capitalize;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	font-family: "advent-pro";
}



html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 2px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* This media query applies only to your website when it is displayed in a browser that is 1567 pixels or wider */
@media only screen and (min-width: 1567px) {
	
	body {
		background-image: none; /* Gets rid of background gradient */
		background-color: rgba(0,0,0,1.00);
	}
	
}

/* This media query applies only to your website when it is displayed in a browser that is 960 pixels or smaller */
@media only screen and (max-width: 960px) {
	
	body {
		background-image: none; /* Gets rid of background gradient */
		background-color: rgba(255,255,255,1.00);
	}
	
}

/* This media query applies only to your website when it is displayed in a browser that is 500 pixels or smaller */
@media only screen and (max-width: 500px) {
	
	body {
		background-image: none; /* Gets rid of background gradient */
		background-color: rgba(255,255,255,1.00);
	}
	
	nav ul li {
		float: none; /* Gets rid of left floats on buttons */
		width: 100%; /* Makes buttons stretch to 100% of the container width */
		height: auto; /* Removes fixed height to allow drop down menu to work */
	}
	
	nav ul li a {
		border-left: none; /* Gets rid of left borders */
		border-right: none; /* Gets rid of right borders */
		height: auto; /* Removes fixed height to allow drop down menu to work */
		padding: 30px; /* Makes buttons fat enough for fingers to use on touch devices */
	}	
}

{ margin: 0; padding: 0; font-family: "advent-pro"; }

section {
	width: 100%;
	height: 1000px;
	float: left;
}

#pageA {
	background-color: rgba(255,255,255,1.00);
}

.greenbox1 {
	width: 400px;
	height: 600px;
	background-color: #b6bf24;
	position: absolute;
	margin-top: 80px;
	margin-left: 40px;
}

.computer {
	width: 600px;
	height: 450px;
	position: absolute;
	margin-top: 120px;
	margin-left: 100px;
	float: right;
	background-color: rgba(0,0,0,1.00);
	padding: 30px;
	z-index: 1;
}

.blackbox1 {
	width: 550px;
	height: 500px;
	background-color: rgba(0,0,0,1.00);
	position: absolute;
	margin-top: 100px;
	margin-left: 850px;
}

.design {
	width: 450px;
	height: 450px;
	position: absolute;
	margin-top: 20px;
	margin-left: 820px;
	background-color: #b6bf24;
	padding: 30px;
	z-index: 1;
}

#pageB {
	background-color:rgba(255,255,255,1.00);
	font-size: 1.5em;
}

.pgreen { /*black box */
	font-size: .75em;
	width: 600px;
	height: 300px;
	background-color: rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	position: absolute;
	margin-top: 100px;
	margin-left: 40px;
	padding: 30px;
	padding-top: 0px;
	text-align: center;	
}

.pblack { /*green box */
	font-size: .75em;
	width: 600px;
	height: 400px;
	background-color: #b6bf24;
	text-align: center;
	position: absolute;
	padding: 30px;
	margin-top: 50px;
	margin-left: 800px;	
}

.code {
	width: 600px;
	height: 400px;
	position: absolute;
	margin-top: 350px;
	margin-left: 100px;
	float: right;
	background-color: #b6bf24;
	padding: 30px;
	z-index: 1;
}

#pageC {
	font-size: 1.5em;
}


.classoptions {
	width: 700px;
	height: 300px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	padding: 40px;
	padding-top: 60px;
	margin: auto;
	margin-top: 75px;
	position: absolute;
	left: 20%;
	right: 20%;
	
}

#pageD { /*instructors*/
	background-color:rgba(255,255,255,1.00);
	font-size: 1.5em;
}
.tom {
	width: 600px;
	height: 500px;
	text-align: center;
	background-color: #b6bf24;
	color: rgba(255,255,255,1.00);
	padding: 30px;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 100px;
}
.thomas { /*image */
	width: 400px;
	height: 300px;
	padding: 30px;
	background-color: rgba(0,0,0,1.00);
	position: absolute;
	z-index: 1;
}

.box {
	width: 700px;
	height: 100px;
	margin-left: 800px;
	background-color: #b6bf24;
	position: absolute;
}

#pageE { /*certs*/
	background-color: rgba(255,255,255,1.00);
	font-size: 1.5em;
}

.cert {
	width: 500px;
	height: 300px;
	background-color: #b6bf24;
	position: absolute;
	margin-top: 80px;
	margin-left: 200px;
	padding-top: 90px;
	padding: 30px;
	text-align: center;
}

#pageF {
	background-color: rgba(255,255,255,1.00);
	font-size: 1.5em;
}

.tmcclogo {
	width: 200px;
	position: fixed;
	float: left;
}

nav {
	width: 100%;
	float: left;
	position: fixed;
	z-index: 1;
	top: 20px;
	left: 440px;
	font-size: large;		
}

ul {
	width: 65%;
	margin: auto;
	list-style: none;
}

ul li {
	float: left;
	margin-right: 30px;
}

ul li a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

h1 {
	color: rgba(0,0,0,1.00);
	text-align: center;
	margin-top: 50px;
	font-size: 3em;
}
h2 {
	font-size: 1.5em;
}







