@charset "UTF-8";
/* CSS Document */

body {margin: 0;}

header {
	width: 100vw;
	height: 110px;
	float: left;
	background-color: rgba(239,241,211,0.5);
}

#headerLogo {
	background-image: url("../images/mothLogoDarkGreen.png");
	background-size: cover;
	float: left;
	width: 85px;
	height: 80px;
	margin-left: 3vw;
	margin-top: 15px;
}

nav {
	float: right;
}

nav a {
	text-decoration: none;
	color: #1f4729;
	line-height: 110px;
	font-size: 18px;
	margin-left: 3vw;
	margin-right: 3vw;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

a:hover {
	text-decoration: overline;
}

main {
	background-color: rgba(239,241,211,0.5);
	width: 100vw;
	float: left;
}

#homeVid {
	width: 70vw;
	float: left;
	position: static;
	display: block;
	margin: 50px 15vw;
	object-fit: contain;
}

#blockquote {
	width: 70vw;
	height: 500px;
	color: #b3d896;
	float: left;
	margin: 50px 15vw;
	align-content: center;
	align-items: center;
	font-size: 90px;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	z-index: 100000!important;
	position: absolute;
}

.spacer {
	height: 50px;
	width: 100vw;
	float: left;
}

footer {
	width: 100vw;
	height: 150px;
	background-color: #b3d896;
	float: right;
	line-height: 150px;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 15px;
	font-weight: 350;
}

footer a {
	margin-left: 2vw;
}

#socials {
	width: 20vw;
	height: 100px;
	margin-left: 10vw;
	margin-right: 5vw;
	float: left;
	margin-top: 25px;
}

#projectsSorting {
	width: 100vw;
	height: 50px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 350;
	font-size: 20px;
}

bttn {
	margin-left: 2vw;
	margin-right: 2vw;
}

bttn:hover {
	text-decoration: overline;
}

.project-card {
	width: 30vw;
	height: 300px;
	float: left;
	background-color: #b3d896;
	text-align: right;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 350;
	font-size: 40px;
}

.title {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}

#project-cardBox {
	margin: 0px 5vw;
	width: 90vw;
}

#cuppa {
	background-image: url("../images/cuppaThumbnail.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#cuppaIntro {
	background-image: url("../images/CuppaFeatureImg.png");
	width: 45vw;
	height: 350px;
	float: left;
	background-size: cover;
	background-position: center;
	margin: 50px 2.5vw;
}

#cuppaStyle {
	background-image: url("../images/cuppaStyleGuide.png");
	width: 45vw;
	height: 350px;
	float: left;
	background-size: cover;
	background-position: center;
	margin: 50px 2.5vw;
}

h2 {
	float: left;
	margin-left: 24.75vw;
	font-family: "Gothiks Light", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 42px;
}

p {
	width: 50vw;
	float: left;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-left: 25vw;
	margin-right: 25vw;
	margin-bottom: 70px;
	font-size: 24px;
	font-weight: 350;
}

#cuppaStills {
	width: 95vw;
	height: 475px;
	float: left;
	background-image: url("../images/cuppaStillsAll.png");
	background-size: cover;
	background-position: center;
	margin-left: 2.5vw;
	margin-right: 2.5vw;
	margin-bottom: 50px;
}

#cuppaBox {
	background-image: url("../images/CuppaBoxOpenArrange.jpg");
	width: 45vw;
	height: 350px;
	float: left;
	background-size: cover;
	background-position: center;
	margin: 50px 2.5vw;
}

#cuppaJar {
	background-image: url("../images/CuppaJarMockup.jpg");
	width: 45vw;
	height: 350px;
	float: left;
	background-size: cover;
	background-position: center;
	margin: 50px 2.5vw;
}

#cuppaVid {
	width: 30vw;
	height: 600px;
	float: left;
	margin-left: 35vw;
	margin-right: 35vw;
	margin-bottom: 70px;
}

#photo {
	background-image: url("../images/72525editedbetter18x12.jpg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

#photoIntro {
	background-image: url("../images/72525editedbetter18x12.jpg");
	width: 40vw;
	height: 400px;
	float: left;
	background-size: cover;
	background-position: bottom;
	margin-left: 7.5vw;
}

#phototitle {
	float: left;
	width: 150px;
	font-family: "Gothiks Light", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 42px;
	margin-left: 5vw;
}

