:root {
  --red: #e10f00;
  --drkblue: #003368;
  --ltblue: #0cabf8;
  --yellow: #fbb03b;
  --orange: #f15a24;
  --green: #20cf9f;
  --drkgreen: #218a2d;
  --purple: #a83694;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3 { 
	font-family: "Coiny", serif;
}

.btn-primary {
	background: var(--red);
	border: none;
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: bold;
	margin-top: 20px;
	font-family: "Coiny", serif;
	font-size: 20px;
	box-shadow: 0px 6px #a90b00;
	transition: none;
}

.btn-primary:hover {
	background: var(--ltblue);
	box-shadow: 0px 0px #a90b00;
	translate: 0px 6px;
	/* transition: translate 0.2s, box-shadow 0.2s; */
	transition: none;
}

.btn-small {
	background: var(--red);
	border: none;
	border-radius: 30px;
	padding: 8px 20px;
	font-weight: 900;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	box-shadow: 0px 6px #a90b00;
}




header {
	position: relative;
}

.social-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.social-links ul li {
	display: inline;
	margin-left: 10px;
}

.social-links {
	margin-top: 20px;
	position: absolute;
	right: 0;
	z-index: 101;
}

.social-links a {
	text-decoration: none;
	color: var(--red);
	font-size: 15px;
}

.social-links a:hover {
	text-decoration: underline;
}

.social-links img {
	vertical-align: text-bottom;
}

.nav-item a {
	color: #4d4d4d;
}

.nav-item a:hover {
	color: var(--red)
}

.navbar-brand img {width: 240px;}


/*HOME*/

.hero {
	background: url(images-nursery/homehero-image.png) no-repeat center right, url(images-nursery/homehero-image-bg.png) no-repeat center left -30px;
	background-color: var(--drkblue);
	padding: 30px 0;
	height: 560px;
}

.hero h1 {
	font-size: 42px;
	color: #fff;
}

.hero h2 {
	font-size: 18px;
	color: var(--yellow);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}


.home-intro {
	padding: 60px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: var(--drkblue);
}

.home-room-block {
	background: #e2f5fe;
	border-radius: 25px;
	padding: 15px;
}

.home-room-block img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 25px;
}

.home-room-block h3 {
	color: var(--ltblue);
	font-size: 24px;
}
.home-room-block h4 {
	font-family: 'Roboto', sans-serif;
	color: var(--red);
	font-size: 18px;
}

.home-room-block p {
	margin-bottom: 0;
}

.home-room-block .btn {
	margin-bottom: 20px;
}

.home-quotes {
	background: url(images-nursery/home-yellow-curves.svg) no-repeat bottom left;
	padding: 90px 0;
}


.home-quote-box {
	background-color: var(--yellow);
	background: url(images-nursery/quote-left.svg) no-repeat left 40px center, url(images-nursery/quote-right.svg) no-repeat right 40px center, var(--yellow);
	box-shadow: 0 10px #f7931e;
	/* padding: 20px; */
	padding: 60px 140px 40px;
	border-radius: 25px;
}

.home-quote-box h3 {
	color: #fff;
	text-align: center;
	font-family: "Coiny", serif;
	font-size: 28px;
}

.home-quote-box .carousel  {
	padding-bottom: 50px;

}


.home-quote-box .carousel-item p {
	
	text-align: center;
	font-size: 18px;
}

.home-quote-box .carousel-item p>strong {
	
	font-size: 22px;
}

.home-gallery {
	padding: 90px 0;
	background: #feecd0;
}

.home-gallery h3 {
	color: var(--orange);
	text-align: center;
	font-family: "Coiny", serif;
	font-size: 28px;

}
.home-opening {
	padding: 60px 0 0 0;
	}

.we-are-open {
	background: var(--green);
	width: auto;
	border-radius: 50px;
	/* height: 60px; */
	margin: 0 auto;
	/* margin-top: -20px; */
	padding: 6px 20px;
}


.we-are-open h3  {
	margin: 0;
	padding: 0;
	color: #003a44;
	margin-left: 10px;
}

.more-section {
	padding: 90px 0;
	background: url(images-nursery/more-bg-topleft.svg) no-repeat top left 40px, url(images-nursery/more-bg-topright.svg) no-repeat top right  40px, url(images-nursery/more-bg-botright.svg) no-repeat bottom -60px right, url(images-nursery/more-bg-botleft.svg) no-repeat bottom -10px left 70px;
	background-color: #bcf1e2;
}

.more-section h3 {
	color: var(--green);
	text-align: center;
	font-family: "Coiny", serif;
	font-size: 28px;
	
}

.more-box-link {text-decoration: none;}

.more-box {
	background:#fff;
	padding: 10px;
	border-radius: 10px;
	margin: 15px 15px;
	
  min-width: 150px;
  max-width: 200px;
  text-align: center;
  box-shadow: 8px 8px var(--green);
  /* display: flex;
  flex: 1 1 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between; */
}

.more-box:hover {
	/* background: rgba(255, 255, 255, 0.4); */
	transform: translate(8px, 8px);
	box-shadow: none;
}

