@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Gotham-Book";
    /*src: url(../fonts/Gotham-Book.otf) format("opentype");*/
	src: url(../fonts/Gotham-Book.woff) format("woff");
}
@font-face {
    font-family: "Gotham-Medium";
    /*src: url(../fonts/Gotham-Medium.otf) format("opentype");*/
    src: url(../fonts/Gotham-Medium.woff) format("woff");
}


/* CSS RULES FOR MOBILE BY DEFAULT */

body, html{
	width:auto;
	min-width:640px !important;
	padding:0px;
	margin:0px;
	text-align: justify;
	box-sizing: border-box;
	font-family: Gotham-Book, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:38px;
	color: #999999;
	letter-spacing: 1px;
}
p{
	padding-top:30px;
	padding-bottom:30px;
}
h1{
	font-family: "Gotham-medium";
	font-size:46px;
	color: #3399cc;
	text-align: center;
	letter-spacing: 6px;
	padding-top:9px;
	padding-bottom:8px;
	margin: 0px;
	padding-top:50px;
	padding-bottom:50px;
	/*font-weight: bold;
	margin-bottom:6px;
	margin-left:8px;*/
}
h2{
	font-family: "Gotham-medium";
	font-size:40px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h3{
	font-family: "Gotham-medium";
	font-size:28px;
	letter-spacing: 8px; 
	margin-top: 30px;
	margin-bottom:6px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 35px;
	color: #fb8b28;
}
h4{
	font-family: "Gotham-medium";
	font-size:31px;
	text-transform: uppercase;
	letter-spacing: 4px; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 30px;
	color: #3399cc;
}
h5{
	font-family: "Gotham-medium";
	font-size:21px;
	color: #fb8b28;
	letter-spacing: 1px;
}
h6{
	font-family: "Gotham-medium";
	font-size:24px;
	color: #999999;
	letter-spacing: 0px;
}

.bold{
	font-weight: 800;
}

/* COLORS */
.bgWhite{
	background-color: #ffffff;
}
.bgGrayLight{
	background-color: #cccccc;
}
.bgGrayLighter{
	background-color: #dddddd;
}
.bgGrayMid{
	background-color: #666666;
}
.bgGrayDark{
	background-color: #333333;
}
.bgBlueLight{
	background-color: #3a94c1;
}
.bgBlueLighter{
	background-color: #67b1d6;
}
.bgBlueDark{
	background-color: #1b475e;
}
.bgBlueBright{
	background-color: #00ddff;
}
.bgPink{
	background-color: #fd4985;
}
.bgPinkLight{
	background-color: #ff89b0;
}
.bgOrangeLight{
	background-color: #ff9966;
}
.bgOrange{
	color: #ff7624;
}

.white{
	color: #ffffff;
}
.grayLight{
	color: #cccccc;
}
.grayLighter{
	color: #dddddd;
}
.grayMid{
	color: #666666;
}
.grayDark{
	color: #333333;
}
.blueLight{
	color: #3a94c1;
}
.blueLighter{
	color: #67b1d6;
}
.blueCrystal{
	color: #2764d9;
}
.blueCrystal02{
	color: #6699cc;
}

.blueDark{
	color: #1b475e;
}
.blueBright{
	color: #00ddff;
}
.pink{
	color: #fd4985;
}
.pinkLight{
	color: #ff99cc;
}
.orange{
	color: #ff7624;
}
.orangeLight{
	color: #ff9966;
}




/* HEADER */
header{
	width:100%;
	position: fixed;
	top:0px;
	z-index: 100;
}
.header-top{
	width:100%;
	height:110px;
	background-color: white;
	align-content: center;
	text-align: center;
	padding:0px;
	margin:0 auto;
	/*overflow: hidden;*/
}
.header-top-inner-shell{
	/*background-color: #E0F79D;*/
	max-width:1380px;
	margin: 0 auto;
	top: 0;
	position: relative;
}
.header-logo-shell{
	width:275px;
	height:110px;
	/*display: relative;
	align-content: center;*/
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.header-logo-letters{
	width:275px;
	height:110px;
	position: absolute;
	margin-left: -138px;
}
.main-menu-button-shell{
	width: 110px;
	height: 110px;
	position: absolute;
	top:0;
	right: 0;
	margin-right: 15px;
	/*float: right;
	text-align: right;
	display: inline-block;
	
	
	margin-left: auto;
	margin-right: 0;*/
}
.main-menu-button-shell img{
	height: 100%;
	width: auto;
}
#logo{
	/*align-content: center;*/
	height:100%;
	margin:0 auto;
}
#titlebar{
	width:100%;
	height:48px;
	line-height: 48px;
	background-color: #333333;
	/*font-family: "Gotham-book";
	color:white;
	font-size:24px;*/
	top: 0px;
	text-align:center;
	vertical-align: middle;
	
}
#titlebar-text{
	width: 100%;
	height:auto;
	max-height: 48px;
	max-width: 900px;
	top: 0px;
	margin-top: -4px;
}

