body {
	font-size:125%;
	color:#E6E6FA;
	font-family: 'Verdana', sans-serif;
	background-color:#381717;
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
}
.cursivefnt {
	font-family:'Festive';
	font-size:120%;
}
.cryptofnt {
	font-family: 'VT323';
	font-size:85%;
}
.sig {
font-family:'Smooch';
}
h1, h2, h3,h4 {
	text-align: center;
	margin: 0 0 20px;
	font-family: 'Verdana', sans-serif;
	color: white;
	font-size:2em;
	text-shadow: 2px 2px 5px red;
}
a			{text-decoration:none;color:rgb(133, 216, 255)}
a:visited	{text-decoration:none;color:rgb(54, 170, 248)}
a:hover		{text-decoration:underline;color:coral}
/*text and colors used*/
.code-lime {color:#3CF676;font-size:75%;}
.smaller-lime {color:#3CF676;font-size:80%;}
.smaller {font-size:80%;}
.big-lime {color:#3CF676;font-size:120%;}
.big-red {color:red;font-size:120%;}
.right-align {color:coral;font-size:80%;text-align:right;}
.white		{color:white}
.red		{color:red}
.blue		{color:#50B9FF}
.coral		{color:coral}
.lime		{color:#3CF676}
.steelblue	{color:steelblue}

/* festive-latin-400-normal */
@font-face {
  font-family: 'Festive';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/festive@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/festive@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/shadows-into-light@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/shadows-into-light@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Smooch';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/smooch@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/smooch@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
.top_bar {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.top_bar_image {
	width: auto;
	height: 98px;
	background-image:url('/pics/banner-garvan-fade.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	position:relative;
	padding: 0px;
	margin: 0px;
	border-bottom:2px solid white;	
}
.weekly_quote {
	padding-top:24px;
	margin-top:24px;
}
.page_title {
	font-family: 'Smooch';
	font-size:3em;
	text-shadow:2px 2px 5px #FF0000;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	transition: 0.3s;
}
@media (max-width: 475px) {
	.page_title {	
		font-size:2em;
		transition: 0.3s;		
	}	
}
.resume-title {
	text-align: center;
	margin: 0 0 20px;
	font-family: 'Verdana', sans-serif;
	color: coral;
	font-size:1em;
	text-shadow: 2px 2px 5px coral;
}
.fav-quote {
	font-family: 'Verdana', sans-serif;
	color:#3CF676;
	font-size:90%;
	text-shadow: 2px 2px 5px coral;
	text-align:center;
}
.sig-quote {
	font-family: 'Smooch';
	color:#3CF676;
	font-size:120%;
	text-shadow: 2px 2px 5px coral;
	text-align:center;
}
.fav-quote a {
	text-decoration: none;
	margin-top: 16px;
	padding:12px;
	background-color:#290E0E;	
	transition: 0.3s;
}
.fav-quote a:hover {
	margin-top: 16px;
	padding:12px;
	background-color: rgba(0, 0, 0, 0.75);
	border-bottom: 6px solid #3CF676;
	border-radius: 20px; 
	transition: 0.3s;
}
.shadow-quote {
	font-family: 'Shadows Into Light', sans-serif;
	color:#3CF676;
	font-size:90%;
	text-shadow: 2px 2px 5px coral;
	text-align:center;
}
.crypto-list ul{
	margin: 24px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.crypto-list li {
	margin: 24px;
}
.crypto-list a {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	padding: 10px;
	transition: 0.3s;
}
.crypto-list a:hover {
	background-color: #262136;
	text-decoration:none;
	border-top:4px white solid;
	border-bottom:6px steelblue solid;
	border-radius: 20px;
}
.crypto-title {
	font-family: 'VT323';
	text-align:center;
	font-size:2em;		
}
.crypto-logo {
	width:100%;
}
.crypto-addr {
	text-align: center;
	color: #3CF676;
	font-family: 'VT323';
	margin: 0px;
	padding: 4px;
    background-color: #333741;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.crypto-img {
	width:120px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:24px;
	display:block;
	background-color:black;
	padding:8px;
	border:2px solid white;
	border-radius:50%;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
		filter: drop-shadow(2px 2px 5px white);
}
.crypto_box {
	font-family: 'VT323';
	font-size:120%;
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.75);
	border-top:4px #BFBFBF solid;
	border-bottom:4px magenta solid;
	border-radius: 20px;
	padding: 16px;
}
.clear-float {clear:both}
.logo {
	position:fixed;
	top:8px;
	right:16px;
	z-index:3;	
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(2px 2px 5px white);	
}
.logo img {
	width:64px;
}
.main_container {
	width:100%;
}
.main_box {
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.75);
	border-top:4px #BFBFBF solid;
	border-bottom:4px #3CF676 solid;
	border-radius: 20px;
	padding: 16px;
}
.main-text {
	text-align:left;
	font-size:120%;
	margin-right:24px;
	margin-left:24px;
}
.main-title {
	color:#FF0000;
	font-size:130%;
	text-align:center; 
	text-shadow:2px 2px 3px white;
	padding-top:66px;
}
.notice {
	text-align: left;
	font-size:90%;
	margin: 48px 36px 48px 36px;
	padding: 16px 24px 16px 24px;
	border:2px solid #3CF676;
	border-radius: 20px;
}
/* Navigation styles */
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
nav li {
	margin: 8px;
	padding:4px;
}
nav a {
	text-decoration: none;
	font-weight:bold;	
	text-shadow:1px -2px  #E5E5E5;
	margin:8px;
	padding: 12px;
	transition: 0.3s;
}
nav a:hover {
	background-color:rgba(0, 0, 0, 0.75);
	text-decoration:none;
	color:#3CF676;
	text-shadow:none;
	border-bottom:4px #50B9FF solid;	
	border-radius: 20px;
}
/* Nav-bar resize */
@media (max-width: 600px) {
	nav ul {
		flex-direction: column;
		align-items: center;
	}
	nav li {
		margin: 10px 0;
	}
}
.avatar {
	width:100%;	
	margin: 0px;
	padding: 0px;
	padding-top: 96px;	
}
.avatar img {
	border: 2px solid #E5E5E5;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	width:320px;
	transition: 0.3s;
		-webkit-filter: drop-shadow(5px 5px 5px #222);
		filter: drop-shadow(2px 2px 5px white);
}
@media (max-width: 600px) {
	.avatar img {
	width:200px;
	transition: 0.3s;
	}
}
.article-img {
	width:100%;	
	margin: 0px;
	padding: 0px;
	padding-top: 96px;
}
.article-img img {
	border: 2px solid #E5E5E5;	
	margin: 0 auto;
	display: block;
	width:480px;
	transition: 0.3s;
}
@media (max-width: 600px) {
	.article-img img {
	width:300px;
	transition: 0.3s;
	}
}
.indent {
text-align:left;
text-indent:2em;
}
.figleft {
	position:relative;
	float:left;
}
.figright {
	position:relative;
	float:right;
}
.list_container {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
}
.list_container ul {
	padding-right:24px;
	padding-left:24px;
	margin-right:96px;
	margin-left:96px;
	border: 2px solid #3CF676;
	border-radius: 20px; 
	background-color: #262136;
	list-style: none;
	text-align:center;
}
.list_container li {
	padding:16px;
	margin:16px;
}
.list_container li a{
	text-decoration: none;
	font-weight:bold;
	padding:12px;
	color: #3CF676;
	transition: 0.3s;
}
.list_container li a:hover {
	background-color: #1A1A1A;
	text-decoration:none;
	color:coral;
	border-bottom:6px #3CF676 solid;
	border-radius: 20px;
}
@media (max-width: 600px) {
	.list_container ul {
		font-size: 80%;
		margin-right:16px;
		margin-left:16px;
	}
}
.sup-container {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
}
.sup-list {
	padding-right:24px;
	padding-left:24px;
	margin-right:96px;
	margin-left:96px;
	border: 2px solid #3CF676;
	border-radius: 20px; 
	background-color: #262136;
	list-style: none;
	text-align:center;
	transition: 0.3s;
}
.sup-list dt {
	margin-top: 24px;
	margin-bottom: 16px;
}
.sup-list dt a {
	text-decoration: none;
	margin-top: 16px;
	padding:8px;
	background-color: rgb(14, 6, 6,0.33);	
	transition: 0.3s;	 
}
.sup-list dt a:hover {
	margin-top: 16px;
	padding:8px;
	background-color: rgba(0, 0, 0, 0.75);
	border-bottom: 6px solid #3CF676;
	border-radius: 20px; 
	transition: 0.3s;
}
@media (max-width: 800px) {
	.sup-list {
		font-size: 80%;
		margin-right:16px;
		margin-left:16px;
		transition: 0.3s;
	}
}
.sup-list dd {
	text-align: left;
	margin-bottom: 36px;
	padding-bottom: 16px;
	padding-top: 16px;
}
.blog-tags {
	clear: both ;
	padding: 0px;
	margin-right: 36px ;
	margin-left: 36px ;
	margin-bottom:64px;
	border-radius: 20px ;
	text-align: center ;
	border: solid 2px #3CF676;
	list-style: none ;
}
.blog-tags ul{
	list-style:none;
	padding-left:0px;
}
.blog-tags li {
	display:inline-block;
}
.blog-tags a {
	display:block;
	text-decoration:none;
	background:#381717;
	border-radius: 20px;
	border-bottom:4px solid #010101;
	padding:8px;
	margin:8px;
	transition: 0.3s;
}
.blog-tags a:hover {
	text-decoration:none;
	background:#000000;
	border-bottom:4px lime solid;
	border-radius: 20px;
	padding:8px;
	margin:8px;
	transition: 0.3s;
}
.blog-list ul{
	list-style:none;
	padding-left:0px;
	padding:0px;
	margin:0px;
}
.vlog-list ul{
	list-style:none;
	padding-left:0px;
	padding:0px;
	margin:0px;
}
.code-container {
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	width:100%;
}
.code-block{
	font-size:80%;
	color:lime;
	font-family: 'VT323';
	padding:16px;
	margin:16px;
	border:2px white solid;
	background-color: #262136;
    overflow-x: scroll;
    transition: 0.3s;
}

@media (max-width: 700px){
	.code-block pre{
		font-size: 60%;
		margin-right:16px;
		margin-left:16px;
		transition: 0.3s;
		line-height: normal;
	}
}
.footer {
	color:#E6E6FA;	
	font-size:85%;
	text-align:center;
}
.footer ul {
	list-style: none;
	border:0;
	padding:0;
}
.footer li {
	display: inline;	
	margin:16px;
}
.footer a {
	padding: 8px;
}