.more-box img {
	width: inherit;
}

.more-box h6 {
	font-size: 18px;
	font-weight: 900;
	color: var(--drkblue);
}

.more-flex {
	
}


.home-gallery img {
	width: 100%;
height: auto;
}

.home-gallery .prevpage a, .home-gallery .prevpage em {
	background: url(images-nursery/gal-prev.png) no-repeat 0 0;
}

/* GALLERY */

.gallery .img {
	/*height: 120px;*/
	/*width: 120px;   Adjust as you see fit */

	
}

.gallery .img a {
	
	
}

.gallery .img a:hover {
	
}

.gallery img {
	
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(images-nursery/gal-prev.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(images-nursery/gal-next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}

/* SLIMBOX 2.05 */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(modules/Gallery/templates/slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(modules/Gallery/templates/slimbox/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(modules/Gallery/templates/slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(modules/Gallery/templates/slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	display: none;
}

/* END GALLERY */


/*END HOME*/


/*INTERNAL*/

.hero-internal {
	background: url(images-nursery/hero-int-1.webp) no-repeat center right -30px;
	background-color: var(--drkgreen);
	padding: 30px 0;
	height: 450px;
	position: relative;
}

.hero-internal:after {
	content: '';
	background: url(images-nursery/stars-bg.png) no-repeat top left;
	display: block;
	height: 450px;
	width: 200px;
	position: absolute;
	top:0;
}

.hero-internal h1 {
	font-size: 60px;
	line-height: 1;
	color:#fff;
	margin-bottom: 0;
	padding-bottom: 0;
}


.hero-internal h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	color:#fbe23b
}

.hero-internal h3 {
	font-size: 32px;
	color:#fbe23b
}

.main-content {
	padding: 60px 0;
}

.main-content p {
	font-size: 17px;
}

.main-content h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.main-content h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 0px;
	color: var(--drkblue);
	margin-top: 30px;
}

.main-content h3 {
	font-weight: 900;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0px;
	color: var(--drkgreen);
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}

.main-content img {
	width: 100%;
	height: auto;
}

.main-content table {
	border: 1px solid #ddd;
}
.main-content table td {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

.well {
	padding: 30px;
	background-color: #e2f5fe;
	border-radius: 25px;
	margin-bottom: 25px;
}

.well p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*CONTACT*/



/*END INTERNAL*/


/*FOOTER*/

footer {
	background: #222222;
	padding: 30px 0;
	color: white;
	font-size: 14px;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

.let-logo-footer {
	width: 180px;
}

.communitas, .communitas a {
	color: #999;
	padding-top: 25px;
	font-size: 13px;
}

footer .list-inline li {
	display: inline-block;
	margin-right: 10px;
}









/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (max-width: 1399px) {
	
}

/*X-Large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {

	.hero {
		background: url(images-nursery/homehero-image.png) no-repeat center right -100px, url(images-nursery/homehero-image-bg.png) no-repeat center left -30px;
		background-color: var(--drkblue);
		
	}

}

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {

	.hero {
		background: url(images-nursery/homehero-image.png) no-repeat center right -200px, url(images-nursery/homehero-image-bg.png) no-repeat center left -30px;
		background-color: var(--drkblue);
		padding: 30px 0;
		height: 360px;
	}

	.hero h1 {
		font-size: 32px;
	}
	
	.hero h2 {
		font-size: 16px;
	}

	.hero-internal {
		background: url(images-nursery/hero-int-1.webp) no-repeat center right -200px;
		background-color: var(--drkgreen);
		background-size: auto 360px;
		height: 360px;
	}

}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {


	.hero {
		background: url(images-nursery/homehero-image-bg.png) no-repeat bottom left -30px;
		background-color: var(--drkblue);
		background-size: auto 400px;
		padding: 30px 30px;
		height: 360px;
		text-align: center;
	}

	.hero h1 {
		font-size: 28px;
	}


	.hero-internal {
		background: url(images-nursery/hero-int-1.webp) no-repeat center right -100px;
		background-color: var(--drkgreen);
		background-size: auto 260px;
		height: 260px;
	}

	.hero-internal:after {
		background-size: auto 260px;
		height: 260px;
		
	}

	.hero-internal h1 {
		font-size: 40px;
	}
	.hero-internal h2 {
		font-size: 20px;
	}
	.hero-internal h3 {
		font-size: 24px;
	}

	.home-quote-box {
		background-color: var(--yellow);
		background: var(--yellow);
		box-shadow: 0 10px #f7931e;
		padding: 20px;
		border-radius: 25px;
	}

}

/*small*/

@media (max-width: 575px) {

	.navbar-brand img {width: 180px;}

	.hero-internal {
		background: url(images-nursery/hero-bg-curvedark.png) no-repeat center right -100px;
		background-color: var(--drkgreen);
		background-size: auto 260px;
		height: 260px;
		text-align: center;
	}

	.hero-internal:after {
		content: '';
		background: url(images-nursery/stars-bg.png) no-repeat top left;
		background-size: auto 260px;
		display: block;
		height: 260px;
		width: 200px;
		position: absolute;
		top:0;
	}


}