/* Jedmond Creative Website
Created: April 19, 2013, (javascript) October 29, 2013
Updated: October 17, 2025
Author: John Edmond Jr.
Purpose: Stylesheet for the Jedmond Creative Website redesign
*/

/* Yahoo Reset for Cross Browser Uniformity
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End Yahoo Reset for Cross Browser Uniformity
 */
 
 
 /* Global Styles */
 
 body {
 	height:100%;
 	/* background: url(../images/bg.jpg) #FFF no-repeat top center;
	margin: 0 auto; */ 
 }

 /*Background for the HomePage*/
 .container_bg_home {
 	background-color: rgb(0,0,0);
 	height: 100%;
 	width: 100%;
 }
 
 .clear {
 	clear: both;
 }
 
 /*top tier of the page container*/
 .super_container {
	width: 1200px;
 	height: 191px;
 }
 

 .container_header {
 	background: url(../images/bg_header.png) repeat-x top center;
	background-color:#5b0516;
 	height: 100%;
 	width: 100%;
 }
 
 .container_header2 {
	margin: 0 auto; 
	width: 1200px;
 }
 
 .header_wrap {
 	width:1200px; 
 	margin:0 auto; 
 }

 .logo {
 	margin: 0 auto;
 	padding:38px 20px 20px 20px;
 	float: left;
 }
 
 .container_nav {
 	float: right;
 	margin-left: 30px;
 	margin-top: 30px;
 	width: 600px;
 }
 
  .container_nav2 {
  	position: relative;
 	margin: 0 auto;
 	display:block;
 	width:470px;
 	height:30px;

 }
 
  .container_nav2 div {
 	margin: 0 42px 0 0;
 }

 .container_nav2 div:nth-child(3) {
 	margin: 0;
 }
 
 .container_nav2 div {
 	float: left; 
 	margin: 0 42px 0 0; 
 	font-family: arial; 
 	font-size: 27px; 
 	letter-spacing: .03em;
 }

.navigation {
	color: #ffffff;  	 
}

.navigation_y {
 	color: #ffff00;  	  
}

 a.navigation:link {
 	text-decoration: none;
 	color: #ffffff;  	 
 }
 
  a.navigation:hover {
 	color: #ffff00;  	  
 }

/* Highlighted Link */

 a.navigation_y:link {
 	text-decoration: none;
 	color: #ffff00;  	 
 }

 a.navigation_y:hover {
 	color: #ffffff;  	 
 }



/*  Social Navigation Icons and Links ============================================== */
 
 .container_socialnav {
 	margin: 0 auto;
 	height:100px;
 	padding:0px;
 }
 
 .social  {
 	margin: 0 auto; 
 	width: 275px;
 }
 
 .social div {
	float: left; 
	width: 45px; 
	padding: 0 0 0 10px;
 }

.social div:nth-child(1) {
	float: left; 
	width: 45px; 
	padding: 0 0 0 0;
 }

/*  Preliminary Showcase on the Home Page ============================================== */

 #container_showcase {
	margin-bottom:50px; 
	width: 1200px;
	padding: 0px;
	
}

 #showcase {
	float: left;
}

#slides {
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
}

/*  Actual Showcase on the Home Page ============================================== */

  /*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			margin:0px;
			width:1200px;
			display:none;
			left: 0px;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:1200px;
			height:390px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}

 /*  Portfolio Gallery Page ============================================== */

 #centering_box {
 	margin: 0 auto;
 	width:790px;
 }

 #page_header {
 	font-family: arial; 
 	font-weight: bold;
 	color: #30060C;
 	height:75px;
	width:100%;
	display: flex;
	flex-direction: row; 
	justify-content: center;
	align-items: center;
 }

 #page_header2 {
 	font-size:2em;
	font-family: arial; 
 	font-weight: bold;
 	color: #30060C;
 	height:75px;
	width:100%;
	display: flex;
	flex-direction: row; 
	justify-content: center;
	align-items: center;

 }


#portfolio_category {
 	float: left;
 	font-family: arial; 
 	font-size: 20px; 
 	font-weight: bold; 
 	margin-left: 149px;
 	padding: 10px 0 10px 0px;
 	color: #30060C;
 }

 .navCenter	{
	width:1200px;
	display: flex;
	flex-direction: row; 
	justify-content: center;
	align-items: center;

 }

/* New Oct 11 */
 .portfolioNav {
	width:100%; 
	display:inline; 
	font-size:1.3em;
	background-color:;
	text-align:center; 
 }

.portfolioTypeLink {
	color:#545454;
	text-decoration:none;
}

.portfolioTypeLink:hover {
	color:#DD9D7B;
}

