#main-nav .container {
	padding: 20px;
}
.header-content .list-social li i.joel {

	font-size: 40px;
}
.home {
	position: relative;
	top: 80px;
}

#main-nav {
	display: block;
	padding: 0;
}
iframe {
	display:block;
	margin: 0 auto;
}

h4 {
	font-size: 25px;
}

.custom-title {
	margin: 20px 0;
}

.logo {
	font-family: helvetica;
}
.centered {
	display: flex;
	justify-content: center;
}
.opacity-control {
	opacity: 0.8;
}
.blog-container {
	max-width: 8000px;
}
.content-main.single-post.padDiv {
	padding: 20px 40px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 15px;
}
.content-main.single-post.padDiv p {
	text-align: justify;
}
.content-main.single-post.padDiv .journal-txt {
	display: flex;
	justify-content: center;
}
.buttons {
	display: flex;
	justify-content: center;
}
.buttons button {
	margin: 0 5px;
	border-radius: 50px;
	border-width: 0px;
	padding: 8px 16px;
	background-color: orange;
	transition: 0.3s;
}
.buttons button:hover {
	background-color: gold;
	cursor: pointer;
}

.gunbird {
	background: url("../images/gunbird-bg.png");
}

.malita {
	background: url("../images/malita-bg.png");
}

.mystara {
	background: url("../images/mystara-bg.png");
}

.asun {
	background: url("../images/asun-bg.png");
}

.rtengine {
	background: url("../images/rtengine-icon.png");
}

.ruffians {
	background: url("../images/ruffians-bg.png");
}

.fiery {
	background: url("../images/fiery_catacombs-bg.png");
}

.rtrobots {
	background: url("../images/rtr-bg.png");
}

.main-content.paddsection {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

hr.solid {
	border-top: 3px solid #bbb;
	margin: 20px 0;
}

.embedvideoblog {
	border-width: 6px;
	border-color: orange;
	border-style: solid;
}

.blog-top-pic {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

/* Blog backgrounds */
.sotc {
	background-image: url("../blog-images/sotc-front.jpg");
	min-height: 500px;
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

/* Portfolio/Blog hovers */
.thumb-container {
	position: relative;
}

.thumb-image {
	opacity: 1;
 	display: block;
 	width: 100%;
 	height: auto;
 	transition: .5s ease;
 	backface-visibility: hidden;
}

.thumb-middle {
	transition: .5s ease;
 	opacity: 0;
 	position: absolute;
 	top: 35%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	text-align: center;
}

.blog-thumb {
	top: 50%;
}

.thumb-container:hover .thumb-image {
 	opacity: 0.6;
}

.thumb-container:hover .thumb-middle {
 	opacity: 1;
}

.thumb-text {
 	background-color: orange;
 	color: white;
 	font-size: 14px;
 	padding: 16px;
}

.thumb-title {
	font-size: 18px;
	font-weight: bold;
}

.thumb-middle:hover .thumb-title {
	text-decoration: underline;
}

.social-icons {
	transition: 0.3s ease;
	margin-top: 10px;
}

.social-icons:hover {
	margin-top: 5px;
}

.logo-img {
	border: 50px orange;
	border-radius: 50px;
}

.logo:hover .logo-img: