@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}



body {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-color: #111;
	color:#fff;
	height: 100vh;
}


 
h6 {
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0.05rem;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;	
	line-height: 1.5rem;
	letter-spacing: 1px;
	font-size: 1.3rem;
}


.portfolio-lightboxes{
	display: flex;
	justify-content: center;
	overflow-y: auto;
}

.portfolio-lightbox{
	padding-top: 170px;
	width: 50%;
}

.headline{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	width: 30%;
}

.text{
	font-weight: normal;
	letter-spacing: 0.3px;
	width: 70%;
}

.facts {
	display: flex;
	flex-wrap: nowrap;
	min-height: 50px; 
	border-top: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}


.one{
	margin-top: 30px
}

.last a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.last a:hover{
	color: #555;
}

.last{
	margin-top:30px;
	margin-bottom: 30px;
}

.next{
	width: 50%;
	text-align: right;
}

.back{
	width: 50%;
	text-align: left;

}




@media all and (max-width: 1100px){

.portfolio-lightbox{
	width: 70%;
	}
}


@media all and (max-width: 850px){

.portfolio-lightbox{
	padding-top: 120px;
	width: 80%;
}
}


@media all and (max-width: 450px){
	.portfolio-lightbox{
	padding-top: 120px;
	width: 90%;
}
	h3 {
	font-size: 16px;	
	text-transform: uppercase;	
}
	h6 {
		font-size: 2.3rem;
		line-height: 2.3rem;
	}
	
}

@media all and (max-width: 380px){
	.headline{
		width: 35%;
	}
	.text{
		width: 65%;
	}
	
}