@import url('bootstrap.min.css');


body{
background-color:#fff;
margin:0px auto; 
padding:0px;
position:relative;
}


/***************NAV BAR********************************/


.navbar-default.navbar{
	background-color:#000;
	border-top:0px;
	border-bottom:2px #f00 solid;
	border-right:0px;
	border-left:0px;
	border-radius:0px;
	height:80px;
	width:100%;
	z-index:999;
	position:absolute;
	top:0px;
}

#travisrichlogo{
	margin-top:-8px;
	margin-left:20px;
}


@media screen and  (min-width: 768px){
	
.nav{
	margin-top:30px;	
}

}


.navbar-default .navbar-nav > li > a{
	color:#fff;
	padding:5px;
	
}


.navbar-default .navbar-nav > li > a:hover{
	color:#f00;
}


.navbar-toggle{
	background-color:#fff;
	border:0px;
	margin-top:32px;
	height:40px;	
}

.navbar-collapse{
	border:0px;
	box-shadow:0px 0px 0px;
	padding:0px;
}


@media screen and  (max-width: 768px){

.navbar-collapse{
	background-color:#000;
}	
	
	
.navbar-default .navbar-nav > li > a{
	text-align:center;
	border:0px;
}

	
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent;
	color:#fff;	
}



/**********TOP SECTION*******************************/

#topsection{
	z-index:1;
	height:800px;	
	position:relative;
}

#topbg1{
	z-index:1;
	position:absolute;
	background-image:url(../img/DSC_3077.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-color:#fff;
	width:100%;
	top:20px;
	bottom:0px;
	left:0px;
	right:0px;
}

@media screen and (max-width:770px){
#topbg1{
	background-attachment:scroll;
}
	
}


#toptextwrap{
	z-index:2;
	
	position:absolute;
	bottom:300px;
	width:100%;
	
}

.text{
	padding:20px;
	margin:0px auto;
	width:100%;
	max-width:500px;
	border:solid 8px #fff;
	color:#fff;
	text-align:center;
	background-color:rgba(102,102,102,0.5);
}



/**************ABOUT ME SECTION***************************/

#aboutme{
	z-index:10;
	position:relative;
	background-color:#f00;
	height:100%;
	padding:20px 20px 80px 20px;
	top:-20px;
	margin:0px auto;
}

#aboutme h1{
	padding-top:60px;
	color:#fff;
	margin:0px auto;
	text-align:center;
	
}


#aboutmephotos{
	padding:50px 20px 0px 20px;
	margin:0px auto;
	max-width:600px;
	height:300px;
}


#aboutmephotos img{
	padding:5px;
	margin:0px auto;
	max-height:200px;
	max-width:200px;
	border-radius:50px;
}

@media screen and (max-width: 690px){
	#aboutmephotos{
		margin:0 auto;
		padding-top:50px;
		height:500px;
	}
	
	
	#aboutmephotos img{
		display:block;
		height:150px;
		width:150px;
	}
}

#aboutmetext{
	padding-top:20px;
	max-width:700px;
	margin:0px auto;
}

#aboutmetext p{
	font-size:14px;
	color:#fff;
}

#aboutmetext a{
	color:#000;	
}

#aboutmetext a:hover{
	color:#fff;	
}






/************************SERVICES******************************/
#services{
	z-index:10;
	position:relative;
	background-color:#fff;
	height:100%;
	min-height:800px;
	padding:20px 20px 80px 20px;
	top:-20px;
	margin:0px auto;
}

#services h1{
	padding-top:60px;
	color:#000;
	margin:0px auto;
	text-align:center;	
}


#servicestypes{
	padding-top:50px;
	max-width:900px;
	margin:0px auto;	
}


.thumbswrap{
	margin:0 auto;
	padding:20px;
}


.thumbs{
	width:100%;
	height:220px;
	max-width:300px;
	max-height:100%;
	border:solid #f00 2px;
	border-radius:10px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}


strong{
	text-decoration:none;
}

.thumbsoverlay{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	border:solid #f00 1px;
	border-radius:10px;
	height:100%;
	overflow:hidden;
	text-align:center;
	-webkit-transition:top 0.2s ease-in;
	transition:top 0.2s ease-in;
	padding-top:100px;
	
}

.thumbs:hover .thumbsoverlay{
	top:0%;
	background-color:#ddd;
}




.thumbsimg-wrap{
	margin:0 auto;	
}

.thumbsimg{
	width:100%;
	height:100%;
	max-height:150px;
	padding:10px 50px;
}


.serviceCollapse{
	border:solid #f00 2px;
	border-radius:10px;
	margin:10px auto 0px auto;
	max-height:500px;
	max-width:750px;
	height:100%;
	background-color:#C00;
	
}


 #CollapseOne h1, #CollapseTwo h1{
	text-decoration:underline;
	font-style:italic;
	text-align:left;
	padding-top:5px;
	color:#fff;	
}

.serviceCollapse h1, li{
	text-align:left;
	padding:5px 10px;
	color:#fff;

}

/************************PORTFOLIO***************************/

#portfolio{
	z-index:10;
	position:relative;
	background-color:#acacac;
	height:100%;
	padding:20px 20px 80px 20px;
	top:-20px;
	margin:0px auto;
}

#portfolio h1{
	padding-top:60px;
	color:#fff;
	margin:0px auto;
	text-align:center;	
}



.portfoliowrap{
	width:100%;
	height:100%;
	max-width:900px;
	border:solid #fff 2px;
	margin:100px auto 10px auto;
	background-color:#ccc;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.portfolioheader{
	padding:20px;
	text-align:center;
	color:#fff;
	margin:0px auto;
	text-transform:uppercase;
}



.portfolio-overlay{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	height:100%;
	text-align:center;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	padding:20px;
	color:#fff;
}


