/* MAIN */
* {
	/* Use border-box model on all elements */
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}
html, body {
	height: 100%;
}
body {
    margin: 0%;
	min-width: 1000px;
	background-image: url(images/website%20background.jpg) !important;
	background-size: cover;
    background-attachment: fixed;
	overflow-y: scroll;
	overflow-x: auto;
}
#wrapper {
	height: auto;
	width: 100%;
}

/* HEADER */
#header {
    display: none;
}
h1 {
    margin: 0%;
	padding-top: 20px;
    font-family: Garamond, serif;
    font-size: 96px;
    text-align: center;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -1px black ;
    color: azure;
}
#author {
    margin: 0%;
	margin-bottom: 2%;
    font-family: Garamond, serif;
    font-size: 24px;
    text-align: center;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
    color: azure;
}

/* NAVIGATION */
#navigation-bar {
    height: 58px;
	min-height: 55px;	
	overflow-y: auto;
}
#tabs {
    margin: auto;
	width: 80%;
	min-width: 1000px;
    padding: 0%;
    list-style: none;
    text-align: center;
    font-size: 0px; /*removes whitespaces between tabs*/
	border-bottom: solid medium black;
}
.tab-border {
    width: auto;
    display: inline-block;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: solid medium black;
}
#tabs li {
    width: 210px;
    height: 100%;
    padding: 0.6em;
    font-family: Garamond, serif;
    font-size: 20px;
	letter-spacing: 0.025em;
    color: #777;
    background: azure;
    border: solid thin #AAA;
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
    border-bottom: none;
	/*use content-box model for tabs*/
	box-sizing: content-box;
}
#tabs li:hover {
    cursor: pointer;
    padding: 0.6em;
}

/* SECTIONS */
section {
	margin: auto;
	width: 80%;
	min-width: 1000px;
	border: solid 2px black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgba(09,19,46, 0.8);
}
#engineering-projects, #musical-productions, #more-about-me {
	/*start all tabs other than home as not visible*/
	display: none;
}
#home b, #engineering-projects b, #musical-productions b {
	/* bold text for home and eng tab */
	margin: 0%;
	height: 100%;
	float: left;
	font-family: Garamond, serif;
	font-weight: normal;
	color: aqua;
}
section li {
	/*green list text */
	font-family: Garamond, serif;
	color: #66DD8A;
}

/* HOME */
#home {
	margin: auto;
	width: 80%;
	background-image: url(images/blue%20brain.jpg);
	background-size: cover;
}
#home-text {
	width: 60%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 0%;
	min-width: 700px;
	max-height: 400px;
	font-family: Garamond, serif;
    font-size: 26px;
	line-height: 2.0;
	text-align: justify;
	text-align-last: center;
    padding: 1.5em;
	border-radius: 10px;
	border: solid 2px rgba(240, 255, 255, 0.9);
	color: azure;
	overflow-y: auto;
	background-color: #09132E;
	/*background-color: rgba(09, 19, 46, 0.8);*/
	
	/*float: left;*/
}
#me {
	margin: 0%;
	margin-left: 20%;
	margin-right: 0%;
	padding-right: 0%;
    border-radius: 100px;
	
}
#home-container {
	margin: 0%;
	margin-top: 5%;
	margin-bottom: 2% !important;
	width: 100%;
}
#featured, #updates {
	margin: auto;
	margin-right: 2%;
	width: 47%;
	height: 180px;
	border: solid medium black;
	border-radius: 5px;
	background-color: rgba(09, 19, 46, 0.95);
}
#featured {
	margin-left: 2%;
	float: left;
}
#featured p {
	margin: 0%;
	max-height: 140px;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
	font-family: Garamond, serif;
	font-size: 20px;
	color: azure;
	overflow-y: auto;
}
#featured h2, #updates h2 {
	margin: 0%;
	height: 33px;
	width: 100%;
	font-family: Garamond, serif;
	font-size: 24px;
	text-align: left;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: rgb(30, 44, 133);
	background-color: rgba(240, 255, 255, 0.9);
	border-bottom: solid medium black;
	overflow-y: auto;
}
#updates {
	border: solid medium black;
}
#updates ul {
	margin: 0%;
	height: 100%;
	max-height: 140px;
	padding: 20px;
	padding-top: 10px;
	list-style: none;
	font-family: Garamond, serif;
	font-size: 20px;
	overflow-y: auto;
}
#updates li {
	margin: 0%;
	color: #66DD8A;
	font-family: Garamond, serif;
	font-size: 20px;
}

