/* Body
-------------------------------------------------------------------------------------------------- */
body {
	background-color: #FFF;
}
	
#navbox {
	z-index: 99997;
	width:100%;
	height:90px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: #FFF;
	-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	box-sizing: border-box;
}

#navigation {
	margin-left: auto;
	margin-right: auto;
	width:1400px;
	height:90px;
	position:relative;
	box-sizing: border-box;
}

#babylogo {
	position: absolute;
	padding: 10px 0 0 10px;
	}

#mainlogo {
	max-width:100%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: #d9dedf;
	box-sizing: border-box;
}

#mainlogo img {
	clear: both;
	display: block;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;	
}

#sliderbackground {
	width:100%;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#58585a;
	position:relative;
	box-sizing: border-box;
}

#slider {
	z-index: 99996;
	margin-left: auto;
	margin-right: auto;
	width:1400px;
	height:600px;
	background-color: rgba(0,0,0,0.6);
	position:relative;
	box-sizing: border-box;
}

#content {
	z-index: 99995;
	width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	position:relative;
	padding: 50px 25px 25px 25px;
	color: #333;
	box-sizing: border-box;
}

#container-3box {
	width:1400px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 40px;
	height:380px;
	position:relative;
	background-color: #FFF;
	box-sizing: border-box;
}

#violetbox1 {
	width:440px;
	height:380px;
	background-color:#d9dedf;
	overflow: hidden;
	margin-right: 40px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height: 2em;
	color: #008c99;
	border-radius:20px;
	box-sizing: border-box;
}

#violetbox2 {
	width:440px;
	height:380px;
	background-color:#d1e400;
	overflow: hidden;
	margin-right: 40px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height: 2em;
	color: #FFF;
	border-radius:20px;
	box-sizing: border-box;
}

#violetbox3 {
	width:440px;
	height:380px;
	background-color:#d1e400;
	overflow: hidden;
	margin-right: 0px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height: 2em;
	color: #000;
	border-radius:20px;
	box-sizing: border-box;
}

.imgvb {
	width: 100%;
	display: flex; 
    justify-content: center; 
    align-items: center;
	float: left;
	border-radius:20px;
}

.pvb {
	padding: 25px;
	}

/* Accordion
-------------------------------------------------------------------------------------------------- */

dd { display:none; }

dd p {
	margin-left: 40px;
	}

dt a {
	color: #000;
	text-decoration: none;
	display: table;
	width: 90%;
	padding: 1rem 1rem 0rem 1rem;
  	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height: 1.5em;
  	font-weight: 400;
  	border-bottom: 1px solid #e5e5e5;
	}

dt a:active, a:focus, a:visited {
	outline: none;
	}

dt img {
	position: relative;
	top: -0.5rem;
	float: left;
	width: auto;
	}
	
dt a:hover {
  cursor: pointer;
  color: #d1e400;
  }



/* Footer
-------------------------------------------------------------------------------------------------- */

#footerbox {
	width:100%;
	height:500px;
	background-color:#008c99;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	box-sizing: border-box;
}

#footer {
	z-index: 99994;
	margin-left: auto;
	margin-right: auto;
	width:1400px;
	height:auto;
	background-color: #008c99;
	position:relative;
	box-sizing: border-box;
}

#footer img {
	padding: 20px 20px 0 0;
	}

#navFooter {
	position: absolute;
	right: -30px;
	margin: -40px 10px 0px 0px;
}

#navFooter li {
    float:right;
	margin-right:25px;
	list-style: none;
}

#navFooter li a {
	height: 21px;
	border-right: 1px solid #FFF;
	padding-right:25px;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	display:block;
	text-decoration: none;
}

#navFooter li a.last {
	border-right: none;
	padding-right:0px;
	}
	
#navFooter li a.first {
	border-right:1px solid #FFF;
	}

#footer-address {
	position: relative;
	margin-top: 50px;
	float: left;
	font-family: "Times New Roman";
	font-size:1.25rem;
	line-height: 1.25em;
	color:#FFF;
	}

#footer-address a {
	color:#d1e400;
	text-decoration: none;
}

/* Font-Style
-------------------------------------------------------------------------------------------------- */


a, a:link, a:active, visited {
	text-decoration: none;
	color: #008c99;
	}

a:hover {	
	text-decoration: underline;
	}
	
a:focus {	
	outline: none;	
	} 

H1 {
	font-family: 'Rock Salt', cursive;
	font-size:30px;
	line-height:1.5em;
	color: #008c99;
}

H2 {
	font-family: 'Rock Salt', cursive;
	font-size:20px;
	line-height:1.5em;
	color: #FFF;
}


p {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height: 1.5em;
	color: #000;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
	}

.listing {
	list-style-image: url(images/bullit-green.gif);
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height: 1.5em;
	color: #000;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
}

/* Navigation
-------------------------------------------------------------------------------------------------- */

.menufont {
	top: -26px;
	position: relative;
	font-family: 'Rock Salt', cursive;
	font-weight: bold;
	font-size: 20px;
	color: #008c99;
}

#toggleNavMain {
	display:none;
}

#navMain {
	position: relative;
	float: right;
	padding-top: 10px;
}

#navMain li {
	width: 200px;
	display: inline-table;
	list-style: none;
}

#navMain li a {
	height: 50px;
	font-family: 'Rock Salt', cursive;
	color: #008c99;
	display:block;
	text-decoration: none;
}

/* Drop-Down Navigation */
ul#navMain li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:0.7;
}

ul#navMain ul, ul#navMain ul li ul {
	list-style: none;
    margin: 15px 0 0 0;
    padding: 0;    
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99997;
	width:200px;
	background:#000;
	box-shadow:3px 0px 3px #000;