#phototxt {
	width: 35vw;
	float: left;
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin: 0px 5vw;
	font-size: 20px;
	font-weight: 350;
}

#grid {
	width: 95vw;
	height: 600px;
	float: left;
	display: grid;
	grid-template-columns: 25%;
	grid-template-rows: 25%;
	grid-template-areas: 
		"item-1 item-2 item-6 item-3"
		"item-1 item-2 item-6 item-7"
		"item-1 item-5 item-6 item-7"
		"item-4 item-5 item-6 item-7";
	gap: 2%;
	margin: 50px 2.5vw 70px 2.5vw;
}

#g1 {
	grid-area: item-1;
	background-image: url("../images/edingerPortrait.jpg");
	background-position: center;
	background-size: cover;}

#g2 {
	grid-area: item-2;
	background-image: url("../images/HeritageTrail.jpg");
	background-position: center;
	background-size: cover;
}

#g3 {
	grid-area: item-3;
	background-image: url("../images/Photography1.jpg");
	background-position: center;
	background-size: cover;}

#g4 {
	grid-area: item-4;
	background-image: url("../images/EmotionJoyJackieBlur.jpg");
	background-position: center;
	background-size: cover;}

#g5 {
	grid-area: item-5;
	background-image: url("../images/72BlueLight_18x12.jpg");
	background-position: center;
	background-size: cover;}

#g6 {
	grid-area: item-6;
	background-image: url("../images/72EdingerSteelPortrait12x18.jpg");
	background-position: center;
	background-size: cover;
}

#g7 {
	grid-area: item-7;
	background-image: url("../images/EdingerSteelAbstract.jpg");
	background-position: center;
	background-size: cover;
}

#asa {
	background-image: url("../images/ASAposterThumbnail.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#asaPoster {
	width: 100vw;
	margin: 50px 25vw;
}

#alter {
	background-image: url("../images/alterNewMasthead.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

#alter_carousel {
	float: left;
	width: 60vw;
	height: 500px;
	margin: 0px 20vw 80px 20vw;
}

#bolete {
	background-image: url("../images/bbpSealV2.png");
	background-size: 360px;
	background-position: center;
	background-repeat: no-repeat;
}

.boleteDirs {
	margin: 0px 1.5vw;
}

#boleteStyle {
	background-image: url("../images/bbpStyleGuide.png");
	width: 70vw;
	height: 500px;
	float: left;
	margin: 0px 15vw 50px 15vw;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#boleteBox {
	background-image: url("../images/bbpBoxDouble.jpg");
	width: 40vw;
	height: 300px;
	float: left;
	margin-left: 15vw;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#boleteJar {
	background-image: url("../images/bbpV2Mockup2.jpg");
	width: 30vw;
	height: 300px;
	float: left;
	margin-right: 15vw;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#rtbp {
	background-image: url("../images/rtbpThumbnail.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#dsr {
	background-image: url("../images/dsrThumbnail.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#DSRgrid {
	width: 95vw;
	height: 600px;
	float: left;
	display: grid;
	grid-template-columns: 25%;
	grid-template-rows: 25%;
	grid-template-areas: 
		"item-1 item-1 item-2 item-2"
		"item-1 item-1 item-2 item-2"
		"item-3 item-3 item-4 item-4"
		"item-3 item-3 item-4 item-4";
	gap: 2%;
	margin: 50px 2.5vw 70px 2.5vw;
}

#DSRg1 {
	grid-area: item-1;
	background-image: url("../images/dsrHome.png");
	background-position: top;
	background-size: cover;}

#DSRg2 {
	grid-area: item-2;
	background-image: url("../images/dsrNews.png");
	background-position: center;
	background-size: cover;
}

#DSRg3 {
	grid-area: item-3;
	background-image: url("../images/dsrContact.png");
	background-position: center;
	background-size: cover;}

#DSRg4 {
	grid-area: item-4;
	background-image: url("../images/dsrPlain.png");
	background-position: top;
	background-size: cover;}

#earl {
	background-image: url("../images/EarlBowlThumbnailNew.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#earlPics {
	background-image: url("../images/earlScreensALL.png");
	width: 70vw;
	height: 1800px;
	float: left;
	margin: 10px 15vw;
	background-size: contain;
	background-repeat: no-repeat;
}

