a, a:visited, a:hover, a:active {

	text-decoration: none;

	color: inherit;

}



a:hover {

	text-decoration: underline;

	color: inherit;

}

.topcorner{
	position:fixed;
	padding-top:20px;
	top:0;
	right:0;
	width: 200px;
	color: #3B3B3B;
    font-family: effra;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.activepage{
	color: #b9b7b7;
}

.brand-bar a, a:visited, a:hover, a:active {

	text-decoration: none;

	color: inherit;

}



.container{

	width:100%;

	max-width:1485px;

	margin:0px auto;

}

.hero{
	background-image:url('img/hushfit_header5.jpg');
	background-repeat:no-repeat;
	height: 600px;
	background-size: cover;
	background-position: bottom;
}

.hero-icon{
	max-width: 450px;
}

.internal-container{

	max-width:1145px;

	width:90%;

	margin:0px auto;

}



.header-logo{

	width: 90%;

	height: 98px;

	max-width:395px;

	margin-left:-44px;

	background-image:url('img/logo-hr@1x.png');

	background-repeat:no-repeat;

}



h1{
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	text-align: center;
}



h2{
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	text-align: center;
}



.benefit-bar{

	display:flex;

	flex-wrap: wrap;

	justify-content: space-between;

	margin-top:40px;

}

.equipment-bar{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin-top:40px;
}

.flex-equipment{
	flex-basis: 45%;
	text-align: left;
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	min-width: 280px;
}



.package-bar{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin-top:40px;
}



.flex-package{
	flex-basis: 43%;
	text-align: left;
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;

	border: #3b3b3b;
    border-style: solid;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 200px;

}

.flex-package h1{
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:25px;
	text-align: left;
}

.flex-package ul{
	padding-inline-start: 15px;
}

.myButton {
	display: inline-block;
	color: #ffffff!important;
	background-color: #2bc16a;
	font-size: 19px;
	border: 0px solid #2bc16a;
	border-radius: 0px;
	padding: 20px 50px;
	cursor: pointer;
	font-weight: 700;
	margin: 0px auto;
}

.myButton:hover {
	background-color: #147f41;
}

.flex-benefit{

	flex-basis: 33%;

	padding-left:0px;

	padding-right:0px;

	padding-bottom:30px;

	min-width: 180px;

}



.flex-benefit .divider{

	height: 2px;

	width: 95%;

	margin: 0px auto;

	background-color: #D8D8D8;

	margin-bottom:17px;

}



.flex-benefit h1{
	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-size: 22px;

}



.flex-benefit h2{

	color: #3B3B3B;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-size: 16px;
}



.brand-logo-holder{

	height:80px;

	background-position:center left;

	background-repeat:no-repeat;

	margin-bottom:17px;

}



.footer{

	width:100%;
	background: #808080;
	margin-top: 200px;

}



.footer-text{

	color: #FFFFFF;

	font-family: elza;

	font-size: 14px;

	line-height: 22px;

	font-weight: 700;

	padding-top:30px;
	padding-bottom: 30px;

}


#hero_logo{
	max-width: 450px;
}

.benefit-top{
	height: 120px;
}

.benefit-image{
	height: 120px;
}

.equip-image{
	width:100%; 
	height: 400px;
	margin:0px auto; 
}

@media screen and (max-width:865px){

	h1{
		font-size: 30px;
	}

	h2{
		font-size: 18px;
	}

}

@media screen and (max-width:690px){

	.flex-package{
		flex-basis: 100%;
		max-width: 420px;
		margin: 0px auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:650px){

	.flex-benefit h1{
		font-size: 20px;
	}

	.flex-equipment{
		font-size: 16px;
	}

}

@media screen and (max-width:600px){

	#hero_logo{
		max-width: 275px;
	}

}

@media screen and (max-width:600px){

	.flex-benefit{
		flex-basis: 49%;
	}

	.equip-image{
		height: 280px;
	}
}

@media screen and (max-width:450px){

	.internal-container{
		width:97%;
	}

}

@media screen and (max-width: 336px){

	.equip-image{
		height: 150px;
	}

}




