		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; }

.container {
	width: 100% !important;
}
.row {
	margin: 0px !important;
}
.mt-3 {margin-top: 30px !important;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding: 10px 0px !important;
}

#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;
}
.navbar {
	padding: 5px 0px !important;
}
textarea, select, input, button { outline: none; }

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

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


/* a {
	transition: all 0.2s ease;
} */

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

.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;
}

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


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

.classes-section li {
  background-color: #ffffff;
    font-size: 18px;
		display: inline;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: 	#ffeead;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat";
	border: 2px solid #45C6DC;
	color: #45C6DC;
	border-radius: 5px;
	padding: 8px 20px;

}
.classes-section li a {
	color: inherit;
}

.classes-section li.hovered {
	background-color: #45C6DC;
	color: #ffffff;
}

.classes-section li.category {
	font-family: Karla, sans-serif;
	background-color: #f2f2f2;
	font-weight: bold;
	border-width: 0px;
/*	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;
}
.classes-section li.category:hover {
	background-color: #f2f2f2;
}
.classes-section li.category a {
	color: #555555;
	text-decoration: none;

}
.classes-section li:hover {
    background-color: #777777;
		background: #45C6DC;
		color: white;
}

.classes-section li a:hover {
		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%;
} */

/*  GRID STUFF */
.classes-section .mobile-only {visibility: hidden; background-color: #ffffff;}
.classes-section .desktop-only {background-color: #ffffff; border: none; display: none;}


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: 38px !important; line-height: 40px;}

	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;
	}

	.classes-section li.category, 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;
	}
	.desktop-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%;
		}
		.mt-3 {margin-top: 10px !important;}

		h1 {font-size: 38px !important; line-height: 42px;}
		h2 {font-size: 25px !important; line-height: 28px !important;}
		.signup-button {font-size: 16px; padding: 8px 12px;}

		ul {
					grid-template-columns: repeat(2, 1fr);
		}
		.classes-section li {
		font-size: 16px;
		padding: 5px 14px;
		}

		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 !important; /* THIS SECOND NUMBER tells categories to go across chart, needs to be one greater than ul grid-template-columns setting   */
		}

}
