*{
	margin: 0;
	padding: 0;
}
img{
	display: block;
	max-width: 100%;
	width: 100%;
}
@font-face {
  font-family: 'brandon';
  src: url('../fonts/brandon-grotesque-black.ttf');
}
/**********
 * HEADER *
**********/
header{
	right: 20px;
	position: fixed;
	top: 20px;
}
header li{
	list-style: none;
}
.header-links{
	display: flex;
	width: 100%;
	margin-top: 20px;
	justify-content: flex-end;
}
.header-links-container{
	display: flex;
	justify-content: space-between;
	width: 250px;
}
.header-links li img{
	filter: drop-shadow(-1px 1px 1px #000);
	height: 20px;
	object-fit: contain;
	width: 20px;
}
.header-logo{
	width: 500px;
}
.creanatron{
	background-color: blue;
  background-image:-moz-linear-gradient(270deg, rgba(0, 202, 250, 1) 0%, rgba(4, 18, 231, 1) 50%, rgba(10, 4, 67, 1) 76%, rgba(7, 6, 13, 1) 100%); 
  background-image:-webkit-linear-gradient(270deg, rgba(0, 202, 250, 1) 0%, rgba(4, 18, 231, 1) 50%, rgba(10, 4, 67, 1) 76%, rgba(7, 6, 13, 1) 100%);
  background-image:-o-linear-gradient(270deg, rgba(0, 202, 250, 1) 0%, rgba(4, 18, 231, 1) 50%, rgba(10, 4, 67, 1) 76%, rgba(7, 6, 13, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07060D', endColorstr='#00CAFA', GradientType=0 );
  background-image:-ms-linear-gradient(270deg, rgba(0, 202, 250, 1) 0%, rgba(4, 18, 231, 1) 50%, rgba(10, 4, 67, 1) 76%, rgba(7, 6, 13, 1) 100%);
  background-image:linear-gradient(270deg, rgba(0, 202, 250, 1) 0%, rgba(4, 18, 231, 1) 50%, rgba(10, 4, 67, 1) 76%, rgba(7, 6, 13, 1) 100%);
  height: 100vh;
}
.creanatron-container{
	background-image: url('../media/images/zach-crean2.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
}
.boxes-wrapper{
	align-items: center;
	bottom: 0;
	display: flex;
	height: 100vh;
	position: absolute;
	right: 20px;
	top: 0;
	width: 830px;
}
.boxes{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	right: 0;
	width: 100%;
}
.box{
	filter: drop-shadow(-5px 5px 3px #000);
	height: 250px;
	margin: 20px 0;
	position: relative;
	width: 100%;
}
.box img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.box-1-image{
	object-position: 0 15%;
}
.box-1-content{
	align-items: center;
	color: #fff;
	display: flex;
	filter: drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 3px #000);
	font-family: 'brandon', sans-serif;
	font-size: 22px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.box-2{
	background-image: url('../media/images/until-then-art.jpg');
	background-position: bottom;
	background-size: cover;
}
.box-2-content{

}
@media only screen and (min-device-width : 305px) and (max-device-width : 900px) and (orientation : portrait){
	header{
		align-items: flex-end;
		display: flex;
		flex-direction: column;
	}
	.header-links-container{
		align-items: flex-end;
		flex-direction: column;
	}
	.header-logo{
		width: 250px;
	}
	.header-links{
		height: 200px;
	}
	.creanatron-container{
		background-position: -100px 0;
	}
}