/* MENU NAV */
.menu-nav-button{
	height:60px;
	border-radius: 30px;
	background-color: white;
	border: 3px solid; 
	border-color: #fd4985;/* adjust color and width as desired */
	color: #fd4985;
	letter-spacing: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-right: 12px;
	padding-left:  70px;
	padding-right: 70px;
	font-family: "Gotham-Medium";
	font-size: 27px;
	line-height: 56px;
	transition: background-color 0.3s ease-in-out; /* add a transition effect to the background color */
	transition: color 0.2s ease-in-out;
}
.menu-nav-button:hover{
	background-color:#fd4985;
	color: white;
}

/* GENERAL CONTENT STYLING */

main{
	width:100%;
	min-width:640px;
	margin-top:158px;
}
.page-title-shell{
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	width:100%;
	z-index: 50;
	overflow: hidden;
	margin-top: 0px;
	/*background-image: url("../images/WAM_TileBG_240_black_10.png");*/
}
.content{
	width:100%;
	max-width:1380px;
	margin:0 auto;
	
	/*padding-left:50px;
	padding-right:50px;*/
}
.content-div{
	overflow: hidden;
}
.content-div-container{
	padding: 60px;
	overflow: hidden;
}
.content-div-list-header{
	padding-top: 20px;
	padding-bottom: 20px;
}
.photo-div-container{
	width:100%;
	height: 480px;
	position: relative; /* enable positioning for the image */
	overflow: hidden;
	/*height: 0;
	padding-bottom: 70%;*/
}
.pics{
	width:100%;
	height:auto;
}
.hex-icons-shell{
	text-align: center;
}
.hex-icon{
	width: 140px;
	height: 140px;
	margin-left: 20px;
	margin-right: 20px;
}
.crystal-award{
	width: 280px;
	height: 280px;
	margin-left: 20px;
	margin-right: 20px;
}
.crystalAwardTitle{
	letter-spacing: 3px;
}

