@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Quicksand');

html, body {
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	color: #333;
}

a, a:hover {
	text-decoration: none !important;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Patrick Hand SC', cursive;
	text-transform: lowercase;
	color: #e3006b;
}

button {
	font-family: 'Patrick Hand SC', cursive;
	text-transform: lowercase;
}

h1 {
	font-size: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

body {
	background: #fafafa;
}

#nav {
	background-color: rgba(255,255,255, 0.95);
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}

#nav-extra {
	background-color: rgba(255,255,255, 0.5);
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	width: 100%;
}

#nav .container {
	padding: 15px;
}

#logo {
	margin-top: -30px;
}

#header {
	background: #ddd url(../media/babies/header.jpg) center;
	height: 700px;
	background-size: cover;
}

#logo, #menu {
	float: left;
}

#send-inquiry {
	float: right;
	padding-right: 20px;
}

#send-inquiry img {
	width: 223px;
	height: 58px;
}

#menu {
	margin-top: 14px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#partners {
	text-align: center;
}

#partners img {
	height: 100px;
	margin: 10px 20px 20px 20px;
	cursor: pointer;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 8px;
}

#menu a:hover {
	background: #eee;
}

#menu a.selected,
#menu a.selected:hover {
	background: #e3006b;
	color: #fff;
}

#about .container:first-child,
#products .container:first-child,
#contact .container:first-child,
#partners .container:first-child{
	padding: 30px 20px 50px 20px;
}
#products2 .container:first-child {
	padding: 160px 20px 50px 20px;
	min-height: 400px;
}

p {
	line-height: 24px;
	letter-spacing: 1px;
}

#about p, #about .photo {
	margin-bottom: 20px;
}

.icon {
	opacity: 0.4;
	float: left;
	margin-right: 20px;
}

#products {
	background: #f0f0f0;
}

#partners {
	background: #fff;
}

#view-more {
	text-align: center;
	margin-top: 50px;
}

button {
	background: #0085f6;
	color: #fff;
	border: 0;
	padding: 10px 40px 15px 40px;
	font-size: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}

#products button {
	padding: 20px 40px 25px 40px;
	font-size: 30px;
}

#stork {
	opacity: 0.4;
	text-align: center;
}

#card {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

#card img {
	margin-bottom: 40px;
}

#footer {
	background: #555;
	padding: 40px;
	color: #fff;
	text-align: center;
}

input, textarea {
	width: 100%;
}


#products2 img {
	border: 1px solid #ddd;
	padding: 10px;
	height: 180px;
	width: 180px;
	margin: 0 10px 15px 0;
	object-fit: contain;
}

#products2 .product-category {
	display: none;
	text-align: center;
}

#products2 h1 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 30px;
	line-height: 30px;
}

#product-info {
	background: #0085f6;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#product-info a {
	color: #fff;
}

#product-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product-list li {
	cursor: pointer;
	padding: 10px 20px;
	border-right: 1px solid #ddd;
}

#product-list li:hover {
	background: #ddd;
}

#product-list li.selected {
	background: #e3006b !important;
	color: #fff !important;
}

/* Media Queries */

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

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

@media only screen and (max-width : 992px) {
	#send-inquiry {
		display: none;
	}
	#logo, #menu {
		float:none;
	}
	#nav {
		text-align: center;
	}
	#menu {
		margin-top: 20px;
		border: 0;
	}
	#header {
		height: 500px;
	}
	#card {
		text-align: center;
	}
	#products p {
	    margin-bottom: 40px;
	}
	#view-more {
	    margin-top: 0px;
	}
	#menu {
	    padding: 0;
	    margin: 10px 0 0 0;
	}
}

@media only screen and (max-width : 768px) {
	#products2 .product-category {
		display: block !important;
	}
	#product-list {
		display: none;
	}
	#products2 img {
		height: 140px;
		width: 140px;
	}
	#products2 h1 {
		background: #e3006b;
		color: #fff;
		padding: 3px 10px 10px 10px !important;
		border: 0;
		border-radius: 10px;
	}

}

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

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