/*!
=========================================================
* Turhan Gross 
=========================================================

* Copyright: 2024 Turhan Gross III (https://turhangross.com)
* Coded by www.turhangross.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/


/*--- CSS RESET HERE --- */

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;
}
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;
}



/* -- End CSS Reset -- */



body {
	background-color: #eee;
	font-family: Courier New, Courier, monospace;
}

nav {
	text-align: center;
	position: fixed;
	
	background-color: #eee;
	width: 100%;
}

nav li{
	display: inline-block;
	padding: 30px;
}

h1 {font-family: Helvetica, sans-serif;}

nav a {
color: green;
text-decoration:none;}



header h1 {
	color: black;
	padding: 40px;
	font-weight: 900;
	font-size: 48px;
}

header {
	height: 50vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	background-image: url("../images/succulent.jpg");
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat:no-repeat;
	min-height:600px;
}

.headerContent {
	width: 40%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

.headerContent h2 {
	font-size: 35px;
	padding-bottom: 30px;
}

.headerContent h3 {
font-size: 20px;
color: white;}

.section {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
}

#about {
width: 60%;}

#about p {
padding-bottom: 20px;}



.section h1 {
	margin-bottom: 100px;
	font-size: 40px;
}

.section a {text-decoration:none;
color: green;}

#skillset {
	margin: 0 auto;
	text-align: center;
}

#skillset table {
	width: 75%;
	margin-left: auto;
	margin-right:auto;
}

#skillset tr:hover td{
	background-color: #f5f5f5;
}

#skillset table th {
background-color: #ddd;
padding: 40px;
border: 1px solid #eee;
}

#skillset table td {
	background-color: #fff;
	padding: 35px;
	border: 1px solid: #eee;
}


#portfolio img {
	width: 60%;
	margin-bottom: 65px;
}


footer {
background-color: #ddd;
padding: 150px;
text-align: center;
font-weight: bold;
}