.portfoliowrap:hover .portfolio-overlay{
	top:0%;
	background-color:#f00;
}


.innerportfoliowrap{
	border:solid #fff 2px;
	margin:0px auto;
	width:100%;
	max-width:900px;
	position:relative;
	top:-10px;
	overflow:hidden;
}


.innerportfolio{
	height:100%;
	width:100%;
}

.portfoliothumb{
 	max-width:50%;
	max-height:50%; 
	margin:0px auto;
	display:block;	
	float:left;
	padding:0px;
	position:relative;
	overflow:hidden;
}

.portfoliothumb img{
	width:100%;
	height:100%;
}

.albumoverlay{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	height:100%;
	text-align:center;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	padding-top:30%;
	
}


.albumoverlay2{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	height:100%;
	text-align:center;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	padding-top:20%;
}


.albumoverlay3{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	height:100%;
	text-align:center;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	padding-top:15%;
}




.portfoliothumb:hover .albumoverlay{
	top:0%;
	opacity:0.7;
	background-color:#ddd;
	cursor:pointer;
}


.portfoliothumb2:hover .albumoverlay3{
	top:0%;
	opacity:0.7;
	background-color:#ddd;
	cursor:pointer;
}


.portfoliothumb:hover .albumoverlay2{
	top:0%;
	opacity:0.7;
	background-color:#ddd;
	cursor:pointer;
}



.portfoliothumb2{
	height:100%;
	width:50%;
	max-height:180px;
	max-width:100%;
	margin:0px auto;
	display:block;	
	float:left;
	padding:0px;
	overflow:hidden;
	position:relative;
}

.portfoliothumb2 img{
	width:100%;
}


@media screen and (max-width: 770px){

.portfoliothumb{
 	max-width:100%;
	max-height:30%; 
	margin:0px auto;
	display:block;	
	float:left;
	padding:0px;
	position:relative;
	overflow:hidden;
	border:solid 1px #000;
}

.portfoliothumb2{
	height:100%;
	width:100%;
	max-height:200px;
	max-width:100%;
	margin:0px auto;
	display:block;	
	float:left;
	padding:0px;
	overflow:hidden;
	position:relative;
	border:solid 1px #000;
}

	
}








/***********************VIEW**********************************/

#viewwrapper{
	margin-top:100px;
	height:1000px;	
}




/***********************DANCE********************************/

#dance{
	z-index:10;
	position:relative;
	background-color:#fff;
	height:100%;
	padding:20px 20px 80px 20px;
	top:-20px;
	margin:0px auto;
}

#dance h1{
	padding-top:60px;
	color:#000;
	margin:0px auto;
	text-align:center;	
}

#reelwrap{
	margin:0px auto;
	padding-top:70px;
	height:100%;
	width:100%;
	max-width:720px;
	max-height:480px;
}

@media only screen and (max-width: 800px){
	
	iframe{
	width:100%;
	max-height:350px;	
	}
	
	
}


#dancetext{
	font-size:16px;
	padding-top:150px;
	max-width:700px;
	margin:0px auto;
}



.danceresumewrap{
	width:100%;
	height:100%;
	max-width:720px;
	border:solid #fff 2px;
	margin:100px auto 10px auto;
	background-color:#f00;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}


.resume-overlay{
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	bottom:null;
	height:100%;
	text-align:center;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	padding:20px;
	color:#fff;
}


.danceresumewrap:hover .resume-overlay{
	top:0%;
	background-color:#CCC;
}


.innerresumewrap{
	border:solid #fff 2px;
	margin:0px auto;
	width:100%;
	max-width:720px;
	position:relative;
	top:-10px;
	overflow:hidden;
}


.innerresume{
	height:100%;
	width:100%;
}

table th{
	font-size:20px;	
}

table td{
	padding:5px;	
}



/***********************CONTACT******************************/

#contact{
	z-index:10;
	position:relative;
	background-color:#acacac;
	height:100%;
	padding:20px 20px 80px 20px;
	top:-20px;
	margin:0px auto;
}

#contact h1{
	padding-top:60px;
	color:#fff;
	margin:0px auto;
	text-align:center;	
}


#sociallinks{
	margin:100px auto;
	width:100%;
	max-width:600px;
	height:100%;
	max-height:300px;	
}


.icons{
    border-radius:20px;
	background-color:#f00;	
}

.icons:hover{
	background-color:#fff;	
}

.icons:active{
	box-shadow:2px 3px #000;	
}


#sociallinks img{
	padding:10px;
	margin:5px;
	max-height:70px;
	max-width:70px;
}



@media screen and (max-width:545px){
	
	#sociallinks{
	margin:100px auto;
	width:100%;
	max-width:200px;
	height:100%;
	max-height:300px;	
}

#sociallinks img{
	padding:10px;
	margin:10px;
	max-height:70px;
	max-width:70px;
}



	
}



#contactformwrap{
	max-width:500px;
	width:100%;
	height:100%;
	max-height:600px;
	background-color:#fff;	
	margin:0px auto;
	border-radius:10px;
}

#contactformwrap form{
	padding:10px;	
}

#namesection{
	margin-top:20px;
	padding-bottom:40px;
}

#emailsection{
	margin-top:20px;
	padding-bottom:40px;
}


#messagesection{
	margin-top:20px;
}

#message{
	width:100%;
	min-height:100px;
	max-width:480px;
	max-height:100px;
}


#submit{
	margin-top:20px;
	max-width:100px;	
}

/************************FOOTER******************************/

a{
	color:#f00;
}

a:hover{
	color: #f00;
	text-decoration: underline;
}
 

.title{
	color:#F00;
}



#footer{
	background-color:#000;
	margin-top:-20px;
}

#footer p{
	margin-top:15px;
	color:#fff;
}
