@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
/* 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: 62.5%;
	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 */


body,input,textarea,select
	{
		font-weight: 300;
		line-height: 1.75em;
		font-size: 1.2em;
	}
	


/* Headers */

#header
	{
		position: relative;
		margin: 0 auto;
		background: no-repeat fixed;
		background-color: rgb(191, 154, 35) ;
		background-size: cover;
		background-position: center center;
		padding: 1em 10%;
		text-align: center;
		color: #fff;
		
	}
	
	#photoheader
	{
		position: relative;
		margin: 0 auto;
		background: no-repeat fixed;
		background-color: rgb(255, 221, 2) ;
		background-size: cover;
		background-position: center center;
		padding: 10em 10% 14em;
		text-align: center;
		color: #fff;
		
	}
	
/* h tags */	
	h1
	{
	color: rgb(191, 154, 35) ;
	margin: 0 0 10px 0;
	font-weight: 200;
	line-height: 1.5em;
	font-size: 50px;
	font-family: 'Orbitron', sans-serif;
	}
	
	h1.touchepub
	{
	color: rgb(191, 154, 35) ;
	margin: 0 0 10px 0;
	font-weight: 200;
	line-height: 1.5em;
	font-size: 50px;
	font-family: 'Great Vibes', cursive;
	}
	

		
/*Links*/
		
		a
	{
		color: inherit;
		text-decoration: none;
		border-bottom: ridge 5px rgba(255,255,255,0.5);
		-moz-transition: border-bottom-color 0.25s ease-in-out;
		-webkit-transition: border-bottom-color 0.25s ease-in-out;
		-o-transition: border-bottom-color 0.25s ease-in-out;
		-ms-transition: border-bottom-color 0.25s ease-in-out;
		transition: border-bottom-color 0.25s ease-in-out;
		font-family: 'Raleway', sans-serif;
	}
	
		a:hover
		{
			border-bottom-color: rgb(191, 154, 35) ;
			}
			
			
	nav.thetop a{
		color: inherit;
		text-decoration: none;
		font-size: .6em;
		font-family: 'Raleway', sans-serif;
		border-bottom-color: grey;
		}
	
		a:hover
		{
			border-bottom-color: rgb(191, 154, 35) ;
			}
			
		a.link {
		color: 	rgb(191, 154, 35) ;
		}
		
		a.link:hover {
		color: rgb(191, 154, 35) ;
		text-decoration:none;
		}
		
		
		
/* Navigation */

nav.thetop{
	position: fixed;
	z-index: 1000;
	width:100%;
	top: 0px;
	background-color:#000;
	 
}

nav.thetop a{
	font-size: .85em;
	}



nav{
	position: fixed;
	z-index: 1000;
	width:100%;
	top: 0px;
	background-color:#000;
	 
}

nav ul li a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.05em;
	text-decoration:none;
	text-transform: uppercase;
	font-size: .6em;
	float: right;
	}
nav ul li.active a {
	background-color: none;	
}
nav ul li a:hover {
	background-color:none;
	
}

div dl dt a {
	border-bottom: none;
}

div dl dt a:hover {
	-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		-o-transition: color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
}

/*sections*/
#first{
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	box-shadow:  inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	position: relative;
	background: url('../images/tkicon-01.png') no-repeat bottom fixed;
	opacity: 0.5;
	margin: 0;
	background-position: right center;
	padding: 15em 25% 15em 25%;
	text-align: center;
	color: #000;



}
#second{
	height: 300px;
	/*-webkit-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);
box-shadow:        inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);*/
position: relative;
		margin: 0;
		padding: 5em 25% 5em 25%;
		text-align: center;
		color: #fff;
		background: ;
		background-size: cover;
		background-position: center center;


}
#third{
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	box-shadow:  inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	position: relative;
	margin: 0;
	background-position: center center;
	padding: 15em 25% 15em 25%;
	text-align: center;
	color: #000;



}
#fourth{
	height: 300px;
	/*-webkit-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);
box-shadow:        inset 0px 5px 5px 0px rgba(50, 50, 50, 0.50);*/
position: relative;
		margin: 0;
		padding: 5em 25% 5em 25%;
		text-align: center;
		color: #fff;
		background: url('http://i1168.photobucket.com/albums/r482/tusada/adbuster_zpsaxhlzovk.png') no-repeat bottom fixed;
		background-size: cover;
		background-position: center center;


}

#products {
-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
	margin-left: 10%;
	margin-right: 10%;
}

.inset {
-webkit-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
box-shadow:  inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
margin: 0;
}
 
#demo {
	text-align: center;
	padding-bottom: 2%;
	font-weight: bold;
	font-family: 'Orbitron', sans-serif;
	}