.activePort {
	color:#FFFFFF !important;
	background-color:#30060C;
	padding:15px;
	border-radius:7px;
}

 .portfolio_list {
 	float: left;
 	margin: 0 0 30px 0px;
 	display: inline;
 	width: 700px;
 	height: 75px;
 	z-index: 1;
 }

 .portfolio_thumb {
 	float: left;
 	margin: 0 30px 0 0;
 	width: 75px;
 	height: 75px;
 	border: 1px solid #30060C;
 }

 .hiddentext_box {
 	width: 300%;
 	height: 150%;
 	padding: 10px 10px 10px 10px;
 	background-color: gray;
 	font-family: helvetica;
 	font-size: 13px;
 	font-weight: bold;
 	z-index: 2;
 }

 /*Print*/
.portWhiteStage_print {
	background: white; 
	height: 1150px;
}

 /*Photography*/
.portWhiteStage_photo {
	background: white; 
	height: 615px;
}

 /*Web*/
.portWhiteStage_web {
	background: white; 
	height: 880px;
}

 /*Branding*/
.portWhiteStage_brand {
	background: white; 
	height: 1420px;
}

 /*Digital*/
.portWhiteStage_digital {
	background: white; 
	height: 880px;
}

 /*Art*/
.portWhiteStage_art {
	background: white; 
	height: 615px;
}

.centeringBoxPort {
	/*margin: 0 auto;*/
	width:100%;
}

/* About Me and Contact container box ================================================= */
/*.centeringBox {
	margin: 0 auto;
	width:1000px;
}*/

/* About Me ================================================= */

.container_about {
	display: block;
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-bottom:20px;
}

.aboutWhiteBg {
	background-color:white;
	margin-bottom:13px;
}

/*#about_box {
	float: left;
	padding-left: 150px;
	width:489px;
	height:338px;
	background-color: #000;
	border:1px solid black;
}*/

#about_copy_box {
	position: relative; 
	float: left; 
	color: #fff; 
	width: 450px;
	margin: 0 auto;
	padding:20px;
	border-radius: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b0514+0,38060e+100 */
	background: #5b0514; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b0514 0%, #38060e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5b0514 0%,#38060e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5b0514 0%,#38060e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0514', endColorstr='#38060e',GradientType=0 );*/ /* IE6-9 */
}

p.about_copy {
	margin: 0 0 20px 0;
	font-size: 100%;
	line-height:1.3em;
}

a.fff {
	color:#FFFF00;
}

#about_pics {
	float: left; 
	margin: 0 0 80px 30px;
	/*border: 3px solid #30060C;*/
	border-radius: 15px;
}

#bounding_box {
	margin: 10px;
	background-color: #000;
}

/*#skills_graph {
	float: left;
	width: 768px;
	padding-top:25px;
	margin: 0 auto; 
}*/

#skills-section {
	float:left;
	width: 768px;
	padding-top: 25px;
	margin: 0 auto;
}

.skills-box {
	width: 240px;
	height: 200px;
	background-color:#ADADAD;
	border-radius: 15px;
	border: 2px solid #383838;
	
}

 /*  Contact Me Page Styles ============================================== */
 
input.bg_textfield {
	background: url(../images/bg_textfield.png) no-repeat;
	width: 469px;
	height: 39px;
	border: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-family: arial;
	font-weight: bold;
}
 
#bg_textfield2 {
	background: url(../images/bg_textfield2.png) no-repeat;
	width: 469px;
	height: 172px;
	font-family: arial;
	font-weight: bold;	
	border: none;
	padding: 12px 0 0 20px;
}
  
.submit_button {
	margin: 20px 0 0 0;
}

#container_contact {
	margin: 0 auto;
	width:700px;
	height: 200px;
	padding-bottom: 50px; 
}
 
.contact_copy {
	float: left;
	width: 450px;
	font-family: arial;
	font-size: 18px; 
	color: #30060C;
}

#email_image {
	float: right; 
	margin: 0 0 0 20px;
}

.mailStyle:link {
	color:#30060C; 
	text-decoration:none;
}

.mailStyle:hover {
	color: #383838;
}

 
 /*  Footer Styles ============================================== */
 
 #container_footer {
	background: linear-gradient(to bottom, rgba(48,7,13,1) 10%, rgba(0,0,0,1) 100%); 
	width:100%;
	height: 100%;
	padding: 0px;
}

 #container_footer_index {
	background: linear-gradient(to bottom, rgba(48,7,13,1) 10%, rgba(0,0,0,1) 100%); 
	width:100%;
	height: 100%;
	padding: 0px;
	margin-top:320px;
}

 /* #footer_background {
	background-image: rgb(49,7,13); 
	height: 100%;
	width:100%; 
} */
 
 #container_footer2 {
	margin: 0 auto; 
	width: 960px;
} 
 
 #container_footer3 {
	margin: 0 auto; 
	width: 850px;
} 

 #footer_logo {
	float: left; 
	margin: 20px;
}

 #footer_copy {
	font-family: arial; 
	font-weight: normal; 
	padding: 43px 0 43px 0; 
	color: #FFF;
}


 /*  Updated Portfolio Styles ============================================== */
 