/* AVAILABILITY SCHEDULE */
.wam-availability-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}


	.wam-market-column {
	text-align: center;
	}

	.wam-market-title {
	font-size:40px;
		letter-spacing: 2px;
		margin-top: 15px;
		margin-bottom: 15px;
	position: relative;
	}

	.wam-market-title::after {
	content: "";
	display: block;
	width: 78%;
	height: 2px;
	margin: 10px auto 0;
	opacity: 0.7;
	}



	.wam-week-card {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 50px;
		font-size: 30px;
	background: #ffffff;
	}

	.wam-week-header {
	color: #fff;
	font-size:30px;
	letter-spacing: 2px;
	margin-top: 36px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	}

	.wam-ca-header{
		background: #f47b20;
	}

	.wam-co-header{
		background: #fd4985;
	}

	.wam-week-body {
	background: #ffffff;
	color:#333333;
	}

	.wam-avail-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50%;
	align-items: stretch;
	min-height: 48px;
	}

	.wam-avail-row:nth-child(odd) .wam-day-cell {
	background: #ededed;
	}

	.wam-avail-row:nth-child(even) .wam-day-cell {
	background: #ffffff;
	}

	.wam-day-cell,
	.wam-status-cell {
	display: flex;
	padding: 8px;
	/* font-size: 1.15rem;
	line-height: 1.2; */
	}

	.wam-day-cell {
	/* color: #333;
	font-weight: 500; */
	text-align: right;
	align-items: right;
	justify-content: right;
	padding-right: 35px;
	}

	.wam-status-cell {
		background-color: #d9d9d9;
	gap: 8px;
	text-align: left;
	padding-left: 35px;
	font-weight: 600;
	}

	.wam-status-available {
	background: #c6d9e6;
	color: #3399cc !important;
	}

	.wam-status-unavailable {
	background: #f0c5c5;
	color: #e74c3c !important;
	}

	.wam-status-icon {
		display: inline-block;
		width: 24px;
		min-width: 24px;
		margin-right: 8px;
		text-align: center;
		color: inherit;
	}

	.status-icon-check{color: #3399cc;}

	.status-icon-x{color: #e74c3c;}

	.avail-telephone{
		margin: 15px;
	}

	.wam-market-contact {
	max-width: 520px;
	margin: 10px auto 0;
	color: #2f2f2f;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	}

	.wam-market-contact p {
	margin: 0 0 8px;
	}

	.wam-phone-link {
	display: inline-block;
	font-size: 2.05rem;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 8px;
	}

	.wam-ca-phone {
	color: #f47b20;
	}

	.wam-co-phone {
	color: #ff4f9a;
	}

	.wam-or {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 12px;
	}

	.wam-loading,
	.wam-error {
	padding: 16px;
	text-align: center;
	font-size: 1.1rem;
	color: #555;
	background: #ececec;
	}


.backgroundTileWhite{
	background-image: url("../images/WAM_TileBG_360_white_07.png");
}
.backgroundTileBlack{
	background-image: url("../images/WAM_TileBG_360_black_07.png");
}

.main-button{
	/*width:80%;
	max-width:560px;*/
	height:84px;
	border-radius: 42px;
	font-size: 38px;
	margin-top:30px;
	margin-bottom:50px;
	padding-left: 80px;
	padding-right: 80px;
	/*background-color: #fd4985;*/
	background-color: transparent;
	border: 4px solid; 
	border-color: #fd4985;/* adjust color and width as desired */
	color: #fd4985;
	letter-spacing: 1px;
	
	font-family: "Gotham-Medium";
	
	transition: background-color 0.3s ease-in-out; /* add a transition effect to the background color */
	transition: color 0.2s ease-in-out;
}
.main-button:hover{
	background-color:#fd4985;
	color: white;
}

.main-button.blueLight{
	border-color: #3a94c1; /* adjust color and width as desired */
	color: #3a94c1;
}
.main-button.blueLight:hover{
	background-color:#3a94c1;
	color: white;
}

.main-button.blueBright{
	border-color: #00ddff; /* adjust color and width as desired */
	color: #00ddff;
}
.main-button.blueBright:hover{
	background-color:#00ddff;
	color: white;
}

.main-button.blueDark{
	border-color: #1b475e; /* adjust color and width as desired */
	color: #1b475e;
}
.main-button.blueDark:hover{
	background-color:#1b475e;
	color: white;
}

.main-button.blueCrystal{
	border-color: #2764d9; /* adjust color and width as desired */
	color: #2764d9;
}
.main-button.blueCrystal:hover{
	background-color:#2764d9;
	color: white;
}

.main-button.orange{
	border-color: #ff7624; /* adjust color and width as desired */
	color: #ff7624;
}
.main-button.orange:hover{
	background-color:#ff7624;
	color: white;
}


/* HOME */
.wam-home-full-logo-image{
	width: 80%;
	max-width: 660px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}



/* CEO LETTER */
.ceo-paper{
	/*background-image: url("../images/paper-texture-256x256.jpg");*/
	background-color: #dddddd;
	width: 95%;
	color: #666666;
	font-size: 28px;
	line-height: 37px;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.signature{
	height:124px;
}


/* CONTACT PAGE */
.content-form-shell{
	margin: 0 auto;
	padding: 60px;
	justify-content: center;
	overflow: hidden;
	/*text-justify: left;*/
	text-align: center;
}
#contact-form{
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}
.contact-form-title{
	letter-spacing: 8px;
}
input, textarea{
	width:100%;
	height:70px;
	border:4px solid #fb8b28;
	color: #444444;
	border-radius: 35px;
	line-height: 62px;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 6px;
	font-size: 32px;
	outline:none;
}
.input-wrapper{
	width:auto;
	height:auto;
	border:4px solid #fb8b28;
	border-radius: 35px;
	line-height: 62px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top:0px;
	padding-bottom:0px;
	outline:none;
}


#select-wrapper{
	width:auto;
}
select{
	width:auto;
	outline:none;
	border:none;
}
textarea{
	width:100%;
	min-height: 400px;
	line-height: 42px;
	padding-top: 15px;
	padding-bottom: 15px;
	outline:none;
}
select{
	color:#fb8b28;
	height:70px;
	line-height: 70px;
	padding-left:35px;
	padding-right:35px;
	border-radius:12px;
	border:#fb8b28 solid 4px;
	font-family: "Gotham-medium";
}
select > option{
	line-height: 70px;
	padding-right:35px;
	margin-left:35px;
	margin-right:35px;
}


#contact-reason{
	font-size: 30px;
}
#contact-phone{
	max-width: 350px;
}



