/* Fonts */
@font-face {
	font-family: ONT;
	src: url("assets/OldNewspaperTypes.ttf") format("truetype");
}
@font-face {
	font-family: PCT;
	src: url("assets/PlaneCrash2.woff") format("woff");
}

body {
	font-family: ONT;
	font-size: 25px;
	line-height: 1;
	background-color: #000000;
	margin: 0px;
	background-image: url("images/Bara-Hack-Background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

/* This is responsible for a black tint over the background*/
div.body {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100vh;
	margin: 0 auto 0 auto;
	background-color: rgba(0, 0, 0, 80%);
}

div.left {
	width: fit-content;
	margin: 25px 0px 0px 25px;
}

div.right {
	width: 100%;
	margin: 25px 0 10px 25px;
	padding-right: 10px;
	font-family: PCT;
	font-size: 24px;
	color: #ffffff;
	overflow: auto;
}

div.aright {
	width: 420px;
	height: auto;
	float: right;
	margin: 0px 50px 45px 0px;
}

div.aleft {
	width: 150px;
	float: left;
	margin: 0px 0px 20px 0px;
	clear: both;
}

div.albums {
	margin: 35px 35px 35px 10px;
	width: 250px;
	flex-shrink: 0;
	font-family: PCT;
	font-size: 24px;
	color: #ffffff;
	overflow: auto
}

div.player {
	width: 100%;
	margin: 25px 10px 10px 25px;
	font-family: ONT;
	font-size: 15px;
	color: #ffffff;
	overflow: auto;
}

div.profile {
	width: 425px;
	height: 250px;
	margin: 0px auto 0px auto;
}

/* Text */
div.right p {
	font-size: 30px;
	text-transform: lowercase;
	margin: 0px 0px 50px 0px;
}

div.right p.text {
	font-family: ONT;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0px 0px 12px 0px;
}

div.right p.playlist {
	font-family: ONT;
	font-size: 15px;
	line-height: 1;
	text-transform: none;
	margin: 0px 0px 5px 5px;
}

div.right div.bio {
	font-family: ONT;
}

div.right div.bio p{
	font-size: 16px;
	line-height: 1;
	text-transform: none;
	margin-bottom: 20px;
}

div.right div.bio h3{
	text-transform: none;
	font-size: 1.17em;
	margin-bottom: 20px;
}

div.right div.bio h4{
	margin: 0
}

div.right div.bio h5{
	color: #00a652;
	margin: 10px 0 0 0;
}

/* Images */
div.badge {
	width: 32px;
	height: 32px;
	float: left;
	margin: 3px 9px 20px 0px;
	background-repeat: no-repeat;
}

#it {
	background-image: url("images/img_06.png");
}

#fb {
	background-image: url("images/img_05.png");
}

#tw {
	background-image: url("images/img_07.png");
}

div.spiderbite {
	width: 118px;
	height: 190px;
	float: left;
	margin: 471px 0px 25px 25px;
	background-image: url("images/img_14.png");
	background-repeat: no-repeat;
	position: absolute;
}

div.logo {
	width: 206px;
	height: 127px;
	margin: 0px 0px 6px 0px;
	background-image: url("images/img_02.png");
	background-repeat: no-repeat;
}

/* Other shit */
h1 {
	font-size: 40px;
	margin: 30px 0 0 0;
}

h2 {
	margin: 2px 0px 50px 0px;
	text-transform: lowercase;
}

h3 {
	margin: 2px 0px 12px 0px;
	text-transform: lowercase;
	font-size: 16px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0px 0px 6px 0px;
}

li.m1 {
	font-size: 35px;
	letter-spacing: -1px;
}

li.m2 {
	letter-spacing: 3px;
}

li.m3 {
	letter-spacing: 2px;
}

li.m4 {
	letter-spacing: 4px;
}

li.m5 {
	letter-spacing: 0px;
}

li.m6 {
	letter-spacing: 1px;
}

li.m7 {
	font-size: 32px;
	letter-spacing: -1px;
}

li.m8 {
	font-size: 22px;
	letter-spacing: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

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

a:hover {
	color: #00a652;
	text-decoration: none;
}

p {
	margin: 0px;
}

p.green {
	color: #00a652;
}

span.green {
	color: #00a652;
}

span.replacement {
	display: none;
}

span.sub {
	font-family: "ONT";
	font-size: 16px;
	line-height: 1;
	text-transform: none;
}

img.badge {
	width: 32px;
	height: 32px;
	margin: 0px;
	border: 0px;
}

img.footer {
	width: 118px;
	height: 190px;
	margin: 0px;
	border: 0px;
}

img.promo {
	margin: 0px auto 0px auto;
}

audio {
	height: 65px;
	width: 400px;
	margin: 0px 0px 20px 10px;
}

/* Lightbox */
#lightbox {
	position: fixed; /* keeps the lightbox window in the current viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	transform: translate(-50%, -50%);*/
	background: url(images/img_10.png) repeat;
	text-align: center;
}

#lightbox p {
	text-align: right;
	color: #fff;
	margin-right: 20px;
	font-size: 12px;
}

#lightbox img {
	box-shadow: 0 0 25px #111;
	-webkit-box-shadow: 0 0 25px #111;
	-moz-box-shadow: 0 0 25px #111;
/*	max-width: 940px;*/

    max-width: 100vw !important;
    max-height: 100vh !important;
/*    min-width: 1200px !important; */
    min-height: 80vh !important;

    width: auto !important;
    height: auto !important;

    object-fit: contain !important;
}

