@charset "utf-8";
*, *:before, *:after {
	box-sizing: border-box;
}

html, body {
	margin: 0px;
	font-size: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(13,36,14,1.00);
	background-color: beige;
}

#container {
	width: 960px;
	margin: 0px auto;
	background-color: #efefef;
}

h1, h2, h3, h4, h5, h5, h6 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: normal;
	color: rgba(56,119,58,1.00);
}

a:link, a:visited {
	color: rgba(74,109,54,1.00);
	text-decoration: none;
}

a:hover, a:active {
	color: rgba(165,180,82,1.00);
	text-decoration: none;
}

nav ul {
	padding-left: 0px;
	text-align: left;
}

nav ul li {
	display: inline-block;
}

header #NavBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 10px 30px;
	flex-flow: row;
}

header #topNav {
	flex: 1;
	width: 50px;
	height: auto;
}

header h1 {
	margin-left: 20px;
	margin-right: 0px;
	padding-right: 160px;
}

#NavBar img {
	margin-left: 30px;
	margin-right: 30px;
}

#topNav ul li {
	margin-left: 45px;
	font-size: 1.1rem;
}

#topNav ul {
	margin-right: 50px;
	margin-left: 140px;
	font-weight: 300;
}

header img {
	margin-left: 0px;
	margin-right: 20px;
}

#startBorder {
	width: 960px;
	height: 720px;
	background-image: url("assets/table-matcha01-opt.jpg");/*- This image was sourced from https://www.pexels.com/photo/cup-and-a-bowl-with-a-mortar-on-the-table-8474151/. -*/
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}

.borderText {
	position: absolute;
	text-align: left;
	top: 100px;
	left: 30px;
	margin-right: 600px;
}

.borderText h1 {
	color: rgba(255,250,244,1.00);
	font-weight: bold;
	font-size: 2.4rem;
}

.borderText p {
	margin-top: -10px;
	color: rgba(255,250,244,1.00);
	font-size: 1.06rem;
	line-height: 1.5em;
}

#Bestsellers {
	padding-top: 100px;
	padding-bottom: 70px;
	margin-left: 30px;
	margin-right: 20px;
}

#Bestsellers h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 2rem;	
}

#Bestsellers p {
	margin-right: 270px;
	font-style: oblique;
	line-height: 1.7em;
}

.BlendOptions {
	display: flex;
}

#blends {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(232,233,222,1.00);
}

#blendInfo {
	text-align: center;
	margin: -30px 150px 30px 150px;
	padding: 0px 0px 30px 0px;
	border-bottom: thin solid rgba(90,134,91,1.00);
}

#blendInfo h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 2.7rem;
}

#blendInfo p {
	line-height: 1.5em;
}

#blendsBig {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: rgba(232,233,222,1.00);
	display: flex;
}

#blendsBig img {
	transition: opacity 0.3s ease;
	border-radius: 20px;
	margin-left: 50px;
	margin-right: 80px;
}

#blendsBig:hover img.default, #blendsBig img.hover {
      display: none;
}

#blendsBig:hover img.hover {
      display: block;
}

.BlendOptions01, .BlendOptions02 {
	display: flex;
	margin-left: 50px;
}

.blendText {
	margin-top: 20px;
	flex: 1;
	text-align: left;
}

.blendText img {
	transition: opacity 0.3s ease;
	border-radius: 20px;	
}

.blendText:hover img.default, .blendText img.hover {
      display: none;
    }

.blendText:hover img.hover {
      display: block;
    }

.blendText p {
	margin-top: -10px;
	padding-bottom: 70px;
	line-height: 1.5em;
}

#amount2pay p {
	border: thin solid rgba(13,36,14,1.00);
	padding: 10px 10px 10px 10px;
	margin: 10px 50px 20px 0px;
	text-align: center;
	
}

#amount2pay p:link, #amount2pay p:visited {
	color: rgba(74,109,54,1.00);
	border-color: rgba(74,109,54,1.00);
}

#amount2pay p:hover, #amount2pay p:active {
	color: rgba(165,180,82,1.00);
	border-color: rgba(165,180,82,1.00);
}

#matchaDescription p {
	margin-top: 40px;
	margin-right: 50px;
	line-height: 1.5em;
}

#starterKit {
	margin-left: 30px;
	margin-right: 30px;
	display: flex;
	padding-top: 30px;
	padding-bottom: 70px;
	border-bottom: thin solid rgba(165,180,82,1.00);
}

#kitText {
	margin-left: 20px;
	margin-top: -33px; 
}

#kitText h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 2rem;
}

#kitText h2:link, #kitText h2:visited {
	color: rgba(74,109,54,1.00);
	border-color: rgba(74,109,54,1.00);
}

#kitText h2:hover, #kitText h2:active {
	color: rgba(165,180,82,1.00);
	border-color: rgba(165,180,82,1.00);
}

#kitText h3 {
	margin-top: 30px;
	color: rgba(13,36,14,1.00);
}

#kitText p {
	margin-top: 20px;
	color:rgba(86,80,52,1.00);
}

#kitText img {
	margin-top: 15px; 
}

#Members {
	padding-top: 30px;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

#Members h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 60px;
}

.matchaMembers {
	display: flex;
	align-items: center;
	margin-left: 90px;
}

.matchaMembers img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

.memberDetails {
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

#contactUs {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contactUs h1 {
	font-style: italic;
	font-weight: bold;
}

#contactUs p {
	margin: 30px 220px 50px 200px;
	line-height: 1.5em;
}

footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer ul {
	padding-left: 0px; 
}

footer ul li {
	display: inline-block;
	margin-right: 30px;
}