section h1 {
text-align: center;
padding-top: 2%;
}

	#footer{
	height: 150px;
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
box-shadow:  inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	position: relative;
	margin: 0;
	background-position: center center;
	background-color:rgb(224, 225, 226);
	padding: 2em 5% 1em 5%;
	text-align: center;
	color: #FC0;
	font-size: 0.8em;
	}
	.instagram {
	width: 50px;
	height: 50px;
	padding: 20px;
	}
	.youtube {
	width: 50px;
	height: 50px;
	padding: 20px;
	}
	.facebook {
	width: 50px;
	height: 50px;
	padding: 20px;
	}
	.twitter {
	width: 50px;
	height: 50px;
	padding: 20px;
	}
	.portfolio {
	}
	p#footerbuttons img.tumblr {
	width: 90px;
	height: 90px;
	}
	p#footerbuttons img.facebook {
	width: 90px;
	height: 90px;
	}
	p#footerbuttons img.twitter {
	width: 90px;
	height: 90px;
	}
	
	p#footerbuttons a img.tumblr {
	margin-bottom: 50px;
	border: 0;
	}
	p#footerbuttons a img.twitter {
	margin-bottom: 50px;
	}
	p#footerbuttons a img.facebook {
	margin-bottom: 50px;
	}
	
	
	section#footer.testfooter {
	padding-bottom: 7%;
	margin-bottom: 0px;
	}
	
/*This is the start of the Navbar section*/	
	
ul.menu, ul.menu ul.sub-menu {
 padding: 0;
  
}
ul.menu li, ul.menu ul.sub-menu li {
    list-style-type: none;
	z-index: 1;
    display: block;
	
	
}

ul.menu li a, ul.menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 2px;
    display:inline-block;
	margin: 0;
	width: 150px;
	
}

ul.menu li {
    position: relative;
}

ul.menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 22px;
    left: 0;
   
	
}
ul.menu li:hover ul.sub-menu {
    display:block;
	padding-top: 15px;
	}
	
ul.menu li.active a {
	background-color: #999;
}

#maincontainer {
	
	min-width: 320px;
max-width: 1000px;
	margin: 2em auto;
		border: 1px solid #111;
}


#container img {
	margin: 2%;
	padding: 2%;
	border: thin solid #069;	
}

#container .products img {
	margin: 0%;
	padding: 0%;	
	border: none;	
}

#container img.inline{
	margin: 2%;
	padding: 2%;
	float: left;	
	
}

#container img.inline_right{
	margin: 2%;
	padding: 2%;
	float: right;	
	
}
div#container {
	padding: 1em 2% .5em 2%;	
}



div#container h1 {
	font-size: 2em;
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid LightSlateGray;
	margin-bottom: 0.4em;
}

div#container p {
	line-height:150%;
	padding-bottom: .8em;
	
}

div#container blockquote {
	font-style: italic;
	color: #006699;
	margin: .4em 2%;
	font-size: 0.9em;
}

div#container a {
	color: #4c6c73;
}

div#container a:hover {
	color: #80045f;
}

form.contact fieldset {
	margin-bottom: 2em;
	border-radius:8px;
	font-size: .8em;
	color: #4c6c73;
}
form.contact legend {
	font-weight: 600;
	margin-left: 1em;	
}
form.contact span {
	display: block;
	padding: .8em 0 0 .3em;;
	
}
form.contact .userinfo {
	color: rgb(191, 154, 35) ;
	width: 20em;
	border-radius: 10px;
	border: 1px solid #cacabb;
	padding: .4em;
}
form.contact .userbutton {
	width: 95%;
	padding: 10px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #c3e8f6;
	background: linear-gradient(to bottom,  rgb(140, 114, 42) 0%, rgb(189, 153, 34) 100%);
	border: 1px solid #4c6c73;
	border-radius: 8px;
}
	
/*----- Images in Content area -----*/
figure.rightside {
	float: right;
	width: 33.3333%;

	margin: 0 0 5px 2%;
		
}
figure.rightside figcaption {
	text-align: center;
	font-size:.7em;
	color: #4c6c73;
}
figure.rightside img {
	width: 100%;
}



/*----- PRODUCTS -----*/
figure.products {
	float: left;
	padding-top: 2px;
	margin: 1em;
	border: 1px solid #4c6c73;
	text-align:center;
	height: 340px;
	width: 179px;
}
figure.products figcaption {
	font-size: .7em;
}
figure.products figcaption span {
	display: block;
	font-weight: bold;
	font-size: .9em;
	color: #80045f;
}

#contact {
min-width: 320px;
max-width: 1000px;
	margin: 2em auto;

}

