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


@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {

body{
	
	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: 50px;
	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-pic{
	
	
	height: 180px !important; 
		 
		 margin-left: 10px; margin-top: 10px;
}
	 
	 
	 img, div{
		height: auto !important;
		 max-width:  100% !important;
	 } 
	 
	 
	 
}