/*CSS that applies to ALL pages*/

html {
	width: 100%;
	height: 100%;
}

body {	
	background-color: black;
	background-position: center;
	background-attachment: fixed;	
}

.tophead {

}

.header {
	background-image: linear-gradient(#D8D8D8, #9B9B9B);
	background-color: #D8D8D8;
}

.invisi-box {
	width: 1300px;
	margin: 0 auto;
}

.logo {
	max-width: 100%;  
	float: left;
	margin: 1% 0% 0% 0%;
}

.logo:hover {
	padding-bottom: 5px; 
	border-bottom: solid 4px #347CB2;
	transition: all .5s ease;	
} 

.headerpic{
	width: 23%;
	margin: 1% 5%;
	float: right;
}

h2{
	width: 400px;
	font-size: 350%;
	font-family: 'depot_trapharet_2dregular', sans-serif;
}

.clear {
	clear: left;
}

.clearright {
	clear: right;
}

.nav {
	background-color: rgba(0, 0, 0, .75);
	font-family: 'Exo', sans-serif;
	font-size: 36px;
	padding: .5% 1%;
}

.innernav {
	padding: 1% 1.5%;
	border-left: 2px solid #717171;
	border-right: 2px solid #717171;
	display: inline-block;
}

.innernav a:link, .innernav a:visited {
	text-decoration: none;
	color: white;
}

.innernav a:hover {
	text-decoration: none;
	color: #000000;
	text-shadow: 0 0 5px #ffffff;
	transition: all .5s ease;	
}

.innernav a:active {
	text-decoration: none;
	color: #ffffff;

}

#date {
	float: right;
	margin: 1% 0;
	color: white;
}

.backdrop {
	background-color: #D8D8D8;
	background-attachment: fixed;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
	width: 1130px;
	height: 100%;
	min-height: 710px;
	margin: 0 auto;
	overflow: hidden;
}

h2, h3, ul, p{
	color: white;
}

ul {
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	padding: 0 20px;
}

li {
	padding-left: 20px;
}

.rim {
	padding: 0px;
	margin: 40px;
	border: 2px solid #347CB2;
	background-color: black;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.9);
}

h3 {
	font-family: 'Exo', sans-serif;
	font-size: 36px;
	padding: 20px 20px 0px 20px;
	
}

p {
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	padding: 20px;
}

.invisi-box2 {
	font-size: 30px;
	padding: .5% 25% .5% 30%;
	background-color: rgba(0, 0, 0, .75);
}

/*CSS that applies to the LANDING page*/

.backdrop_landing {
	background-image: linear-gradient(#347CB2, #235370);
}

#landing_image {
	width: 50%;
	margin: 5% 25%;
	-webkit-filter: brightness(100%);
}

#landing_image:hover {
    -webkit-filter: brightness(70%);
    transition: all 1s ease;
}

#landing_image:active {
	width: 45%;
	margin: 7.5% 27.5%;
} 

/*CSS that applies to the HOME page*/

.homephoto {
	width: 1050px;
	height: 300px;
	margin: 40px auto;
	overflow: hidden;
	border: 2px solid #347CB2;
}

.hometxt {

}

.myself {
	width: 100%;
	position: relative;
	top: -200px;
}

.portfolio_link {
	background-image: url("../images/games/hypermass2.gif");
	background-position: center;
	font-family: 'Exo', sans-serif;
	font-size: 68px;
	text-align: center;
	text-decoration: none;
	color: transparent;
	padding: 200px;
	border: 2px solid #347CB2;
	margin: 20px 40px 40px;
	display: block;
	-webkit-filter: brightness(100%);
}

.portfolio_link:hover {
	-webkit-filter: brightness(60%);
	transition: all 2s ease;
	font-family: 'Exo', sans-serif;
	font-size: 68px;
	text-align: center;
	text-decoration: none;
	color: white;	
}

.portfolio_link:active {
	box-shadow: inset 0 0 20px #000000;
}

.cycle-slideshow {
	float: left;
	padding: 20px;
	border: 2px solid #347CB2;
	margin: 0 20px;
	width: 325px;
	height: 300px;
	background-color: #000000;
}

a .cycle-slideshow:hover {
	box-shadow: inset 0 0 20px #ffffff;
    transition: all .5s ease;
}

.cycle-slideshow img {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	width: 325px;
	height: 300px;
}

/*CSS that applies to the ABOUT ME page*/

#aboutpic {
	width: 360px;
	float: left;
	margin: 0 20px 20px 0px;
	border: 2px solid #347CB2;
}

#aboutpic2 {
	width: 400px;
	float: right;
	margin: 0 0 20px 20px;
	border: 2px solid #347CB2;
}

#aboutpic3 {
	width: 360px;
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #347CB2;
}

/*CSS that applies to the PORTFOLIO page*/

#button1 {
	background-image: url("../images/freehand_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #000000;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button1:link {
	text-decoration: none;
}