.menu-button{
	position: relative;
	/*float: right;*/
	top:0px;
	right:0px;
	height:110px;
	cursor: pointer;
}

/*.menu-button:hover{
	opacity: 0.6;
}*/
#menu-close{
	display:none;
}
#menu-close-box{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	min-width:800px;
	min-height: 800px;
	background-color: #66ccff;
	opacity: 0.4;
}

#main-nav{
	display:none;
	z-index:99;
	overflow: hidden;
}
menu{
	text-align: right;
	list-style: none;
	position:absolute;
	right:0px;
	top: 158px;
	margin:0px;
}
menu ul{
	list-style: none;
	right: 10px;
}
/*menu li{
	min-width:500px;
	height:70px;
	background-color: white;
	border-left:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	font-family: "Gotham-medium";
	font-size:28px;
	line-height: 70px;
	letter-spacing: 6px;
	color:#ff3399;
	padding-right:50px;
	padding-left:50px;
}*/
menu a:link{
	color:#ff3399;
	text-decoration: none;
}
menu a:visited{
	color:#ff3399;
	text-decoration: none;
}
menu a:hover{
	color:#fb8b28;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration:none;
}
.selected{
	cursor:default;
	color:#666666;
	border-color: #666666;
}

.dotted-line{
	width:100%;
	height:10px;
	background-image: url(../images/dotted-line.png)
}
.center-me{
	text-align: center;
}

.blue-button{
	background-color:#3399cc;
}
/*.blue-button:hover{
	background-color:#66ccff;
}*/
.services-list{
	list-style-type: circle;
	list-style: none;
	overflow: hidden;
}
.services-list li{
	color: #333333;
	padding-bottom: 30px;
	overflow: hidden;
}
.services-list li::before {
  /*content: "• ";*/
  content: "⬢ ";
  color: #fb8b28;
}
.services-list img{
	height: auto; 
	width: auto; 
	max-width: 341px;
	max-height: 150px;
}

.services-icons-shell{
	text-align: center;
	padding: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	background-color: white;
}
.services-icons-shell img{
	margin: 25px;
	overflow: hidden;
}



#contact-submit{
	opacity:0.4;
}

.validation-text{
	font-family: "Gotham-medium";
	color:red;
	padding-left:25px;
	display: none;
}

#our-managers-content{
	text-align: center;
	padding-top: 40px;
	overflow: hidden;
}
.manager-shell{
	width: 680px;
	background-color: #ECECEC;
	border-radius: 24px;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	align: left;
	display: inline-flex;
}
.manager-shell img{
	width: 125px;
	height: 150px;
	align: left;
	margin-right: 12px;
	border-radius: 14px;
}
.manager-shell h3{
	margin-top: 0px;
	letter-spacing: 6px;
}
.manager-shell h4{ 
	
	letter-spacing: 2px;
	padding-top: 9px;
}
.manager-shell h5{
	letter-spacing: 1px;
	padding-top: 10px;
}

.manager-name{
	
}