#thesis {
	background-image: url("../images/misfitWordWhite.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.thesisCVRS {
	width: 100vw;
	margin: 20px 12vw; 
}

#carousel {
	float: left;
	width: 30vw;
	height: 600px;
	margin-left: 17.5vw;
	margin-top: 100px;
	margin-right: 2.5vw;
}

h1 {
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	float: left;
	font-size: 36px;
	font-weight: 400;
	width: 30vw;
	height: 50px;
	line-height: 46px;
	margin-bottom: 75px;
}

#profileText {
	font-family: "Le Havre", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	float: left;
	font-size: 21px;
	font-weight: 350;
	margin-top: 200px;
	width: 30vw;
	height: 300px;
	margin-right: 17.5vw;
	margin-left: 2.5vw;
}

#profileText a{
	text-decoration: underline;
	color: #000;
}

#profileText a:hover{
	color: #b3d896;
}

@media (max-width: 800px){
	#homeVid {
		width: 100vw;
		margin: 0;
		height: 600px;
	}
	
	#blockquote {
		font-size: 40px;
	}
	
	footer {
		width: 100vw;
		background-color: #b3d896;
		float: right;
		text-align: center;
		
	}

	footer a {
		margin: 0px 2vw;
	}

	#socials {
		width: 100vw;
		height: 20px;
		margin: 0px;
	}
	
	#carousel {
		width: 90vw;
		height: 600px;
		justify-content: center;
		align-items: center;
		margin: 50px 5vw;
	}

	h1 {
		float: left;
		font-size: 36px;
		font-weight: 400;
		width: 100vw;
		height: 60px;
	}

	#profileText {
		font-size: 21px;
		font-weight: 350;
		width: 80vw;
		height: 450px;
		margin: 10px 10vw;
	}
	
	#projectsSorting {
		margin-top: 50px;
	}
	
	.project-card {
		width: 90vw;
	}
	
	.spacer {
		width: 90vw;
	}
	
	#cuppaIntro {
		width: 90vw;
		background-size: contain;
		background-repeat: no-repeat;
		height: 275px;
		margin: 30px 5vw 0px;
	}

	#cuppaStyle {
		width: 90vw;
		background-size: contain;
		background-repeat: no-repeat;
		height: 275px;
		margin: 0px 5vw;
	}

	h2 {
		width: 90vw;
		margin: 20px 5vw 0px;
	}

	p {
		width: 90vw;
		margin: 25px 5vw;
	}

	#cuppaStills {
		background-image: url("../images/cuppaScreensAllMOBILE.png");
		background-size: cover;
		background-position: center;
		height: 655px;
		background-repeat: no-repeat;
}

	#cuppaBox {
		width: 90vw;
		margin: 0px 5vw 25px;
	}

	#cuppaJar {
		width: 90vw;
		margin: 10px 5vw;
	}

	#cuppaVid {
		width: 80vw;
		margin: 50px 10vw;
	}
	
	#photoIntro {
		width: 90vw;
		height: 400px;
		float: left;
		margin: 20px 5vw;
	}

	#phototitle {
		float: left;
		width: 150px;
		font-family: "Gothiks Light", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: 42px;
		margin-left: 5vw;
	}

	#phototxt {
		width: 90vw;
		margin: 20px 5vw;
	}
	
	#alter_carousel {
		width: 78vw;
		height: 500px;
		justify-content: center;
		align-items: center;
		margin: 50px 11vw;
		
	}
	
	.boleteDirs {
		width: 90vw;
		margin: 10px 5vw;
}

	#boleteStyle {
		width: 90vw;
		margin: 0px 5vw;
		height: 300px;
	}

	#boleteBox {
		width: 90vw;
		margin: 10px 5vw;
	}

	#boleteJar {
		width: 90vw;
		margin: 10px 5vw;
		background-size: cover;
	}
	
	#DSRgrid {
		width: 95vw;
		height: 1000px;
		float: left;
		display: grid;
		grid-template-columns: 25%;
		grid-template-rows: 25%;
		grid-template-areas: 
			"item-1 item-1 item-1 item-1"
			"item-2 item-2 item-2 item-2"
			"item-3 item-3 item-3 item-3"
			"item-4 item-4 item-4 item-4";
		gap: 2%;
		margin: 50px 2.5vw 70px 2.5vw;
	}
	
	#earlPics {
		width: 90vw;
		height: 800px;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 5vw;
	}
	
}