.dropaline {
	color: rgb(191, 154, 35) ;
	font-weight: bold;
	padding-top: 10px;
}

.contactinfo {
	font-size: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info {
	padding: 2px;
}

#containerheader {
	padding-bottom: 5px;
	color: rgb(191, 154, 35) ;
}
/*About CSS*/

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

#family.about {
padding: 5% 5% 5% 5%;
text-align: center;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	}
	
	#footer.testfooter{
	font-size:14px;
	
	}
	
	section#footer.testfooter {
	height: 300px;
	-webkit-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	box-shadow:  inset 0px 3px 9px 0px rgba(50, 50, 50, 0.9);
	position: relative;
	margin: 0;
	background-position: center center;
	background-color:#000;
	padding: 2em 5% 1em 5%;
	text-align: center;
	color: #FC0;
	}
	
	table {
	margin: 0px;	
	}
	
	div.panel-body img.lori{
		float: right;
	}
	
	div.panel-body img.jim{
		float: left;
	}
	
	div.panel-body p.centercollapse {
		padding-top: 4%;
		padding-left: 11%;
		padding-right: 11%;
	}
	
	div.panel-body p.centercollapse2 {
		padding-top: 2%;
		padding-left: 15%;
		padding-right: 11%;
	}
	
	div.panel-body p.centercollapse3 {
		padding-top: 2%;
		padding-left: 11%;
		padding-right: 15%;
	}
	
	
	section#footer p{
		color: rgb(191, 154, 35) ;	
	}
	
	section#footer a{
		color: rgb(191, 154, 35) ;	
	}
	
	section#photofirst td img{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	border-width: 7px;
	}
	
	section#photofirst td a{
	color: none;
	}
	section#photofirst td a:hover{
	color: none;
	}
	
	section#photofirst img:hover{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	-moz-transition: border-color 0.25s ease-in-out;
		-webkit-transition: border-color 0.25s ease-in-out;
		-o-transition: border-color 0.25s ease-in-out;
		-ms-transition: border-color 0.25s ease-in-out;
		transition: border-color 0.25s ease-in-out;
	border-width: 7px;
	}
	
	section#designfirst img{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	border-width: 7px;
	}
	
	section#designfirst a{
	color: none;
	}
	section#designfirst a:hover{
	color: none;
	}
	
	section#designfirst img:hover{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	-moz-transition: border-color 0.25s ease-in-out;
		-webkit-transition: border-color 0.25s ease-in-out;
		-o-transition: border-color 0.25s ease-in-out;
		-ms-transition: border-color 0.25s ease-in-out;
		transition: border-color 0.25s ease-in-out;
	border-width: 7px;
	}
	
	section#threedfirst img{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	border-width: 7px;
	margin: 20px;
	}
	
	section#threedfirst td a{
	color: none;
	}
	section#threedfirst a:hover{
	color: none;
	}
	
	section#threedfirst img:hover{
	border: solid;
	border-color: rgb(191, 154, 35) ;
	-moz-transition: border-color 0.25s ease-in-out;
		-webkit-transition: border-color 0.25s ease-in-out;
		-o-transition: border-color 0.25s ease-in-out;
		-ms-transition: border-color 0.25s ease-in-out;
		transition: border-color 0.25s ease-in-out;
	border-width: 7px;
	}
	
	#resume {
	}
	
	h1.resumehead {
	font-family: 'Bevan', cursive;
	text-align: center;
	font-size: 60px;
	}
	
	.resumecontact {
		text-align: center;
		font-style: italic;
	}
	
	.headings {
		font-weight:bold;
		font-size: 30px;
		padding-left: 10%
	}
	
	.rightalign {
		padding-left: 15%;
		padding-right: 15%;
		font-family: 'Raleway', sans-serif;
	}
	
	.rightalign2 {
		padding-left: 20%;
		padding-right: 15%;
		font-family: 'Bevan', cursive;
	}
	
	.resumetable {
		margin-left: 15%;
		font-family: 'Raleway', sans-serif;
	}
	
	.boldtext {
		font-weight: bold;
	}
	
	.degree {
	font-family: 'Bevan', cursive;
	font-weight: bold;
	}
	
	.tablecolumns {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	
	.tablecolumns.a {
	border: solid;
	border-color: rgb(191, 154, 35) ;
	border-width: 7px;
	margin: 100px;
	}
	
	#topdos {
	background-color: black;
	}
	
	#titlegary {
	font-weight: bolder;
	font-style:oblique;
	font-size: 24px;
	}
	
nav ul li img {
	padding-left: 50%;
	margin-left: 50%;
}

.boldhead {
font-weight: bold;
font-size: 24px;
}