/* ENGINEERING PROJECTS LIST */
#engineering-projects {
	background-image: url(images/AI%20Brain2.jpg);
	background-size: contain;
}
#engineering-projects-text {
	margin: auto;
	margin-bottom: 5%;
	margin-top: 2.5%;
	width: 80%;
	padding: 1%;
	font-family: Garamond, serif;
	text-align: center;
	font-size: 22px;
	color: azure;
	background-color: #09132E;
	border: solid 2px rgba(240, 255, 255, 0.9);
	border-radius: 0.5em;
}
a:link{color: aqua;}
a:hover, see-more:hover, .return:hover {
	color: mediumpurple;
	cursor: pointer;
}
a:active, see-more:active, .return:active {
	color: rebeccapurple;
	cursor: pointer;
}
a:visited {color: mediumpurple;}
see-more {
	color: aqua;
	text-decoration: underline;
}
.project-summary {
	margin: auto;
	margin-bottom: 2%;
	width: 96%;
	min-height: 178px; 	/* 150px img + 28px h2*/
	border: solid medium black;
	border-radius: 5px;
	background-color: rgba(09, 19, 46, 0.95);
}
.project-summary h2 {
	margin: 0%;
	width: 100%;
	font-family: Garamond, serif;
	font-size: 24px;
	text-align: left;
	text-decoration: underline solid rgb(30, 44, 133);
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: rgb(30, 44, 133);
	background-color: rgba(240, 255, 255, 0.9);
	border-bottom: solid medium black;
}
project-link:hover {
	cursor: pointer;
	color: rebeccapurple;
	-moz-text-decoration: underline solid rebeccapurple;
    -webkit-text-decoration: underline solid rebeccapurple;
    text-decoration: underline solid rebeccapurple;
}
project-link:active {
	cursor: pointer;
	color: rgb(72, 21, 123);
	-moz-text-decoration: underline solid rgb(72, 21, 123);
    -webkit-text-decoration: underline solid rgb(72, 21, 123);
    text-decoration: underline solid rgb(72, 21, 123);
}
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
}
.project-description {
	margin: 0%;
	width: 100%;
	height: 150px;
	padding: 10px;
	padding-left: 160px;  /*150px img + 10px padding*/
	font-family: Garamond, serif;
	font-size: 20px;
	text-align: justify;
	color: azure;
}
.project-description ul {
	margin: 0%;
	list-style: none;
	padding-left: 0%;
}
.project-description li {
	margin: 0%;
	padding-left: 5px;
	word-spacing: 1px;
	color: #66DD8A;
}
.project-description p {
	max-height: 70px;
	overflow-y: auto;
	padding-right: 10px;
	padding-left: 5px;
}

/* ENGINEERING PROJECTS CONTENT */
.project {
	display: none;
	margin-top: 0%;
}
.project h1 {
	margin-top: -1.9%;
	margin-bottom: 3.5%;
}
.project-section {
	margin: auto;
	width: 80%;
	min-width: 1000px;
	border: solid medium black;
	background-color: rgba(09, 19, 46, 0.95);
}
.project-section h2 {
	margin: 0%;
	margin-bottom: 0;
	width: 100%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Garamond, serif;
	font-size: 28px;
	color: rgb(30, 44, 133);
	background-color: rgba(240, 255, 255, 0.9);
	border-bottom: solid medium black;
}
.project-section p {
	margin: 0%;
	padding: 20px;
	text-align: justify;
	font-family: Garamond, serif;
	font-size: 20px;
	color: azure;
}
#description.project-section ul {
	margin: 0%;
	padding-left: 50px;
	text-align: justify;
	font-family: Garamond, serif;
	font-size: 20px;
	color: azure;
}
#images.project-section p {
	margin: auto;
	width: 50%;
	padding: 20px;
	text-align: center;
	font-family: Garamond, serif;
	font-size: 20px;
	color: azure;
}
.project-section img {
	display: block;
	margin: auto;
	margin-bottom: 2%;
}
.return {
	margin: 0%;
	width: 6%;
	padding-top: 6px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	text-align: center;
	font-family: Garamond, serif;
	font-size: 18px;
	color: aqua;
	background-color: rgba(09, 19, 46, 0.95);
	border: solid medium black;
}

.video-demo {
	display: block;
	width: auto;
	margin: 0 auto; 
}

