@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	background-image: url(data/main/bg/bg_1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgb(10,10,10);
	font-family: Tahoma, sans-serif;
}
body a {
	color: yellow;
}

.profile-title {
	font-size: 1.3em;
	color: silver;
	font-weight: bold;
	background-color: transparent;
    padding: 15px 5px;
}
#profile-picture {
	float: right;
	width: 230px;
	height: 230px;
	margin: 60px 100px 20px 20px;
	border-radius: 100%;
	border: 10px solid rgba(0,0,0,0.5);
}

#webpage {
	width: 100%;
	overflow-x: hidden;
	background-color: rgba(20,20,20,0.50);
	position: absolute;
}

.nav {
    width: 100%;
	display: inline-block;
    margin: 0;
	position: fixed;
	z-index: 1;
}
.nav a {
	text-decoration: none;
	color: rgba(200,200,200,0.8);
	transition: 0.3s;
}
.nav a:hover, .nav a:active {
	color: rgba(250,100,250,1);
}
.nav table {
	width: 100%;
	height: 70px;
}
.nav td {
	text-align: center;
	background-color: black;
	width: 16%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0px 2px 2px rgba(50,50,50,0.6);
	letter-spacing: 2px;
	transition: 0.3s;
	padding: 0 10px;
	cursor: pointer;
}
.nav td:hover, .nav td:active {
	transform: scale(1.1, 1.1);
	background-color: rgb(20,50,50);
}
.nav td:hover a {
	color: rgba(250,250,250,1);
}

/* banner notification */

#banner {
	overflow: hidden;
	padding: 8px 0px;
	box-shadow: 0px 3px 3px rgba(50,50,50,0.6);
	border-top: 5px solid rgba(50,50,50,0.6);
	background-color: rgb(20,20,20);
	color: rgb(250,250,250);
	height: 28px;
}
#banner_content {
	overflow: hidden;
	width: 200%;
	height: 28px;
	text-align: left;
	font-size: 16px;
	position: absolute;
	right: -100%;
	margin: 0;
	color: rgb(200,200,200);
	transition: 0.5s;
}

/* profile */

.content {
	line-height: 150%;
	margin-top: 70px;
}
.content h2 {
    color: rgba(250,250,250,0.9);
	margin: 0 10%;
	padding: 1%;
	line-height: 150%;
	letter-spacing: 1px;
}

.profile {
    color: rgba(230,230,230,0.9);
	line-height: 200%;
	background-color: rgba(0,0,0,0.8);
	border-left: 5px solid rgba(250,250,250,0.8);
	margin: 0 5%;
	width: calc(90%-5px);
	transition: 0.3s;
	border-radius: 0 30px 30px 0; 
}
#profile {
    padding: 30px 50px 0 50px;
	margin-bottom: 0;
}
.profile:hover {
	background-color: rgba(0,0,0,0.90);
}

.dist {
    color: rgba(150,250,150,0.9);
    padding-left: 10px;
    display: inline;
    border-left: 1px solid rgba(200,200,200,0.5);
}

#about-me {
	width: 100%;
	border-top: 2px solid rgba(200,200,200,0.3);
	padding-top: 20px;
	padding-bottom: 50px;
}

/* certificates onload visible */

#coursework {
	padding-top: 10px;
	width: 80%;
    color: rgba(230,230,230,0.9);
	line-height: 200%;
	margin: 0px 10%;
	margin-top: 20px;
	letter-spacing: 1px;
	border: 2px solid rgba(80,80,80,0.5);
	border-radius: 30px;
	transition: 0.3s;
}
#coursework:hover {
	background-color: rgba(0,0,0,0.90);
}
.details-table {
	width: 100%;
	margin-top: 10px;
	border-bottom: 2px solid rgba(200,200,200,0.3);
}
.details-table tr {
	border-top: 1px solid rgb(250,250,250);
	border-bottom: 1px solid rgb(250,250,250);
}
.details-table td {
	text-align: center;
	padding: 5px;
	color: rgba(230,230,230,1);
	line-height: 100%;
	width: 33%;
	border-bottom: 1px solid rgba(200,200,200,0.10);
	letter-spacing: 1px;
}
.details-table p {
	margin: 2px 0;
}
.details-title {
	margin-left: 40px;
}
.badge {
	color: rgb(220,220,220);
	transition: 0.2s;
	border-radius: 3px;
	line-height: 200%;
	font-size: 0.9em;
	padding: 3px;
}