#button1:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button1:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#button2 {
	background-image: url("../images/digital_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #000000;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button2:link {
	text-decoration: none;
}

#button2:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button2:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#button3 {
	background-image: url("../images/clips_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #000000;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button3:link {
	text-decoration: none;
}

#button3:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button3:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#container3 {
	margin-bottom: 20px;
}

#button_game {
	background-image: url("../images/hypermass_poster.png");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #000000;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button_game:link {
	text-decoration: none;
}

#button_game:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button_game:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

.medium-button {
	background-image: url("../images/games/hypermass2.gif");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 60px;
	border: 5px solid #347CB2;
	margin: 20px 80px;
	cursor: pointer;
	display: block;
	-webkit-filter: brightness(100%);
}

.medium-button:link {
	text-decoration: none;
}

.medium-button:hover {
	text-decoration: none;
	-webkit-filter: brightness(60%);
	transition: all 1s ease;	
}

.medium-button:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

.medium-button2 {
	background-image: url("../images/games/pills_please.png");
	background-position: center;
	background-size: 100%;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 60px;
	border: 5px solid #347CB2;
	margin: 20px 80px;
	cursor: pointer;
	display: block;
	-webkit-filter: brightness(100%);
}

.medium-button2:link {
	text-decoration: none;
}

.medium-button2:hover {
	text-decoration: none;
	-webkit-filter: brightness(60%);
	transition: all 1s ease;	
}

.medium-button2:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

.medium-button3 {
	background-image: url("../images/games/gearshift.gif");
	background-position: center;
	background-size: 100%;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 60px;
	border: 5px solid #347CB2;
	margin: 20px 80px;
	cursor: pointer;
	display: block;
	-webkit-filter: brightness(100%);
}

.medium-button3:link {
	text-decoration: none;
}

.medium-button3:hover {
	text-decoration: none;
	-webkit-filter: brightness(60%);
	transition: all 1s ease;	
}

.medium-button3:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

.medium-button4 {
	background-image: url("../images/games/trash_sorter_extreme.png");
	background-position: center;
	background-size: 100%;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 60px;
	border: 5px solid #347CB2;
	margin: 20px 80px;
	cursor: pointer;
	display: block;
	-webkit-filter: brightness(100%);
}

.medium-button4:link {
	text-decoration: none;
}

.medium-button4:hover {
	text-decoration: none;
	-webkit-filter: brightness(60%);
	transition: all 1s ease;	
}

.medium-button4:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

.mini-buttonleft {
	width: 13%;
	margin: 1% 1% 0% 1.5%;
	border: 2px solid #347CB2;

}

.mini-buttonleft, .mini-button {
	background-color: #000000;
	padding: .85%
}

.mini-buttonleft:hover, .mini-button:hover {
	text-decoration: none;
	background-color: #347CB2;
	transition: all 1s ease;	
}

.mini-button {
	width: 13%;
	margin: 1% 1% 0% 0%;
	border: 2px solid #347CB2;
}

/*CSS that applies to the RESUME page*/

.subhead {
	font-size: 30px;
	padding-bottom: 20px;
	text-decoration: underline;
}

.resumetxt {
	padding: 0 20px;
}

.space {
	padding: 10px;
}

#button4 {
	background-image: url("../images/education_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button4:link {
	text-decoration: none;
}

#button4:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button4:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#button5 {
	background-image: url("../images/co_curricular_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button5:link {
	text-decoration: none;
}

#button5:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button5:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#button6 {
	background-image: url("../images/community_service_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button6:link {
	text-decoration: none;
}

#button6:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button6:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#button7 {
	background-image: url("../images/work_big_button.jpg");
	background-position: center;
	text-align: center;
	font-size: 72px;
	font-family: 'Exo', sans-serif;
	color: #ffffff;
	padding: 80px;
	border: 5px solid #347CB2;
	margin: 20px;
	cursor: pointer;
	display: block;
}

#button7:link {
	text-decoration: none;
}

#button7:hover {
	text-decoration: none;
	box-shadow: inset 0 0 15px #000000;
	transition: all 1s ease;	
}

#button7:active {
	text-decoration: none;
	box-shadow: inset 0 0 20px #000000;
}

#endresumetxt {
	text-align: center;
}

#pdf {
	color: #717171;
}

#pdf:link {
	text-decoration: underline;
}

#pdf:hover {
	text-decoration: underline;
	color: #ffffff;
	text-shadow: 0 0 20px #ffffff;
	transition: all 1s ease;	
}

#pdf:visited {
	text-decoration: none;
}
/*CSS that applies to the CONTACT page*/

.contactlink {
	width: 100px;
	-webkit-filter: brightness(100%);
}

.link a .contactlink:hover {
	-webkit-filter: brightness(70%);
	transition: all 1s ease;	
}

.lastcontact {
	padding-bottom: 50px;
}






