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

body{
	overflow-x: hidden;
	margin: 0px;
	line-height: 1.5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}



.topbar{
	
	
	background-color: #1f7d40;
	color: white;
	padding: 10px;
	box-sizing: border-box;
}


.topbar > div > div{
	
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 3px;
	padding-top: 15px;
	box-sizing: border-box;
}

.centerContent{
	
	
	width: 65vw;
	margin-left: auto;
	margin-right: auto;
	
}

.flex{
	display: flex;
}

.logo{
	
	height: 40px;
	width: auto;
}


.banner > img{
	
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: 0px -150px;
}

.banner{
	position: relative;
}


.banner > div > img{

	height: 300px;
	width: auto;
	margin-top: 200px;
	margin-left: 250px;
	
}

.banner > div{
	position: absolute;
	left: 0px;
	top: 0px;
	
}


.banner > .swoosh{
	
	    background-image: url(../parts/swoosh.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: -8vw 59vh;
    background-size: 110%;
}


.who > div{
	color: #5a5a5a;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	
}


.button{
	
	display: inline-block;
	color: white;
	padding: 15px;
	border-radius: 6px;
	background-color: #2de46d;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 35px;
	cursor: pointer;
}




.testimonial{
	
	
	position: relative; margin-left: auto; margin-right: auto; width: 672px; margin-top: 50px;
}


.testimonial > img{
	
	width:672px;
}

.testimonial-pic{
	
	
	height: 180px; margin-left: 10px; margin-top: 10px;
}


#danielle{
	
	height: 30vw;
	width: 30vw;
	position: relative;
	object-fit: cover;
	object-position: top;
	top: -5vw;
}
/* the purple shape */
.edge-blob{
position: absolute;
    width: 180vw;
    height: 150px;
    left: -45vw;
    background: #418237;
    top: -20px;
    border-radius: 50%;
}

/* Position variants */
.edge-blob--tl{top:-110px; left:-110px;}     /* half the width upward & left */
.edge-blob--tr{top:-110px; right:-110px;}
.edge-blob--bl{bottom:-110px; left:-110px;}
.edge-blob--br{bottom:-110px; right:-110px;}