/* studies */

#studies {
	margin-top: 10px;
	width: 100%;
	display: none;
}
.details-table .wide-col a, .url_series a {
	color: yellow;
	text-decoration: none;
	padding: 3px;
	border-radius: 3px;
	background-color: rgba(65,65,65,0.7);
	transition: 0.3s;
}
.details-table .wide-col span {
	color: rgb(200,200,200);
	background-color: rgba(50,50,50,0.8);
	padding: 3px;
	border-radius: 3px;
}
.details-table a:hover, .url_series a:hover {
	text-decoration: underline;
	background-color: rgba(70,70,70,0.9);
}
.url_series a {
	line-height: 200%;
}
.display-toggle {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	background-color: rgb(210,210,210);
	border: 2px solid rgb(50,50,50);
	border-radius: 0 0 30px 0;
	cursor: pointer;
	padding: 3px 0 5px 0;
}
#selfstudy-toggle {
	border-radius: 0px 0px 30px 30px;
	padding: 3px 0 5px 0;
	background-color: rgb(50,50,50);
	color: rgb(250,250,250);
}
.display-toggle-span {
	color:rgb(50, 50, 50);
	font-size: 0.8em;
}
.display-toggle-span-2 {
	color:rgb(250, 250, 250);
	font-size: 0.8em;
}
.details-table .thin-col {
	width: 30%;
}
.details-table .wide-col {
	width: 70%;
	padding: 5px 20px;
	text-align: left;
	line-height: 190%;
}

/* personal checklist */

/*
#about-me-checklist {
	margin: 35px auto 50px auto;
	width: 80%;
}
#about-me-checklist-elem {
	margin: auto;
	width: calc(100%-50px);
	display: flex;
	padding: 25px;
	border: 2px solid rgba(80,80,80,0.5);
	border-radius: 25px;
}
#checklist-table {
	border-spacing: 5px;
	margin-right: 20px;
	width: 50%;
}
#checklist-table td {
	width: 50px;
	height: 50px;
	padding: 5px;
	border: 1px solid rgba(250,250,250,0.5);
	border-radius: 2px;
	transition: 0.2s;
	margin: 0;
}
#checklist-detail {
	border-left: 2px solid rgb(200,200,200);
	padding-left: 10px;
	width: 50%;
}
#checklist-detail .springgreen {
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(80,80,80,0.5);
	border: rgba(200,200,200,0.8);
}
.checklistCategoryName {
	padding: 5px;
	background-color: rgb(50,50,50);
	border-radius: 5px;
}
.cg {
	cursor: pointer;
	background-color: rgb(250,250,250);
	color: rgb(0,0,0);
	text-align: center;
}
*/

/* styling for posts content */

.main_posts {
    border-left: 5px solid rgba(250,250,250,0.8);
    background-color: rgba(0,0,0,0.8);
    width: 90%;
    margin: 30px 5%;
}
#posts_content {
	height: 1500px;
    width: 100%;
    overflow-y: scroll;
}
#posts li {
	margin-bottom: 10px;
}
#posts ul {
	margin: 0px;
}
#profile-header {
	height: 100px;
	position: relative;
	width: 100%;
    background-image: url(data/main/header_img.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-bottom: 2px solid rgba(250,250,250,0.5);
}
#profile-header-text {
	position: absolute;
    font-size: 1.8em;
    text-shadow: 0px 0px 3px black;
	bottom: 0;
	padding: 5px;
    margin-left: 20px;
    color: white;
}
#posts-detail {
	position: absolute;
    text-shadow: 0px 0px 3px black;
	bottom: 0;
	text-align: right;
	right: 10px;
	padding: 5px;
    color: rgba(230,230,230,0.8);
	line-height: 1.2;
}
#load-posts {
	font-size: 1.2em;
	margin: 0px 25% 70px 25%;
	padding: 10px 0;
	width: 50%;
	background-color: rgba(40,40,40,0.6);
	color: springgreen;
	border: 1px solid rgba(200,200,200,0.7);
	border-radius: 10px;
	transition: 200ms;
}
#load-posts:hover {
	color: aqua;
    text-decoration: underline;
	background-color: rgba(20,20,20,0.7);
	cursor: pointer;
	border: 1px solid rgba(200,200,200,0.9);
}