/* MUSICAL PRODUCTIONS */
#musical-productions {
	background-image: url(images/studio.jpg);
	background-size: cover;
	
}
#musical-productions-text {
	width: 80%;
	margin: auto;
	margin-top: 2.5%;
	padding: 1%;
	font-family: Garamond, serif;
	text-align: center;
	font-size: 22px;
	color: azure;
	background-color: rgba(32, 29, 37, 0.5);
	border: solid 2px rgba(240, 255, 255, 0.9);
	border-radius: 0.5em;
}
#song-list {
	margin: 0%;
	margin-top: 7%;
	width: 100%;	
	max-height: 1000px;
	overflow-y: scroll;
}
.song {	
	margin: 0%;
	margin-bottom: 2%;
	width: 30%;
	min-width: 400px;
	position: relative;
	left: 2%;
	border: solid medium black;
}
.song h2 {
	margin: 0%;
	margin-bottom: 0;
	width: 100%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Garamond, serif;
	font-size: 24px;
	color: rgb(30, 44, 133);
	background-color: rgba(240, 255, 255, 0.9);
	border-bottom: solid medium black;
}
.song ul {
	margin: 0%;
	width: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: rgba(32, 29, 37, 0.5);
	border-bottom: solid medium black;
}
.song li {
	list-style: none;
	position: relative;
	left: -4%;
	letter-spacing: 1px;
	font-family: Garamond, serif;
	font-size: 16px;
	color: #66DD8A;
}
#song-list b, .song li {
	color: azure;
}
.song audio {
	display: block;
	width: 100%;
	height: 33px;
}

/* MORE ABOUT ME */
#more-about-me {
	height: 825px;
	background-image: url(images/pc%20hardware%205.jpg);
	background-size: cover;
}
.about-me-box {
	margin: auto;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 47%;
	height: 175px;
	border: solid medium black;
	background-color: rgba(09, 19, 46, 0.95);
}
#education, #work-experience {
	margin-left: 2%;
	float: left;
}
#education i {color: #66DD8A;}
.about-me-box h2 {
	margin: 0%;
	margin-bottom: 0;
	width: 100%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Garamond, serif;
	font-size: 24px;
	color: rgb(30, 44, 133);
	background-color: rgba(240, 255, 255, 0.9);
	border-bottom: solid medium black;
}
.about-me-box ul {
	margin: 0%;
	width: 100%;
	height: 136px;
	padding: 10px;
	list-style: none;
	font-family: Garamond, serif;
	font-size: 20px;
	text-align: justify;
	color: azure;
}
.about-me-box li {
	color: #66DD8A;
}
.about-me-box b {
	color: aqua;
	
}
#hobbies {
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 10px;
	list-style: initial;
	list-style-position: inside;
}
#work-experience {
	height: 515px;
}
.work {
	height: 475px;
	overflow-y: scroll;
	padding-bottom: 10px;
}
info {
	margin: 0%;
	float: right;
	padding-right: 10px;
	font-family: Garamond, serif;
	font-size: 20px;
	color: #66DD8A;
}
.skill-list {
	width: 50%;
	height: 136px;
	float: left;
	border-left: solid 1px black;
	overflow-y: auto;
}
.skill-list h3 {
	margin: 0%;
	padding: 10px;
	font-family: Garamond, serif;
	font-size: 20px;
	text-align: center;
	color: aqua;
}
.skill-list p {
	margin: 0%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Garamond, serif;
	font-size: 20px;
	word-spacing: 2px;
	line-height: 25px;
	text-align: center;
	color: #66DD8A;
}
.bullet {
	margin: 1%;
	margin-top: 2%;
	padding-left: 2em;
	padding-right: 10px;
	list-style: initial;
	list-style-position: inside;
    text-indent: -1.4em;
	text-align: justify;
	font-size: 18px;
}
#about-me {
	height: 308px;
}
#about-me p {
	margin: 0%;
	height: 270px;
	padding: 15px;
	font-family: Garamond, serif;
	font-size: 20px;
	text-align: justify;
	color: #66DD8A;
	overflow-y: auto;
}
#hobbies li, #about-me p, #work-experience .bullet, #education li{
	color: azure;
}
#linkedin {
	margin: auto;
	margin-left: 45%;
	border: solid medium black;
	background-color: rgba(09, 19, 46, 0.95);
	padding: 6px;
	margin-bottom: 8px;
}

/* FOOTER */
footer {
	margin: 0%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer p {
	margin: 0%;
	padding: 0.5em;
	font-family: Garamond, serif;
	font-size: 16px;
	text-align: center;
	color: azure;
	background-color: #09132E;
	border-top: solid medium black;
}
