@media only screen and (max-width: 720px) {
	#main, #footer {
		padding-left: calc(2.5vw);
		padding-right: calc(2.5vw);
	}

	#main {
		font-size: 16px
	}
}

@media only screen and (max-width: 1280px) and (min-width: 720px) {
	#main, #footer {
		padding-left: calc(50vw - 300px);
		padding-right: calc(50vw - 300px);
	}

	#main {
		font-size: 18px
	}
}

@media only screen and (min-width: 1280px) {
	#main, #footer {
		padding-left: calc(50vw - 500px);
		padding-right: calc(50vw - 500px);
	}

	#main, .navdex {
		font-size: 20px;
	}
}

html.tablet #main, html.mobile #main, html.tablet #footer, html.mobile #footer {
	padding-left: calc(2.5vw);
	padding-right: calc(2.5vw);
}



body {
	margin: 0px;
	background: #ffffff;
	font-family: 'Cabin', Roboto, sans-serif !important;
	padding: 0px;
}

div.navdex {
	background: #be0101;
	padding-left: 10em;
	width: calc(100vw - 10em);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	filter: drop-shadow(0px 0px 5px #000000);
}
 
a.navdex {
	margin-left: calc(0.5vw + 0.5vh);
	padding-top: calc(0.5vw + 0.5vh);
	padding-bottom: calc(0.5vw + 0.5vh);
	background: inherit;
	display: inline-block;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: capitalize;
	text-decoration: none;
}

img.navdex.logo {
	width: 10em;
	height: 10em;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #be0101;
	border-radius: 0px 0px 50% 0px;
}

h1, h2, h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

h1.pageTitle {
	font-size: calc(2.5vw + 2.5vh);
}

a.navbar.selected {
	border-bottom: #000000 3px solid;
}

#main {
	background: #ffffff;
	padding-top: calc(2vw + 2vh);
	padding-bottom: calc(1vw + 1vh);
	overflow-x: hidden;
	/* filter: drop-shadow(0px 0px 5px #000000); */
}

.contentSeparator {
	width: 100%;
	height: 2px;
	background: #aaaaaa;
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer {
	background: #575757;
	color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-size: 1.5em;
}

#footer a {
	color: white;
}

#footer a:link {
	color: white;
}

#footer a:visited {
	color: white;
}

div.thingfucko.cont {
	background-attachment: scroll;
	background-size: cover;
	background-position: center top 0px;
	width: 100%;
	height: 80vh;
	position: relative;
	z-index: 0;
	filter: drop-shadow(0px 0px 5px #000000);
}

div.thingfucko.floater {
	position: absolute;
	width: 100%;
	height: 20vh;
	left: 0px;
	top: 40vh;
	text-align: center;
	text-shadow: 0px 0px 15px black;
	z-index: 10;
	color: white;
	vertical-align: center;
	font-size: 4rem;
	font-family: 'Yanone Kaffeesatz', sans-serif; 
}

table.footerTable {
	border: none;
	text-align: center;
	width: 100%;
	text-transform: capitalize;
}

.bold {
	font-weight: bold;
}



table.locationsarea {
	border: none;
	width: 100%;

}

table.locationsarea td.imageplace {
	width: 25%;
}

table.locationsarea td.imageplace img {
	width: 100%;
}

table.locationsarea td.textplace {
	width: auto;
	padding-left: 1rem;
}

table.locationsarea td.textplace .dojoname {
	font-weight: bold;
	font-size: 1.5em;
}