.post {
    width: 88%;
	margin: 50px 6%;
    background-color: rgba(50,50,50,0.3);
    color: white;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(50,50,150,0.5);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.post_text a {
	word-break: break-word;
}
.description {
    padding: 0 5% 20px 5%;
    background-color: rgba(50,50,50,0.5);
    border-bottom: 1px solid rgba(100,100,100,0.3);
    border-radius: 10px 10px 0 0;
	word-break: break-word;
}
.description a, .post a {
	color: yellow;
}
.img_content img {
	display: block;
	margin: auto;
    max-width: 100%;
    border-radius: 8px;
}
.txt_content {
    padding: 20px 0;
    margin: 0 5%;
    width: 90%;
}
.vid_content video {
    width: 100%;
	max-height: 500px;
    object-fit: cover;
}
.embed_content {
	margin: 20px;
	text-align: center;
}
.embed_content_video {
	max-width:100%;
	border-radius:10px;
	border: 1px solid rgb(50,50,50);
	background-color: rgba(20,20,20,0.5);
}
.time {
    padding: 10px 0;
    color: springgreen;
    font-size: 1em;
}
.post_id {
	padding: 3px;
	float: right;
	color: rgba(200,200,200,0.6);
	border-radius: 3px;
	font-size: 0.8em;
}
.post_data {
	padding: 20px 0;
}

/* footer styles */

.footer {
	width: 100%;
    margin-top: 50px;
    background-color: rgba(0,0,0,0.95);
    color: white;
    border-top: 2px solid rgba(200,200,200,0.3);
}
.footer table {
    margin: 0 10%;
    width: 80%;
    padding: 30px 0px;
    border-spacing: 0px 15px;
}
.footer tr {
    padding: 5px 0;
	margin: 5px 0;
}
.footer td {
    text-align: left;
    width: 20%;
    border-left: 2px solid rgba(100,100,100,0.5);
    padding: 5px 10px 5px 10px;
}
.footer a {
	color: rgb(200,200,200);
	transition: 200ms;
	text-decoration: none;
}
.footer a:hover {
	color: springgreen;
	padding-left: 5px;
}
.footer p {
	font-size: 1.4em;
	color: springgreen;
	margin-top: 20px;
	margin-left: 70px;
	margin-block-end: 0px;
}
.footer .footer-title {
	padding-top: 20px;
	border: 0px;
	color: springgreen;
	font-size: 1.2em;
}
#website_metadata {
	text-align: center;
	padding-bottom: 50px;
}
.metadata_elem {
	font-size: 0.8em;
	color: rgb(150,150,150);
	margin-left: 15px;
	padding: 5px 10px;
	border: 1px solid rgb(100,100,100);
	border-radius: 5px;
	background-color: rgb(20,20,20);
	display: inline-flex;
}

/* generic styles */

.pink {
	color: pink;
}
.aqua {
	color: aqua;
}
.springgreen {
	color: springgreen;
}
.yellow {
	color: yellow;
}
.flri {
	float: right;
}
.mini-margin {
	margin: 5px 0;
	margin-left: 20px;
}
.fs15 {
	font-size: 1.5em;
}

.toggle_td {
	color: rgb(200,200,200);
	transition: 0.3s;
	cursor: pointer;	
}
.toggle_td:hover {
	color: springgreen;
	padding-left: 5px;
}
.toggle_td_text {
	color: yellow;
	background-color: rgb(65,65,65);
	padding: 3px 5px;
	border-radius: 5px;
}
