:root {
	--pink: #93c83f;
}

header {
	background: #ffffff;
	border-bottom: 1px solid #e8e8e9;
}

#ctl00_Header1_s_my-account {
	color: #93c83f !important;
	border-bottom: solid 1px #93c83f;
}

.fitpink {
	color: #93c83f;
	text-transform: capitalize;
}

.damionfont {
	font-family: Northwell;
	font-size: 2em;
	line-height: 1.0em;
}

#logoandnav {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
	padding: 15px 0;
}

#logo {
	width: 17.5%;
	display: block;
	float: left;
}

#logo img {
	width: 100%;
}

#logoandnav nav {
	display: table;
	float: right;
	margin-top: 40px;
}

#headerbookbtt {
	float: right;
	margin-top: 30px;
	margin-left: 20px;
	padding: 10px 22px;
	font-size: 0.85em;
	background: #93c83f;
	color: white;
	display: table;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid black;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

#headerbookbtt:hover {
	background: white;
	color: black;
}

#navigation {
	display: table;
}

#navigation li {
	float: left;
	padding: 0px 20px;
}

#navigation li:last-child {
	padding-right: 0px;
}

#navigation li a {
	font-family: 'Montserrat';
	font-size: 1.1em;
	color: #777b7d;
	text-transform: uppercase;
	font-weight: 600;
}

#navigation li ul {
	display: none;
}

#showmenu {
	display: none;
}

#ctl00_Header1_loggedin {
	float: right;
	margin-top: 10px;
}

/******** footer *********/

#footerbiglinks {
	width: 100%;
	margin: 25px auto;
	height: auto;
	display: table;
	border-collapse: initial;
}

#footerbiglinks li {
	width: 20%;
	float: left;
}

#footerbiglinks li:nth-child(3), #footerbiglinks li:nth-child(4) {
	display: none;
}

#footerbiglinks li:first-child {
	margin-left: 20%;
}

#footerbiglinks li a {
	display: table;
	font-family: 'Montserrat';
	color: white;
	padding: 10px 28px;
	border: 1px solid black;
	margin: 0px auto;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 400;
	width: 70%;
	text-align: center;
	background: black;
	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}

#footerbiglinks li a:hover {
	background: white;
	color: black;
}

footer nav {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	height: auto;
	display: table;
	text-align: center;
}

#footernav, #footernavsecond {
	width: auto;
	margin: 15px auto;
	display: table;
}

#footernav li, #footernavsecond li {
	padding: 5px 25px;
	display: table;
	width: auto;
	float: left;
}

#footernav li a, #footernavsecond li a {
	font-family: 'Montserrat';
	font-size: 1.2em;
	color: #777b7d;
	text-transform: uppercase;
	margin-left: 15px;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

#footernav li a:hover, #footernavsecond li a:hover {
	color: #93c83f;
}



#footercopyright {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

#footercopyright > span:last-child {
	color: white;
}


@media screen and (max-width:1060px) {
	#logo img {
		width: auto;
		height: 63px;
	}

	#logo {
		display: table;
		width: auto;
		height: auto;
		margin-left: 5%;
		margin-top: 15px;
	}

	#showmenu {
		display: block;
		float: right;
		margin-right: 5%;
		margin-top: 15px;
	}

	#logoandnav nav {
		width: 100%;
		position: absolute;
		margin-top: 105px;
		display: none;
		z-index: 9;
	}

	#logoandnav nav ul {
		width: 100%;
	}

	#logoandnav nav li {
		width: 100%;
		border-bottom: 1px solid #777b7d;
		padding: 7px 0px;
		background: white;
		text-align: center;
	}

	#ctl00_Header1_loggedin {
		margin: 17px 15px 0 0;
	}

	#headerbookbtt {
		display: none;
	}

	#footerbiglinks li {
		width: 50%;
		margin-bottom: 15px;
	}

	#footerbiglinks li:first-child {
		margin-left: 25%;
	}
}


@media screen and (max-width:780px) {
	#footernav li {
		padding: 5px 20px;
	}
}

@media screen and (max-width:740px) {
	#footernav li {
		padding: 5px 10px;
	}
}

@media screen and (max-width:640px) {
	#footernav li, #footernavsecond li {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	#footerbiglinks li {
		width: 100%;
	}

	#footerbiglinks li:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width:500px) {
	#logo img {
		width: auto;
		height: 33px;
	}
}


/* Phase 2 footer redesign */
footer {
	clear: both;
	position: relative;
	background: #1a1d20;
	color: #c6c6c7;
	font-size: 16px;
}

footer a {
	color: #c6c6c7;
}

footer a:hover {
	transition: color 0.5s;
	color: #29aae2;
}

#footerblock {
	color: #c6c6c7;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1.2fr;
	gap: 48px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0 48px 0;
	border-bottom: 1px solid #353738;
}

#footerblock h3 {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ffffff;
}

#footerblock .main {
	float: none;
}

.brandcol .footerlogoimg {
	height: 40px;
	width: auto;
	display: block;
	margin-bottom: 18px;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.brandcol .footeraddress {
	font-size: 13.5px;
	line-height: 1.6;
	color: #8c8e90;
	max-width: 260px;
	margin: 0;
}

#footerblock .main ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#footerblock .main ul li {
	width: 100%;
	margin: 15px auto;
}

#footerblock .main:last-child a {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	line-height: 25px;
}

#footerblock .main:last-child a i {
	border: 2px solid #535658;
	border-radius: 20px;
	font-size: 12px;
	padding: 5px;
	margin-right: 8px;
	color: #c6c6c7;
}

.leftsocials {
	width: 100%;
	display: table;
	margin-top: 20px;
}

#footerblock .main:last-child .leftsocials a {
	float: left;
	width: auto;
}

#footerblock .main:last-child .leftsocials a i {
	font-size: 15px;
	padding: 7px 9px;
	margin-right: 8px;
	color: #c6c6c7;
}

#copyrsiteby {
	display: table;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
	padding: 20px 0;
	background: #1a1d20;
	color: #8c8e90;
}

#copyrsiteby .formaxw {
	max-width: 1400px;
	margin: 0 auto;	
}

#copyrsiteby .formaxw p:first-child {
	float: left;
}

#copyrsiteby .formaxw p:nth-child(2) {
	float: right;
}

@media screen and (max-width: 600px) {
	#footerblock {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 50px 20px 25px 20px;
	}

	#copyrsiteby .formaxw p:first-child {
		float: none;
		margin-bottom: 10px;
	}

	#copyrsiteby .formaxw p:nth-child(2) {
		float: none;
	}

	#copyrsiteby .formaxw p {
		text-align: center;
	}
}
