		html { margin-top: 0px !important; }
	* html body { margin-top: 32px !important;}

@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 46px !important; }
}


body {
	font-family: "Karla", sans-serif;
	color: #252F47;
	margin: 0;
}
body.custom-background {background-image: none !important; background-color: #ffffff !important;}
body.custom-background {background-color: transparent; }

#logoimg {
   /* background-image: url(landing-page-mg/assets/images/logo.svg); */
    width: 270px;
    margin-left: 20px;
    }
.reg-mark {height: 60px;}
#logo-search-container {
	background-color: #ffffff;
}

textarea, select, input, button { outline: none; }

#welcome-link {position: absolute; right: 20px; top: 0; margin: 0;}
#welcome-link a {color: #F49B0A; text-decoration: none;}
#welcome-link a:hover {
	color: none;
	transition: all 0.3s ease;
	color: #45C6DC;
}

.container-description {
	width: 80%;
	margin-left: 10%;
	position: relative;
}

.center-wrap {}

a {
	transition: all 0.2s ease;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 38px;
	text-align: center;
	justify-content: center;
	display: block;
}
.sub-title {color: #999; font-family: 'Montserrat'; font-style: italic; font-size: 30px;}

h2 {
	text-align: left;
	font-size: 28px;
	font-family: 'Verdana';
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-size: 74px;
	font-family: 'Montserrat';
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #52B1B5;
	 margin-block-end: 0px; margin-block-start: 0px;
}

h5 {
	font-size: 19px;
}

p {
	font-size: 26px;
	font-style: italic;
	padding: 10px 50px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: center;
}
.signup-h1 {margin: 26px; letter-spacing: normal;}
.signup-button {text-decoration: none; font-family: 'Karla'; font-weight: bold; background-color: #4CBCD0; color: white; border-radius: 5px; padding: 15px 25px; text-align: center; font-size: 25px;}
a {
    color: #ffa200;
}

ul {
    list-style-type: none;
    padding-left: 0;
    grid-template-columns: repeat(4, 1fr); /* this has to coordinate with li.category setting, "1fr" makes columns even width  */
    display: grid;
    grid-gap: 2px;
    grid-auto-rows: 50px;

}


.list {
    padding-left: 0;
    max-width: 1200px;
    margin: 0 auto;
}

li {
  background-color: #666666;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: 	#ffeead;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat";
}
li.category {
	font-family: Karla, sans-serif;
	background-color: #e5e5e5;
	font-weight: bold;
	border-width: 3px;
	grid-column: 1 / 5; /* THIS SECOND NUMBER tells categories to go across chart, needs to be one greater than ul grid-template-columns setting   */
	font-size: 26px;
	margin-top: 10px;
	text-decoration: none;
}
li.category:hover {
	background-color: #f2f2f2;
}
li.category a {
	color: #282828;
	text-decoration: none;

}
li:hover {
    background-color: #777777;
    text-decoration: underline;
}

li a {
	/* text-decoration: none; */
}

.logo-img {
	width: 25%;
	padding: 15px;
	grid-column-start: 1;
	grid-row-start: 1;
	background-color: white;
	margin: 20px 10%;

}
.header-img {
	grid-column-start: 1;
	grid-row-start: 1;
	display: grid;
	grid-template-columns: 100%;
    grid-gap: 3px;
    background-image: url(/assets/BVH-Exterior-sized-1240x360-cropped.jpg);
    background-size: 100%;

}
.main-photo {

}
.mobile-only {visibility: hidden; background-color: #eee;}
.desktop-only {visibility: visible; background-color: #eee;}


div.abandonedCartMessage {background-color: #fffb60aa; padding: 10px 15px; margin: 7px 0px; border-radius: 8px; text-align: center; border-width: 3px; border-color: #FF6F61; border-style: solid;}
div.abandonedCartMessage h1 {font-family: Montserrat; font-size: 28px !important; font-weight: bold; color: #FF6F61; font-style: italic; }
a.completeSignupButton {text-decoration: none; line-height: normal !important; font-family: 'Karla'; font-weight: bold; background-color: #4CBCD0; color: white; border-radius: 5px; padding: 10px 25px; text-align: center; font-size: 25px; border-width: 0; margin: auto; color: white !important; display: inline-block;}



@media only screen and (max-width : 850px) {

	.container-description {
		width: 90%;
		margin-left: 5%;
	}
	h1 {font-size: 32px; line-height: 36px;}
	h2 {font-size: 22px; line-height: 25px;}
	.signup-button {font-size: 19px; padding: 10px 15px;}

	ul {
		    grid-template-columns: repeat(2, 1fr);
		    grid-auto-rows: 35px;

	}

	.header-img {
	    background-image: url(/assets/BVH-Exterior-sized-1240x460.jpg);
	    background-size: 120%;
    }

    p {
	    font-size: 14px;
    }

    #logoimg {
		width: 200px;
	}
	h4 {margin: 15px 5px; font-size: 12px;}


	li {
 	   font-size: 16px;
	}
	li.category {
		font-size: 24px;
		grid-column: 1 / 3; /* THIS SECOND NUMBER tells categories to go across chart, needs to be one greater than ul grid-template-columns setting   */

	}
	.mobile-only {
		display: none;
	}

}

@media only screen and (max-width : 510px) {

	#welcome-link {top: 35px;}
}

@media only screen and (max-width : 450px) {

	.container-description {
		width: 96%;
		margin-left: 2%;
	}
	h1 {font-size: 26px; line-height: 29px;}
	h2 {font-size: 18px; line-height: 21px;}
	.signup-button {font-size: 16px; padding: 8px 12px;}

	ul {
				grid-template-columns: repeat(2, 1fr);
				grid-auto-rows: 35px;

	}

		p {
			font-size: 14px;
		}

		#logoimg {
		width: 150px;
		margin: 10px 5% 0px;
	}
	#welcome-link, h4 {font-size: 14px; margin: 3px 10px;}

	li {
		 font-size: 16px;
	}
	li.category {
		font-size: 20px;
		grid-column: 1 / 3; /* THIS SECOND NUMBER tells categories to go across chart, needs to be one greater than ul grid-template-columns setting   */

}