.portPieceBtm {
	padding-bottom:50px;
	background:white;

}

/*Print*/
.portfolio_block_print {
	width:790px; 
	margin: 0 auto; 
	height:800px;
}

/*Photography*/
.portfolio_block_photo {
	width:790px; 
	margin: 0 auto; 
	height:325px;
}

/*Web*/
.portfolio_block_web {
	width:790px; 
	margin: 0 auto; 
	height:700px;
}

/*Branding*/
.portfolio_block_brand {
	width:790px; 
	margin: 0 auto; 
	height:850px;
}

/*Digital*/
.portfolio_block_digital {
	width:790px; 
	margin: 0 auto; 
	height:700px;
}

/*Artwork*/
.portfolio_block_art {
	width:790px; 
	margin: 0 auto; 
	height:550px;
}

.port_row {
	width:780px;
	margin-bottom:18px; 
	height:250px
}

.port_link {
	box-shadow:2px 2px 3px #999;
	float: left;
	z-index: -2;
}

.port_link_brand {
	box-shadow:2px 2px 3px #999;
	float: left;
	z-index: -5;
}

.gutter {
	margin-left: 13px;
}

/* Portfolio Images for Display */

.portfolio_display {
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow:2px 2px 3px #999;
	width: 800px;
}

.port_back {
	display: block;
	height: 20px;
	width: 20px;	
	margin-bottom: 3px;
	background-image: url(../images/x-out_sprite.png);
	background-position: 0px 0px;
}

.port_back:hover {
	background-position: 0px -20px;
	display: block;
	height: 20px;
	width: 20px;	
}

.port_back:active {
	background-position: 0px -40px;
	display: block;
	height: 20px;
	width: 20px;	}


.x-out {
	padding-bottom:2px; 
	margin:0 auto; 
	margin-left:1000px;
	width:20px;
}

.hoverportbox {
	width:250px; 
	height:250px; 
	background-color:#330000; 
	padding:10px; 
	float:left; 
	z-index:9999; 
	position: relative;
	opacity:0;
}

.hoverportbox_brand {
	width:780px; 
	height:250px; 
	background-color:#330000; 
	padding:10px; 
	float:left; 
	z-index:5000; 
	position: relative;
	opacity:0;
}


.hoverportbox a p {
	color: white;
}

.workTitle {
	color: white; 
	margin-bottom:.8em;
}

.workTitle_brand {
	color: white; 
	margin-bottom:.8em;
	font-size:16px; 

}

.workDescript {
	font-size:13px; 
	margin-bottom:1em;
	color: white; 
}

.workDescript_brand {
	font-size:16px; 
	margin-bottom:1em;
	color: white; 
}

.workSkills {
	font-size:15px; 
	font-weight:bold; 
	margin-bottom:1em;
	color: white; 
}

.workSkills_brand {
	font-size:19px; 
	font-weight:bold; 
	margin-bottom:1em;
	color: white; 
}

.wfexample {
	margin:0 auto; 
	width:800px; 
	margin-top:15px; 
	margin-bottom:5px; 
	font-family:helvetica; 
	font-weight:bold;
	color: #330000;
}



/* Infinity Carousel Code Update October 07, 2025 */

/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

/*$slider-width: 400px;
$slider-height: 300px;*/

* { box-sizing: border-box; }

body {
  height: 100%;
  background-color: #7656d6;
  color: #333;
  /*font-family: 'Roboto', sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 22px;*/
}

.slider {
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 300px;
  box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 10000px;
}

.slides.shifting {
  transition: left .2s ease-out;
}

.slide {
  width: 400px;
  height: 300px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  background: #FFCF47;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 22px;

}

.slider.loaded {
  
}

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
  left: 20px;
}

.next {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
  right: 20px;
}

.prev:active,
.next:active {
  transform: scale(.8);
}

.dots-center {
	display:flex;
	justify-content:center;
	flex-direction:row;
}

.dots i{
  display:inline-block;
  width:20px; 
  height:20px; 
  background:#30060C;
  border-right:.5px solid #ac9b9e;
}

.dots i:first-child{
  border-left:.5px solid #ac9b9e;
}


.dots i.active {
  /*background:#48c226;*//*Yellow*/
  /*background:#da3da9;*//*Pink*/
  background:#1ad3e0;/*Light Blue*/
}