/*
background - black
titles - red
headings - red
text - white
links - red
link hover - underline
link visited - dark red
error msgs - red

nav background - red
nav - black
nav font -  anitype-journal 3

*/

/*
:root {
	--red: #fe0000;
	--dark red: #c60000;
	--blue: #69A9D3;
	--plainTextFont: Verdana, Helvetica, sans-serif;
	--navFont: [tbd], sans-serif;

}
*/

html{
	min-width: 100%;
	min-height: 100%;
}

body{
	max-width: 2500px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 15px;
	background-color: #000000;
	color: #ffffff;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}
@media screen
{
        body { text-rendering:auto; }
}


@font-face {
    font-family: 'Anitype-Journal-3';
    src:url('/rmb/font/Anitype-Journal-3.ttf.woff') format('woff'),
        url('/rmb/font/Anitype-Journal-3.ttf.svg#Anitype-Journal-3') format('svg'),
        url('/rmb/font/Anitype-Journal-3.ttf.eot'),
        url('/rmb/font/Anitype-Journal-3.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


p{
	direction: ltr;
	letter-spacing: 0px;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}



img{
	border: 0;
}


caption{
	text-align: center;
}

h1, h2{
	font-weight: 700;
	color: #fe0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	padding: 0px;
}

.anchor{
	display: block;
	height: 100px; /* height of the fixed header */
	margin-top: -100px;
	visibility: hidden;
}

h2{
	font-size: 18px;
}

.msg{
	font-weight: bold;
	text-align: center;
}
.error{
	color: #fe0000;
}
.success{
	color: #69A9D3;
}
.blue{
	color: #69A9D3;
}

a
{
	color: inherit;
	text-decoration: inherit;
}

a:link
{
	color: #fe0000;
}

a:visited
{
	color: #c60000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}



#nav{
	min-height: 50px;
	background-color: #000000;
	color: #fe0000;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 5;
}


#nav a{
	text-decoration: none;
	color: inherit !important;
}

#nav a:active{
	text-decoration: underline;
}

.navLink{
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Anitype-Journal-3;
}




.clearfix:after /* force a container to fit around floated items */
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}



.centeredWrapper{
	display: flex;
	justify-content: center;
}

.centeredContent{
	margin: auto;
}

.content{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: left;
	vertical-align: top;
	height: auto;
}

.contentImgDiv{
	margin: auto; /* this centres the div when it's inside a centeredWrapper div */
	text-align: center;
}

.contentImgDiv img{
	border-radius: 8px;
	max-width: 80%;
}


.galleryThumb{
	display: inline-block;
	bottom: 0;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
}

.galleryThumb img{
	max-width: 250px;
	height: auto;
	border-radius: 8px;
}

/* Responsive layout */

@media screen and (max-width: 600px) {
  .galleryThumb img{
        max-width: 150px;
  }

}


.galleryVideo{ 
	display: inline-block;
	vertical-align: top;
	width: min-content;
} 

.galleryVideo iframe, .galleryVideo object, .galleryVideo embed{ 
    height: auto;
    max-width: 100%;
}

.galleryVideoInner {
	min-width: 300px;
	padding-bottom: 10px;
}

.discog img{
        width: 400px;

}

/* responsive layout */
@media screen and (max-width: 700px){
        .discog img {
                max-width: 40vw !important;
        }
}


@media screen and (max-width: 600px){
        .discog img {
                max-width: 30vw !important;
        }
}


ol{
	margin-top: 0px;
}

/* tabular displays */
.tabular table, tr,  th, td{
	border: 1px solid #ffffff;
	border-collapse: collapse;
	padding: 5px;
	border-spacing: 0px;
}


.tabular th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.tabular td{
	text-align: center;
	vertical-align: top;
}


/* end tabular displays */



}



