@charset "UTF-8";
.about-text {
    width: 50%;
    font-family: Didact Gothic;
    font-size: 130%;
    font-weight: 400;
    line-height: 55px;
    color: #C4C4C4;
    margin-top: 0%;
    margin-bottom: 10%;
}
.background {
	overflow: hidden;
    background: url("000006.JPG");
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#bencaption {
    font-family: Didact Gothic;
    font-size: 110%;
    font-weight: 400;
    text-align: right;
    float: right;
    word-wrap: normal;
    color: #C4C4C4;
}
body {
	background-color: #1F1F1F;
}
.facebook {
    float: right;
    clear: right;
    margin-top: 15px;
    margin-right: 170px;
    width: 20px;
}
.gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	align-items: center;
}
.icon {
    float: left;
    margin-left: 20px;
    width: 50px;
}
.inspiration-left {
    font-family: Didact Gothic;
    font-size: 130%;
    font-weight: 400;
    line-height: 50px;
    color: #C4C4C4;
    text-align: center;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
    clear: left;
}
.inspiration-right {
    font-family: Didact Gothic;
    font-size: 130%;
    font-weight: 400;
    line-height: 50px;
    color: #C4C4C4;
    text-align: center;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: right;
    clear: right;
}
.instagram {
    float: right;
    clear: right;
    margin-top: 90px;
    margin-right: 160px;
    width: 40px;
}
#julian {
    width: 30%;
    float: right;
    margin-top: 19px;
    pointer-events: none;
}
#julian_bonitz {
    float: left;
    font-family: Didact Gothic;
    font-weight: 400;
    color: #ECECEC;
    font-size: 300%;
    margin-left: 160px;
    margin-top: 70px;
    margin-bottom: 0%;
}
.landscape {
	width: 100%;
}
.link {
    font-family: Didact Gothic;
    font-weight: 400;
    text-decoration: none;
    font-size: 200%;
    color: #C4C4C4;
    margin-left: 160px;
    left: 0;
    float: left;
    clear: left;
}
.pageheader {
    text-align: center;
    margin-right: 70px;
    font-family: Didact Gothic;
    font-size: 200%;
    font-weight: 400;
    color: #ECECEC;
}
.portrait {
	width: 66.66667%;
}
.shotlandscape {
    width: 60%;
    height: 0%;
    margin-top: 2%;
    margin-left: 19.5%;
    margin-right: 19.5%;
	margin-bottom: 10%;
    pointer-events: none;
    background-color: white;
    padding: 0.5%;
}
.shotportrait {
    width: 32%;
    margin-top: 2%;
    margin-left: 33.5%;
    margin-right: 33.5%;
	margin-bottom: 10%;
    pointer-events: none;
    background-color: white;
    padding: 0.5%;
}
.social {
    text-decoration: none;
    color: #8FC6FF;
}
.square {
	width: 50%;
}
#tribute {
    margin-top: 3.834%;
    margin-bottom: 3.834%;
}

@media (max-device-width:1112px) {
    .about-text {
	font-size: 100%;
	line-height: 40px;
    }
    #bencaption {
	font-size: 80%;
    }
    .gallery {
	grid-template-columns: repeat(3, 1fr);
    }
    .inspiration-left {
	float: none;
	clear: none;
	width: 90%;
    }
    .inspiration-right {
	float: none;
	clear: none;
	width: 90%;
    }
    #julian {
	margin-top: 14px;
	width: 30%;
    }
    .shotlandscape {
	width: 80%;
	margin-left: 9.5%;
	margin-right: 9.5%;
	margin-top: 10%;
	margin-bottom: 20%;	
    }
    .shotportrait {
	width: 70%;
	margin-left: 14.5%;
	margin-right: 14.5%;
	margin-top: 10%;
	margin-bottom: 20%;	
    }
}

@media (max-device-width:768px) {
    .about-text {
	width: 90%;
	font-size: 200%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2%;
    }
    #bencaption {
	font-size: 200%;
	float: inherit;
	text-align: center;
	margin-top: 0%;
	margin-right: 0%;
    }
    .facebook {
	margin-top: 30px;
	margin-right: 125px;
	width: 50px;
    }
    .icon {
	width: 100px;
    }
    .inspiration-left {
	font-size: 200%;
    }
    .inspiration-right {
	float: none;
	clear: none;
	width: 90%;
	font-size: 200%;
    }
    .instagram {
	margin-top: 30px;
	margin-right: 100px;
	width: 100px;
    }
    #julian {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 2%;
    }
    #julian_bonitz {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 600%;
    }
    .link {
	font-size: 400%;
	margin-left: 100px;
    }
    .pageheader {
	font-size: 400%;
	margin-right: 120px;
    }
    .shotlandscape {
	width: 90%;
	margin-left: 4.5%;
	margin-right: 4.5%;	
    }
    .shotportrait {
	width: 84%;
	margin-left: 7.5%;
	margin-right: 7.5%;	
    }
    .square {
	margin-bottom: 5%;
    }
    #tribute {
	margin-top: 5.65%;
	margin-bottom: 5.65%;
    }
}
