/* css Jeskat Designs 2025 */


@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Faculty+Glyphic&family=Federo&family=Fredericka+the+Great&family=ZCOOL+XiaoWei&display=swap');

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
img{vertical-align:middle}a{color:inherit}
/* End extract */

/* basic elements */

/*---------------- Styles -------------*/

* {
  box-sizing: border-box;
}

/*---------------- BODY-------------*/

body{
	margin: 0;
	font-family: "Calibri", sans-serif;
	color: white;
	min-height: 100%;
    background-color:  #412c52;
    background-image: linear-gradient(#242226, #312e33, #312e33); 
	}
	
	
/*----------------Top Navbar -------------*/

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(#5a3478, #242226);
  font-family: "Bellefair", serif;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 14px 16px;
  font-size: 22px;
}

ul.topnav li a:hover {
	background-image: linear-gradient(#412c52, #2c292e);
	}

@media screen and (max-width: 600px) {
  ul.topnav li {float:none; border-bottom:1px dotted black};
}
  
@media screen and (max-width: 600px) {
  ul.topnav li a:hover {background-image:none};
}



/*----------------  Page Content Styles --------------- */



/*---------------- Page Heading :For Index, Gallery, About pages  ------ */

/* Style the header */


#header {
  background-color: transparent;
  padding: 20px;
  text-align: center;
  font-size: 25px;
  border: 0px solid pink;
}


/*----Column Contents  note=I am too lazy to make flex boxes right now ----- */

/* FLOAT CONTENT FOR INDEX PAGE */

.indexcolumn {
  float: left;
  padding: 0px;
  min-height: 80%;
  display: table-cell;
}

/* Left column */
.indexcolumn.left {
  word-wrap: break-word;
  display: table-cell;
  width: 3%;
  border: 0px solid red;
}

/* Middle column */
.indexcolumn.middle {
  display: table-cell;
  width: 27%;
  border: 0px solid green;
}

/* Right column */
.indexcolumn.right {
  display: table-cell;
  width: 70%;
  padding-right: 10px;
  min-height: 500px;
  border: 0px solid blue;
}

.indexrow {
 width: 100%;
  display: table;
  background-image: linear-gradient(transparent, black, black, #242226, #312e33);
}

/* Clear floats after the columns */
.indexrow:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 650px) {
  .indexcolumn.left {display:none;};
}

@media (max-width: 650px) {
.indexcolumn.right, .indexcolumn.middle {width: 100%;};
}

@media (max-width: 650px) {
.indexcolumn {padding: 0px; min-height: 0px;};
}

/*------------------SLIDESHOW-------------------------*/

/* Slideshow */
.mySlides {
  display: none;
  max-width: 768px;
  }

.mySlides img {
  width: 100%;
  max-height:100%;
  object-fit: contain;
  }

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.slideshowtext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshownumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshowPhoto {
      width: 100%;
    }

/* Fading animation */
.slideshowfade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* ------------------- END SLIDESHOW ------------------------------- */


/* Three Column Floats CONTENT ABOUT RESUME ETC */

.column {
  float: left;
  padding: 0px;
}

/* Left column */
.column.left {
  word-wrap: break-word;
  width: 7%;
  border: 0px solid yellow;
}

/* Middle column */
.column.middle {
  width: 73%;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  border: 0px solid powderblue;
}

/* Right column */
.column.right {
  width: 20%;
  height: 500px;
  border: 0px solid green;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
 width: 100%;
  display: table;
  background-image: linear-gradient(transparent, #242226, black, #242226, #312e33);
}

@media (max-width: 650px) {
  .column.right, .column.left {display:none;};
}

@media (max-width: 650px) {
 .column.middle {width: 100%;};
}

@media (max-width: 650px) {
.column {padding: 0px; min-height: 0px;};
}



/*-------  Footer --------------- */

/* Style the footer */
#footer {
	font-family: "Federo", sans-serif;
	font-style: none; 
	font-size: 15px;
	background-image: linear-gradient(transparent, #412c52);
  padding: 10px;
  text-align: center;
  color: white;
  bottom:0;
  
    box-shadow: 0 50vh 0 50vh #412c52;
}

/* ----------- unordered list footer style ------------*/

ul.foot {
  font-family: "Bellefair", serif;
  list-style-type: none;
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.foot li {
  float: left;
  padding:0px 25px 20px 0px;
}

ul.foot li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  }
  
  
/*-----------------Heading Tags   ---------- */
h1,h2,h3,h4,h5,h6 {
	}

h1 {
	font-family: "Federo", sans-serif;
	font-size: 48px;
	color: #e6e3e8;
	line-height: 100%;
	}

h2 {
	font-family: "Federo", sans-serif;
	font-size: 35px;
	color: #7746F0;
	}

h3 {
	font-family: "Federo", sans-serif;
	font-size: 30px;
	color: #9671f5;
	}
		
h4 {
	font-family: "Federo", sans-serif;
	font-size: 25px;
	color: #9671f5;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
h5 {
	font-family: "Candara", sans-serif;
	font-size: 20px;
	color: #c8b4fa;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h6 {
	font-family: "Calibri";
	font-size: 20px;
	color: #f3f0f5;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p {
	font-family: "Calibri", sans-serif; 
  font-size:15;
	}
	
a:link {
  text-decoration: none;
  color: #ede6f2;
}
  
  a:visited {
    color: grey;
  }

.para {
	text-indent:0px;
	padding: 0px 0px 0px 15px;
	margin-top:0px;
}

.info {
	font-family: "Candara";
	font-size: 14px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
    line-height:1.5;
	}

.info a {
	font-family: "Candara";
	font-size: 16px;
}
 
 .section {
  padding: 0px;
  margin: 0px;
 }
 
 .workplace {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 20px;
  border: 0px solid yellow;
 }
 
 .workcont {
	 
  padding: 0px 0px 20px 0px;
  border-bottom-style: groove;
  border-bottom-color: #696375;
 }
 
ul.skillset {
	text-align: justify;
    line-height:1.5;
	padding: 0px 0px 0px 40px;
}


ul.skillset li {
   padding-left:5px;
}

ul.skillset li::marker {
   content:"\2704";
   color: #ede6f2;
}


ul.studio {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  width:100%;
  margin: 0;
  padding: 0;
  border: solid 0px green;
  
}

ul.studio li {
  float: left;
  padding:0px 0px 0px 0px;
}

ul.work {
  list-style-type: none;
  margin: 0px 0px -10px 20px;
  padding: 0px 0px 0px 0px;
  text-align:left;
  line-height:1.3;
  
}
.studioname {
	font-family: "Calibri";
	font-size: 18px;
	color: #c8c5e3;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.project {
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	}
	
hr { 
  display: block;
  margin-top: 5px;
  margin-bottom: 0.5em;
  margin-left: 0px;
  margin-right: auto;
  border-style: outset;
  border-width: 1.5px;
  color: #595778;
} 
