@import url('reset.css');

/* ------------------------------ */
/* general */

h1, h2, h3, h4, h5, h6, p, li, a, address {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, li, a, span, i, em, ul, ol, address {
	max-height: 5000em;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:focus {
	color: #FF5065;
}

img {
	display: block;
}

div:after {
	content: "";
	display: table;
	clear: both;
}

.display-none {
	display: none;
}

.heading {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

.subhead {
	font-size: 32px;
	font-weight: bold;
	line-height: 135%;
	margin-bottom: 10px;
	text-align: center;
	color: red;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.pink {
	color: #FF5065;
	font-weight: bold;
}

.green {
	color: #32cd32;
}

/* ------------------------------ */




/* ------------------------------ */
/* body */

body {
	background-color: #1F4B76;
}

.general-wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: white;
}

.social-media {
	padding-top: 10px;
}

.social-media a {
	float: right;
	font-size: 24px;
	margin-right: 10px;
}

.navigation {
	padding: 0 5px;
	margin: 10px 0 10px 0;
}

.navigation a {
	float: left;
	display: block;
	width: calc((100% - 50px) / 5);
	margin: 0 5px;
	text-align: center;
	font-size: 24px;
	color: white;
	background-color: #1F4B76;
	line-height: 50px;
	border-radius: 10px;
}

footer .navigation a {
	width: calc((100% - 60px) / 6);
}

.navigation a:hover,
.navigation a:focus {
	background-color: #3F82C3;
}

.slogan {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	color: white;
	background-color: black;
	padding: 20px 0;
}

.slogan span {
	color: yellow;
}

.news {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	color: white;
	background-color: #FF5065;
	padding: 15px 0;
}

.news span {
	color: yellow;
}

.news a {
	color: yellow;
}

.news a:hover,
.news a:focus {
	color: black;
}

.site-banner img {
	width: 100%;
}

.site-banner:hover,
.site-banner:focus {
	opacity: 0.7;
}

.product-list,
.text-list {
	margin-bottom: 30px;
}

.product-list:after,
.text-list {
	content: "";
	display: table;
	clear: both;
}

.product-list a {
	width: 450px;
	height: 530px;
	background: url("images/product-list-bg.svg");
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	padding-top: 30px;
	padding-left: 40px;
	position: relative;
}

.series-list a {
	height: 714px;
	background: url("images/series-list-bg.svg");
}

.text-list li {
	float: left;
}

.text-list a {
	width: 450px;
	height: 135px;
	background: url("images/text-list-bg.svg");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	padding-top: 30px;
	padding-left: 40px;
	display: block;
}

.product-list a span,
.text-list a span {
	font-weight: normal;
	font-size: 24px;
}

.product-list a:hover,
.product-list a:focus {
	background: url("images/product-list-bg-hover.svg");
	background-repeat: no-repeat;
}

.text-list a:hover,
.text-list a:focus {
	background: url("images/text-list-bg-hover.svg");
	background-repeat: no-repeat;
}

.series-list a:hover,
.series-list a:focus {
	background: url("images/series-list-bg-hover.svg");
	background-repeat: no-repeat;
}

.product-list a:hover span,
.product-list a:focus span,
.text-list a:hover span,
.text-list a:focus span {
	color: black;
}

.product-list-image {
	position: absolute;
	left: 40px;
	top: 120px;
	float: left;
	width: 368px;
	height: 368px;
	border: 1px solid black;
	border-radius: 10px;
}

.series-list-image {
	height: 552px;
}




/* ------------------------------ */







/* ------------------------------ */
/* contact */

.contact {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact .heading {
	margin-bottom: 20px;
}

.contact p, address {
	font-size: 24px;
	line-height: 135%;
	margin-bottom: 10px;
}

.contact a {
	color: #FF5065;
}

.map {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ------------------------------ */





/* ------------------------------ */
/* about */

.about {
	padding: 30px 40px;
	margin-bottom: 10px;
}

.about h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.about h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 135%;
	margin-bottom: 10px;
}

.about p {
	font-size: 24px;
	line-height: 135%;
	margin-bottom: 20px;
}

.about ul {
	margin-bottom: 20px;
}

.about li {
	font-size: 24px;
	line-height: 135%;
}

.about ul li { 
	list-style: none;
}

.about ul li:before {
	content: "»";
	padding-right: 15px;
}

/* ------------------------------ */





/* ------------------------------ */
/* footer */

footer {
	margin-top: 20px;
}

footer p {
	font-size: 24px;
	text-align: center;
	line-height: 150%;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 30px;
}

/* ------------------------------ */







/* ------------------------------ */
/* how to order */

.steps {
	padding: 30px 40px;
}

.steps li {
	font-size: 24px;
	line-height: 135%;
	margin-bottom: 20px;
}

.steps a {
	color: red;
}

/* ------------------------------ */







/* ------------------------------ */
/* single */

.product-group {
	padding: 30px 0;
}

.pure-text {
	padding: 30px 40px;
}

.product-group h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.gallery-group h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.product-group h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 135%;
	color: #3F82C3;
}

.gallery-group {
	padding-bottom: 30px;
}

.gallery-group img {
	float: left;
}

.gallery-group h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 135%;
}

.product-group h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 135%;
}

.product-group p {
	font-size: 24px;
	line-height: 135%;
	margin-bottom: 20px;
}

.product-group ul {
	margin-bottom: 20px;
	list-style: disc;
	list-style-position: inside;
}

.product-group ol {
	margin-bottom: 20px;
	list-style: decimal;
	list-style-position: inside;
}

.product-group li {
	font-size: 24px;
	line-height: 135%;
}

.product-info {
	float: left;
	width: 390px;
}

.product-info ul li,
.pure-text ul li { 
	list-style: none;
}

.product-info ul li:before,
.pure-text ul li:before {
	content: "»";
	padding-right: 15px;
}

.feature-image {
	float: left;
	margin-right: 20px;
}

.feature-image-group {
	float: left;
	margin-right: 20px;
	width: 450px;
}

.feature-image-group img {
	padding-bottom: 10px;
}

.product-images {
	padding-bottom: 30px;
}

.product-images img {
	float: left;
}

.baby-in-car-image img {
	width: 50%;
}

/* ------------------------------ */