footer{
	background-color: #222222;
	color: #888888;
	text-align: center;
	padding-bottom: 14px;
}
.wam-footer-logo{
	width: 450px;
	margin: 30px;
	margin-bottom: 20px;
}
.footer-link-icon{
	width: 54px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.footer-copyright-text{
	font-size: 17px;
}
.footer-location-text{
	font-size: 19px;
}
.footer-location-pin{
	width:22px;
	margin-top: 4px;
	margin-right: -7px;
}




/* MEDIA QUERIE RULES FOR IPAD */

@media (min-width: 1081px){
 	 body, html{
	 	font-size: 30px;
	}
	main{
		margin-top:142px;
	}
	menu{
		top: 142px;
	}
	p{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.hex-icon{
		width: 120px;
		height: 120px;
		margin-left: 16px;
		margin-right: 16px;
	}
	h1{
		font-size:38px;
		letter-spacing: 6px;
		padding-top:9px;
		padding-bottom:8px;
		margin: 0px;
		padding-top:44px;
		padding-bottom:44px;
	}
	h2{
		font-size:38px;
		letter-spacing: 2px;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 0px;
	}
	h3{
		font-size:38px;
		letter-spacing: 5px;
		margin-top: 25px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.header-top{
		height:100px;
	}
	.header-logo-shell{
		width:250px;
		height:100px;
	}
	.header-logo-letters{
		width:250px;
		height:100px;
		position: absolute;
		margin-left: -125px;
	}
	.main-menu-button-shell{
		width: 100px;
		height: 100px;
	}
	#titlebar{
		height:42px;
		line-height: 42px;
	}
	#titlebar-text{
		width: 100%;
		height:auto;
		max-height: 42px;
		max-width: 800px;
		top: 0px;
		margin-top: -4px;
	}
	/* MENU NAV */
	.menu-nav-button{
		height: 64px;
		border-radius: 32px;
		background-color: white;
		border: 3px solid; 
		border-color: #fd4985;/* adjust color and width as desired */
		color: #fd4985;
		letter-spacing: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-right: 12px;
		padding-left:  70px;
		padding-right: 70px;
		font-size: 27px;
		line-height: 58px;
	}
		.menu-nav-button:hover{
		background-color:#fd4985;
		color: white;
	}
	
	/* HOME */
	.wam-home-full-logo-image{
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 75px;
		margin-bottom: 75px;
	}
	.content-div-container{
		padding: 56px;
		overflow: hidden;
	}
	.main-button{
		height:74px;
		border-radius: 37px;
		border: 3px solid; 
		
		margin-top: 25px;
		margin-bottom: 40px;
		padding-left: 70px;
		padding-right: 70px;
		font-size: 34px;
		
		letter-spacing: 1px;
		border-color: #fd4985;/* adjust color and width as desired */
		color: #fd4985;
		font-family: "Gotham-Medium";
		
		transition: background-color 0.3s ease-in-out; /* add a transition effect to the background color */
		transition: color 0.2s ease-in-out;
	}
	.photo-div-container{
		height: 560px;
	}
	/* CEO LETTER */
	.ceo-paper{
		/*background-image: url("../images/paper-texture-256x256.jpg");*/
		background-color: #dddddd;
		width: 95%;
		color: #666666;
		font-size: 24px;
		line-height: 33px;
		letter-spacing: 0px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 20px;
		margin: 0 auto;
	}
	.signature{
		height: 114px;
	}
	
	/* CONTACT PAGE */
	.content-form-shell{
		margin: 0 auto;
		padding: 60px;
		justify-content: center;
		overflow: hidden;
		/*text-justify: left;*/
		text-align: center;
	}
	#contact-form{
		max-width: 1000px;
		text-align: left;
		margin: 0 auto;
	}
	.contact-form-title{
		letter-spacing: 6px;
	}
	input, textarea{
		width:100%;
		height: 60px;
		border-radius: 30px;
		border: 4px solid #fb8b28;
		color: #444444;
		
		line-height: 60px;
		padding-left: 35px;
		padding-right: 35px;
		margin-top: 6px;
		font-size: 30px;
		outline:none;
	}
	.input-wrapper{
		width:auto;
		height:auto;
		border: 4px solid #fb8b28;
		border-radius: 35px;
		line-height: 60px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top:0px;
		padding-bottom:0px;
		outline:none;
	}

	#contact-reason{
		font-size: 26px;
	}
	#select-wrapper{
		width:auto;
	}
	select{
		width:auto;
		outline:none;
		border:none;
	}
	textarea{
		width:100%;
		min-height: 400px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		outline:none;
	}
	select{
		color:#fb8b28;
		height:70px;
		line-height: 70px;
		padding-left:35px;
		padding-right:35px;
		border-radius:12px;
		border:#fb8b28 solid 4px;
		font-family: "Gotham-medium";
	}
	select > option{
		line-height: 60px;
		padding-right: 30px;
		margin-left: 30px;
		margin-right: 30px;
	}
	#contact-phone{
		max-width: 320px;
	}

}