/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navMain ul li {
	width: 100%;
}

ul#navMain ul li a {
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	display: table-cell;
    vertical-align: middle;
	width: 200px;
	box-sizing: border-box;
}

ul#navMain ul li a:hover {
	background: #038b99;
}


@media screen and (max-width:1400px) {
	
#navigation {
	width:1200px;
	}

#sliderbackground {
	height:auto;
}

#slider {
	width:1200px;
	height:auto;
	}

#content {
	width:1200px;
	}

#container-3box {
	width:1200px;
	}

#violetbox1 {
	width:380px;
	height:380px;
	margin-right: 30px;
	font-size:20px;
	}

#violetbox2 {
	width:380px;
	height:380px;
	margin-right: 30px;
	font-size:20px;
	}

#violetbox3 {
	width:380px;
	height:380px;
	font-size:20px;
	}

#footer {
	width:1200px;	
}

@media screen and (max-width:1200px) {

#navbox {
	height:75px;
	}

#navigation {
	width:100%;
	height: 75px;
	}

#babylogo {
	display:none;
	}
	
#toggleNavMain {
		display:block;
		z-index: 99998;
		position: absolute;		
		top: 5px;
		left: 20px;
		cursor:pointer;
	}

	.js #navMain {display:none;}

	#navMain {
		margin: 75px 0 0 -40px;
		float: none;
		z-index: 99998;
		opacity: 1;
	}	

	#navMain li {
		width: 100%;
	}

	#navMain li a {
		background-color:#58585a;
		height: 40px;
		color: #fff;
		text-align: center;
	}

	#navMain li a:hover {
		background-color:#d1e400;
	}
	
	ul#navMain ul {
		margin: 0;
		background: #445bab;
		position: relative;
		visibility:visible;
		opacity:1;
		top: 0px;
		list-style: none;
		width:100%;	
	}
	
	ul#navMain ul li {
		display:block;
		visibility: visible;	
	}
	
	ul#navMain ul li a {
		background-color:#008c99;
		height: auto;
		padding:5px 0 5px 0;
		color:#FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 150%;
		display: inline-block;
		float: left;
		clear: both;
		width: 100%;
		}
		
	ul#navMain ul li a:hover {
	background: #d1e400;
	}
		
	#navMain li a.first {
		border: 0;
	}

	#navMain li a.last {
		border: 0;

		margin-bottom: 5px;
	}

#slider {
	width:1000px;
	}

#content {
	width:1000px;
	}

#container-3box {
	width:1000px;
	height:320px;
	}

#violetbox1 {
	width:320px;
	height:320px;
	line-height: 1.5em;
	font-size: 18px;
	margin-right: 20px;
	}

#violetbox2 {
	width:320px;
	height:320px;
	font-size: 18px;
	margin-right: 20px;
	}

#violetbox3 {
	width:320px;
	font-size: 18px;
	height:320px;
	}

#footer {
	width:1000px;
	}
	
}

@media screen and (max-width:1000px) {
	
#mainlogo {
	height:140px;
}

#mainlogo img {
	height: 120px;
}

#sliderbackground {
	height:auto;
}

#slider {
	width:100%;
	height:auto;
	}

#content {
	width:100%
	}

#container-3box {
	width:100%;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 40px;
	height:auto;
	position:relative;
	background-color: #FFF;
	}

#violetbox1 {
	width:440px;
	height:320px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	float: none;
	border-radius:10px;
	}

#violetbox2 {
	width:440px;
	height:320px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	float: none;
	border-radius:10px;
	}

#violetbox3 {
	width:440px;
	height:320px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	float: none;
	border-radius:10px;
	}

.imgvb {
	border-radius:10px;
}

#footer {
	z-index: 99994;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:360px;
	background-color: #008c99;
	position:relative;
	}

#logobox { 
	clear: both;
	float: none;
   	text-align: center;
}

#navFooter {
	position: relative;
	right: 0px;
   	margin: 20px auto;
   	text-align: center;
}

#footer img {
	padding: 30px 20px 15px 20px;
	}

#navFooter li {
    display: inline-block;
	float:none;
	margin-right: 25px;
   	text-align: center;
	list-style: none;
}

#navFooter li a.last {
	border-right: 1px solid #FFF;
	padding-right:25px;
}
	
#navFooter li a.first {
	border-right: none;
}

#footer-address {
	margin-top: 50px;
	float: none;
	text-align: center;
	}

p {
	font-size:18px;
	}

dd p {
	margin-left: 25px;
	}

dt a {
	line-height: 1rem;
	width: 95%;
	font-size:18px;
  	border-bottom: 1px solid #e5e5e5;
	}

dt img {
	position: relative;
	top: -0.5rem;
	float: left;
	width: 48px;
	}

.listing {

	font-size:18px;
}

}

@media screen and (max-width:600px) {

#sliderbackground {
	height:auto;
}

#violetbox1 {
	width:100%;
	border-radius:0px;
	}

#violetbox2 {
	width:100%;
	border-radius:0px;
	}

#violetbox3 {
	width:100%;
	border-radius:0px;
	}	
	
.imgvb {
	border-radius:0px;
}

#footer {
	height:450px;
	}

#footerbox {
	height:650px;
}

#navFooter li {
   	display: list-item;
	text-align: center;
	list-style: none;	
	margin-left: -15px;
}

#navFooter li a {
	height: 30px;
	padding-right: 0px;
	border-right: none;
}


#navFooter li a.last {
	border-right: none;
	padding-right:0px;
}

#footer-address {
	margin-bottom: 25px;
	float: none;
	text-align: center;
	}

H1 {
	font-family: 'Rock Salt', cursive;
	font-size:1.5rem;
	color: #008c99;
}	
	
}