body {
	background-color:#131313;
	font-family: "Barlow", sans-serif;
	margin:0px;
}

img {
	max-width:100%;
}

.content {
	width:100%;
	height:100vh;
}

.container {
	width: 95%;
	max-width:800px;
	margin: 0 0 0 26%;
}

.sidebar {
	height: 100vh;
	background-image: url(../img/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:25%;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
}

.head-container {
	height: 250px;
	background: linear-gradient(0deg, rgba(108,4,24,0) 25%, rgba(6,6,6,.4) 80%, rgba(6,6,6,.4) 0%);
	width: 100%;
}

.head-text {
	background-clip: text;
	background-image: url(../img/flame-bg.png);
	background-size: cover;
	color: rgba(159, 44, 41, 0.25);
	font-family: "Antonio", sans-serif;
	font-size:8em;
	text-align: center;
}

.below-text {
	background-clip: text;
	background-image: url(../img/flame-bg.png);
	background-size: cover;
	color: rgba(159, 44, 41, 0.65);
	width: 90%;
	text-align: justify;
	text-align-last: justify;
	text-transform: uppercase;
	font-size:1.2em;
	margin: auto;
}

#fullgal {
	background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 0%);
	padding: 10px;
}

.reference {
	--row-height: auto;
}

.reference img {
	object-fit: contain !important;
}

#refgal {
	display:inline-block;
	padding:10px;
	background: #fff;
	margin:0px 0px 10px 0px;
}

#fitgal {
	display:inline-block;
	padding:10px;
	background: #fff;
	margin:0px 0px 10px 0px;
}

h1 {
	text-transform:uppercase;
	font-weight:normal;
	font-family: "Antonio", sans-serif;
	color:#595959;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.headcontainer {
	display: flex;
}

.headimage {
	padding:10px;
	background-color:#fff;
	margin:0px 5px 10px 0px;
	flex-basis:50%;
	min-height:200px;
}

.headimageinside {
	display:block;
	background-image: url(../img/5.png);
	background-size:cover;
	background-position: center top;
	min-height:200px;
	height:100%;
}

.headtext { 
	background-color:#fff;
	padding:25px 10px;
	margin:0px 0px 10px 5px;
}

.headflex {
	display:flex;
	justify-content: space-between;
	align-content: space-between;
	flex-direction:row;
	width:100%;
	flex-wrap:wrap;
}

.headleft{
	display:block;
	margin: 0px 0px 0px 5%;
	padding:5px;
	font-style:italic;
	text-transform:lowercase;
	color:#595959;
}

.headright {
	display:block;
	flex-basis:75%;
	padding:5px;
}

.midcontainer {
	display:flex;
	flex-wrap:nowrap;
	background-color:#fff;
	margin-bottom:10px;
	padding:10px;
}

.midtext {
	display:block;
	color:#000;
	text-align: justify;
}

.lb-container {
	height: auto;
	padding:10px 0;
	background: #fff;
	margin:0px 0px 10px 0px;
	width:100%;
	max-width:800px;
	text-align:center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}

.lb-button {
	background: #595959;
	padding:25px;
	font-size:1.8em;
	text-transform:uppercase;
	font-family: "Antonio", sans-serif;
	transition: all 0.5s ease-out;
	text-decoration: none;
	color: #fff;
	margin:5px;
}

.lb-button:hover {
	background: #6c0418;
}

@media screen and (max-width: 825px) {
   .sidebar {
	   display: none;
   }
   .container {
	   margin: auto;
   }
   .head-container {
	   height:175px;
   }
   .head-text {
	   font-size:6em;
   }
   .lb-button {
	   font-size:1em;
   }
}

@media screen and (max-width: 500px) {
	.head-container {
		height:100px;
	}
   .head-text {
	   font-size:3em;
   }
   .below-text {
	   font-size:0.6em;
   }
}