/*  
10kBeats - Premade 18: Lethal - Gallery CSS

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 4px; border-style: solid;	border-color: #ffffff; background: #252525; }
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid #ffffff; background: #ec0a2f; }

::selection {
	background-color: #bed9fa;
	color:#030303;
	text-shadow: none;
}
::-moz-selection {
	background-color: #bed9fa;
	color:#030303;
	text-shadow: none;
}

body {
	background-color: #ffffff;
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	color: #030303;
	line-height: 18px;
}

.maintable, .maintable01 {
	width: 100%;
	background-color: transparent;
	margin: 0 auto 40px auto;
	padding: 5px 15px 15px 15px;
	border-spacing: 4px;
	border-bottom: 0px solid #DEDEDE;
}

.maintable02 {
	width: 100%;
	background-color: transparent;
	margin: 0 auto 40px auto;
	padding: 0;
	border-spacing: 4px;
	border: none;
}

.tableh1, .tableh1alt, .tableh1min {
	font-family: Typewriter, 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 120%;
	vertical-align: top;
	border-bottom: 0px solid #ec0a2f;
}

.tableh1 strong, .tableh1alt { font-weight: 700; }
.maintable01 .tableh1, .tableh1alt { border-bottom-color: #DEDEDE; }

.tableh2 {
	background-color: transparent;
    padding: 15px 0;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	color: inherit;
	font-size: 11px;
	text-shadow: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh2 a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb, .tablef {
	background-color: transparent;
	padding: 10px 0;
	font-weight: 300;
}

.tableb a, .tablef a {
	color: #07a17f;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableb a:hover, .tablef a:hover {
	color: #07a17f;
	text-decoration: underline;	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb p {
	font-size: inherit;
}

.everything {
  position: relative;
  width: 200px;
  display: inline-block;
	margin-right: 16px;
	margin-top: -12px;
	margin-bottom: 15px;
}

.career {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.everything:hover .image {
  opacity: 0.3;
}

.everything:hover .middle {
  opacity: 1;
}

.info {
  background-color: #FFFFFF;
  color: black;
  font-size: 11px;
  padding: 5px;
	font-family: Karla;
	width: 180px;
	margin-left: 0px;
text-align: left;
}