/* MEDIA QUERIE RULES FOR DESKTOP LAST */

@media (min-width: 1281px){
 	 body, html{
	 	font-size: 19px;
	}
	main{
		margin-top: 114px;
	}
	menu{
		top: 114px;
	}
	p{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hex-icon{
		width: 80px;
		height: 80px;
		margin-left: 10px;
		margin-right: 10px;
	}
	h1{
		font-size: 30px;
		letter-spacing: 5px;
		margin: 0px;
		padding-top: 36px;
		padding-bottom: 36px;
	}
	h2{
		font-size:25px;
		letter-spacing: 2px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	.header-top{
		height: 80px;
	}
	.header-logo-shell{
		width: 200px;
		height: 80px;
	}
	.header-logo-letters{
		width: 200px;
		height: 80px;
		position: absolute;
		margin-left: -100px;
	}
	.main-menu-button-shell{
		width: 80px;
		height: 80px;
	}
	#titlebar{
		height:34px;
		line-height: 34px;
	}
	#titlebar-text{
		width: 100%;
		height:auto;
		max-height: 34px;
		max-width: 700px;
		top: 0px;
		margin-top: -3px;
	}
	/* MENU NAV */
	.menu-nav-button{
		height:48px;
		border-radius: 24px;
		background-color: white;
		border: 2px solid; 
		border-color: #fd4985;/* adjust color and width as desired */
		color: #fd4985;
		letter-spacing: 0px;
		margin-top: 9px;
		margin-bottom: 0px;
		margin-right: 12px;
		padding-left:  48px;
		padding-right: 48px;
		font-size: 22px;
		line-height: 44px;
	}
		.menu-nav-button:hover{
		background-color:#fd4985;
		color: white;
	}
	
	/* HOME */
	.wam-home-full-logo-image{
		width: 80%;
		max-width: 540px;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.main-button{
		height:54px;
		border-radius: 27px;
		border: 3px solid; 
		font-size: 25px;
		
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
		border-color: #fd4985;/* adjust color and width as desired */
		color: #fd4985;
		font-family: "Gotham-Medium";
		
		transition: background-color 0.3s ease-in-out; /* add a transition effect to the background color */
		transition: color 0.2s ease-in-out;
	}
	.content-div-container{
		padding: 48px;
		overflow: hidden;
	}
	.photo-div-container{
		height: 660px;
	}

	/* AVAILABILITY SCHEDULE */

	.wam-availability-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	}
	.wam-market-column {
	text-align: center;
	}

	.wam-market-title {
	font-size:40px;
		letter-spacing: 2px;
		margin-top: 15px;
		margin-bottom: 15px;
	position: relative;
	}

	.wam-market-title::after {
	content: "";
	display: block;
	width: 78%;
	height: 2px;
	margin: 10px auto 0;
	opacity: 0.7;
	}



	.wam-week-card {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	font-size: 19px;
	margin-top: 30px;
	margin-bottom: 50px;
	background: #ffffff;
	}

	.wam-week-header {
	color: #fff;
	font-size:22px;
	letter-spacing: 2px;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}

	.wam-ca-header{
		background: #f47b20;
	}

	.wam-co-header{
		background: #fd4985;
	}

	.wam-week-body {
	background: #ffffff;
	color:#333333;
	}

	.wam-avail-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50%;
	align-items: stretch;
	min-height: 40px;
	}

	.wam-avail-row:nth-child(odd) .wam-day-cell {
	background: #ededed;
	}

	.wam-avail-row:nth-child(even) .wam-day-cell {
	background: #ffffff;
	}

	.wam-day-cell,
	.wam-status-cell {
	display: flex;
	padding: 8px;
	/* font-size: 1.15rem;
	line-height: 1.2; */
	}

	.wam-day-cell {
	/* color: #333;
	font-weight: 500; */
	text-align: right;
	align-items: right;
	justify-content: right;
	padding-right: 35px;
	}

	.wam-status-cell {
		background-color: #d9d9d9;
	gap: 8px;
	text-align: left;
	padding-left: 35px;
	font-weight: 600;
	}

	.wam-status-available {
	background: #c6d9e6;
	color: #3399cc;
	}

	.wam-status-unavailable {
	background: #f0c5c5;
	color: #e74c3c;
	}

	.wam-status-icon {
		display: inline-block;
		width: 14px;
		min-width: 14px;
		margin-right: 8px;
		text-align: center;
		}

	.avail-telephone{
		margin: 15px;
	}

	.wam-market-contact {
	max-width: 520px;
	margin: 10px auto 0;
	color: #2f2f2f;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	}

	.wam-market-contact p {
	margin: 0 0 8px;
	}

	.wam-phone-link {
	display: inline-block;
	font-size: 2.05rem;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 8px;
	}

	.wam-ca-phone {
	color: #f47b20;
	}

	.wam-co-phone {
	color: #ff4f9a;
	}

	.wam-or {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 12px;
	}

	.wam-loading,
	.wam-error {
	padding: 16px;
	text-align: center;
	font-size: 1.1rem;
	color: #555;
	background: #ececec;
	}

	
	/* CEO LETTER */
	.ceo-paper{
		/*background-image: url("../images/paper-texture-256x256.jpg");*/
		background-color: #dddddd;
		width: 95%;
		color: #666666;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0px;
		padding-top: 30px;
		padding-bottom: 15px;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 20px;
		margin: 0 auto;
	}
	.signature{
		height: 100px;
	}
	
	/* CONTACT PAGE */
	.content-form-shell{
		margin: 0 auto;
		padding: 25px;
		justify-content: center;
		overflow: hidden;
		/*text-justify: left;*/
		text-align: center;
	}
	#contact-form{
		max-width: 1000px;
		text-align: left;
		margin: 0 auto;
	}
	#contact-name{
		max-width: 700px;
	}
	#contact-email{
		max-width: 700px;
	}
	#contact-reason{
	font-size: 20px;
}
	.contact-form-title{
		font-size: 20px;
		letter-spacing: 4px;
		margin-bottom: 0px;
	}
	input, textarea{
		width:100%;
		height: 50px;
		border-radius: 25px;
		border: 3px solid #fb8b28;
		color: #444444;
		
		line-height: 50px;
		padding-left: 35px;
		padding-right: 35px;
		margin-top: 0px;
		font-size: 22px;
		outline:none;
	}
	.input-wrapper{
		width:auto;
		height:auto;
		border: 3px solid #fb8b28;
		border-radius: 25px;
		line-height: 50px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 0px;
		padding-bottom: 0px;
		outline:none;
	}


	#select-wrapper{
		width:auto;
	}
	select{
		width:auto;
		outline:none;
		border:none;
	}
	textarea{
		width:100%;
		min-height: 400px;
		line-height: 30px;
		padding-top: 6px;
		padding-bottom: 6px;
		outline:none;
	}
	select{
		color:#fb8b28;
		height: 50px;
		line-height: 50px;
		padding-left: 35px;
		padding-right: 35px;
		border-radius: 10px;
		border:#fb8b28 solid 3px;
		font-family: "Gotham-medium";
	}
	select > option{
		line-height: 50px;
		padding-right: 30px;
		margin-left: 30px;
		margin-right: 30px;
	}
	#contact-phone{
		max-width: 280px;
	}
	
	
	footer{
		padding-bottom: 10px;
	}
	.wam-footer-logo{
		width: 360px;
		margin: 20px;
	}
	.footer-link-icon{
		width: 42px;
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 10px;
	}
	.footer-copyright-text{
		font-size: 13px;
	}
	.footer-location-text{
		font-size: 15px;
	}
	.footer-location-pin{
		width:22px;
		margin-top: 0px;
		margin-right: -3px;
	}
}