body {
	background-image: url("images/webpage_bg_witch.png"), url("images/GameLoomPattern.png");
	background-size: contain, 128px 128px;
	background-repeat: no-repeat, repeat;
    background-attachment: fixed;
    background-position: top, center;
	color: #CECECE;
	font-family: 'Maven Pro', sans-serif;
}

pre {
    background-color: #1A1A1A;
    padding: 2px 10px;
}

a:link {
	color: #CECECE;
}

a:hover {
	color: #CECECE;
}

a:visited {
	color: #CECECE;
}

header {
	/** background:  rgba(13, 13, 14, 0.7); **/
	padding-bottom: 60px;
}

h2 {
	font-weight: 800;
	text-align: right;
	padding-right: 10px;
}

iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

footer {
	padding-bottom: 30px;
	color: black;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

footer a:link {
	color: steelblue;
}

footer a:hover {
	color: steelblue;
}

footer a:visited {
	color: #5E5E5E;
}


p {
	line-height: 1.3;
}
/**
a:link {
	color: palevioletred;
	text-decoration: underline;
}
**/

a.navbutton:link {
	color: #CECECE;
	font-weight: 800;
	text-decoration: none;
	font-size: 120%;

}

a.navbutton:visited {
	color: #CECECE;
	font-weight: 800;
	text-decoration: none;
}

a.navbutton:hover {
	color: steelblue;
	font-weight: 800;
	text-decoration: underline;
}

a.olderblogs:link {
	color: lightpink;
	font-size: smaller;
}

a.olderblogs:hover {
	color: lightcoral;
	font-size: smaller;
}

a.olderblogs:visited {
	color: plum;
	font-size: smaller;
}

.bgimg {
	
} 

.programmerblue {
	color: #0000ff;
}

.asteroidarena {
	color: palevioletred;
}

.question {
	font-weight: bold;
	padding-top: 0.15in;
}

.signed {
	text-align: right;
	font-style: italic;
}

table.smallgames {
    table-layout: fixed;
    width: 100%;
}

table.smallgames td {
    vertical-align: top;
    padding-left: 15px;
	padding-right: 15px;
    background-color: #202020;
}

.maincontainer {
	width: 70%;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    margin-top: auto;
	margin-bottom: auto;
}

.top_area
{
	width: 70%;
    max-width: 800px;
    margin-left: auto;
	margin-right: auto;
    padding-bottom: 0px;
    padding-top: 20%;
}

.logo
{
    margin: -10px 0;
    padding: 0 0;
    background-color: #393131;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-right: 8px;
    display: block;
}

.headerlogo {
	text-align: left;
	padding-top: 30px;
	margin-left: 0;
}

.navboxcontainer {
    height: 25px;
}

.navbox {
	width: 80px;
	text-align: center;
	float: right;
}

.newscontainer {
	clear: right;
	background-color: #393131;
	padding-top: 10px;
	padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.newsbox {
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #202020;
}

.newsimg {
	padding-top: 5px;
	padding-bottom: 10px;
}

.slideshow {
    position: relative;
    padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #202020;
}

.slideshow-page {
    width: 100%;
    display: none;
}

.slideshow-page > img {
    max-width: 100%;
    height: auto;
}

.slideshow-previous, .slideshow-next {
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 50%;
    margin-top: -25px;
    padding: 25px 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.6s ease;
}

.slideshow-previous:hover, .slideshow-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slideshow-previous {
    border-radius: 0 3px 3px 0;
    left: 50px;
}

.slideshow-next {
    right: 50px;
    border-radius: 3px 0 0 3px;
}

.slideshow-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 2px 4px;
    background-color: #BBBBBB;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-dot-active, .slideshow-dot:hover {
    background-color: #717171;
}

.discordinvite {
	width: 100%;
	background-color: green;
	text-align: center;
	font-weight: 800;
	font-size: xx-large;
}

.blogimgcontainer {
	min-width: 100%;
	padding-right: 30px;
}

.blogimg {
	width: 100%;
	/** image should be 500px x 250px **/
}

.bloghighlight {
	font-weight: 600;
	font-size: large;
}

.blogimgcaption {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	color: gray;
}
.blogimgcentered {

}

.aboutimg {
	padding-top: 20px;
	text-align: center;
}


.inline-image-140px
{
	display: inline-block;
	margin: auto auto;
	width: 140px;
}
a.bloglink:link {
	color: lightpink;
}
a.bloglink:visited {
	color: plum;
}
a.bloglink:hover {
	color: lightcoral;
}


.profileimg {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 200px;
}

.profileimgcontainer {
	float: right;
}

.someiconcontainer {
	width: 200px;
	background-color: steelblue;
}

.someicon {
	margin: 10px;
	width: 30px;
	float: right;
}

.clear_right {
	clear: right;
}

.steambox {
	padding-top: 30px;

}

#canvas {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 760px) {
    .logo
    {
        padding-right: 0;
    }
}

@media screen and (max-width: 570px) {
    .someicon {
        margin: 5px; 
        width: 20px;
    }
    .maincontainer {
        width: 100%;
    }
    .top_area {
        width: 100%;
    }
    .navbox {
        width: 65px;
        text-align: center;
    }
    .profileimg {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 0px;
        width: 100%;
    }
    footer {
        width: 90%;
    }
}