﻿/* 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: 100%;
	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;
}
ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* CSS layout */
html {
	background-color: white;
	background-image: url('../images/bg.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	width: 75%;
	margin: auto;
	padding-top: 2%;
}
body {
	min-width: 750px;
	min-height: 750px;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	margin: 5%;
	padding: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333333;
}
header {
	margin: auto;
	padding-top: 1em;
}
section {
	margin: auto;
	padding-left: 15%;
}
nav {
	width: 7em;
	position: fixed;
	padding: 1.7% 0 0 2%;
	margin-right: 2.5%;
	left: 6%;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 110%;
}
ul {
	background: transparent;
	margin-left: 0px;
	padding-right: 4%;
	padding-bottom: 1em;
	line-height: 1.5em;
}
li {
	font-weight: normal;
	font-size: 100%;
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 75%;
	color: silver;
}
title {
	background: #ff9933;
	font-style: oblique;
	color: red;
}
img {
	display: inline-block;
	padding-bottom: 2.7px;
	border: 0 none;
	max-width: 100%;
	height: auto;
}
img.shadow {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	-webkit: 10px 10px 20px rgba(0, 0, 0, 0.);
}
;
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	-webkit: 10px 10px 20px rgba(0, 0, 0, 0.);
}
figcaption {
	font-family: courier;
	color: rgba(0, 0, 0, 1);
	display: inline-block;
    max-width: 100%;
	text-align: left; /* Optional: Center the caption */;
	overflow: hidden;
	text-overflow: ellipsis; /* Add ellipsis for overflow text */
    overflow-wrap: break-word;
}
.thumbnail {
	display: inline-block;
	margin-right: 10px; /* Adjust the margin as needed */
}
.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
}
p {
	font-family: 'Arial', sans-serif;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	font-family: 'Arial', sans-serif;
	color: rgba(0, 100, 255, 0.9);
	font-size: 150%;
	letter-spacing: 0.17em;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
	padding-bottom: 2.5em;
}
h2 {
	font-family: 'Arial', sans-serif;
	font-variant: small-caps;
	color: rgba(0, 0, 0, 0.6);
	font-weight: normal;
	font-size: 145%;
	text-shadow: 4px 4px 7px #333;
}
h3 {
	font-family: 'Arial', sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 120%;
}
h4 {
	font-family: 'Arial', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 2px;
}
h5 {
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	color: rgba(0, 298, 1, 1);
	font-size: 85%;
}
h6 {
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Arial', sans-serif;
	letter-spacing: 0.17em;
	font-weight: normal;
	font-size: 65%;
}
strong, b {
    font-weight: bold !important;
}

em, i {
    font-style: italic !important;
}
a:link {
	font-weight: normal;
	font-size: 100%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: color 1s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	font-size: 100%;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(255, 0, 0, 1);
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	position: relative;
	z-index: 1000;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.WhiteFont {
	color: rgba(0, 100, 255, 0.5);
	font-family: "Century Gothic", Courier, monospace;
	letter-spacing: -.4em;
}
ul {
	font-size: 120%;
	font-family: inherit;
}
@media (max-width: 768px) {
body, html {
	max-width: 100%;
	min-width: 100%;
}
/* Fix for CV list items to match h4 style */
.cv-content ul {
    font-size: 100% !important; /* Override the general ul font-size */
}

.cv-content li {
    color: #000 !important; /* Black color to match h4 */
    font-size: 100% !important; /* Normal font size */
    font-weight: normal !important; /* Normal font weight */
    font-family: 'Arial', sans-serif !important; /* Match h4 font */
    letter-spacing: 2px !important; /* Match h4 letter spacing */
}