@charset "UTF-8";

.logo { 

}
nav {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	float: right;
	
}

nav ul {
	list-style-type: none;
	display: inline-flex;
}

nav ul li a {
	padding: 45px;
	text-decoration: none;
	color: black;
	font-weight: 600;
}

.container {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 7em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	line-height: 1em;
}

.story {
	height: 400px;
	width: 100%;
	background: url("../images/background.png");
	background-size: cover;
	margin: auto;
}

.storyh {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 5.75em;
	text-align: center;
	color: white;	
	margin-top: 100px;
}

.fundh {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 5.75em;
	text-align: center;
	color: yellowgreen;
}

h2 {
	margin-top: 100px;
}

.storyp {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.75em;
	width: 75%;
	text-align: center;
	margin: auto;
	color: white;
	padding: 30px;
	
}

button {

	width: 180px;
	height: 50px;
	border: solid, white;
	border-width: 4px;
	border-color: white;
	background: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	color: white;
	justify-content: center;
	display: flex;

}

.flavors {
	width: 100%;
	height: 350px;
	margin: auto;
	padding: auto;
}

.flavorsh {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 5.6em;
	text-align: center;
	margin-top: 75px;
	margin-bottom: auto;
	
}

.flavorsp {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.75em;
	width: 75%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.container_flavor {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.container_fund {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.listA {
	width: 25%;
	min-height: 475px;
	
}

.listB {
	width: 25%;
	min-height: 475px;
}

.listC {
	width: 25%;
	min-height: 475px;
}

.listD {
	width: 25%;
	min-height: 475px;
}

h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	text-align: center;
	font-size: 1.5em;
}

.flavor_button {
	align-content: center;
	color: black;
	margin: auto;
	font-weight: 400;
	border-color: black;
	justify-content: center;
	display: flex;
}


.fund {
	background-image: url("../images/fundraiser.png");
	padding-bottom: 30px;
		
}
.cause {
	width: 100% ;
	min-height: 275px;
}

.container_fund {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	display: block;
	width: 100%;
	height: 150px;
	background-color: greenyellow;
	clear: both;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin: auto;
	text-align: center;
			
	}
h4 {
	font-size: 1.75em;
}

.studio {
	font-size: 1.25em;
	margin-bottom: 30px;

}
	
@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 940px) {
	
	nav ul li a {
		padding: 25px;
	}
	
	h1 {
		font-size: 6em;
	}
	
	.storyh {
		font-size: 4.5em;
	}
	
	.storyp {
		font-size: 1.5em;
	}
	
	.flavors {
		height: 275px;
	}
	.flavorsh {
		font-size: 4.5em;
	}
	
	.flavorsp {
		font-size: 1.5em;
	}
	
	.flavor_button {
		margin-left: 35px;
	}
	
	.listA {
		width: 50%;
		min-height: 225px;
		
	}
	
	.listB {
		width: 50%;
		min-height: 225px;
		
	}
	
	.listC {
		width: 50%;
		min-height: 225px;
		
	}
	
	.listD {
		width: 50%;
		min-height: 225px;
		
	}
}

@media only screen and (max-width: 700px) {
	
	
	
	h1 { 
		font-size: 4em;
		line-height: 1.2em;
	}
	
	.storyh {
		font-size: 3.5em;
	}
	
	.storyp {
		font-size: 1.25em;
	}
	
	.flavorsh {
		font-size: 3.5em;
	}
	
	
	.flavorsp {
		font-size: 1.25em;
	}
	
	.container_flavor {
		width: 100%;
		
	}
	
	.listA {
		width: 100%;
		min-height: 175px;
		
	}
	
	.listB {
		width: 100%;
		min-height: 175px;
		
	}
	
	.listC {
		Width: 100%;
		min-height: 175px;
		
	}
	
	.listD {
		width: 100%;
		min-height: 175px;
		
	}
}
.create {
}
.studio {
}
.fundh {
}
