h1{
    font-size: 2.5em;
}
h2{
    font-size: 2.2em;
}
h3{
    font-size: 1.53em;
}
/* header */
header.style-3 #branding {
	max-width: 255px;
}
    header.style-3 #main-menu nav li {
    	margin: 0 0 0 25px;
    }

/* footer */
.footer-inner-container .footer-items .footer-item {
	flex: none;
	margin-bottom: 0px;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
html {
	background-size: cover;
}

.main-container {
	/*margin-top: 90px;*/
	margin-top: 0px;
}
.strip-row {
	margin-bottom: 75px;
}

/* main visual */
.main-visual-default .slogan span.first-phrase {
	font-size: 3.13em;
    line-height: 1;
}


/* home page */
.core-features-strip .xbox-default.option-one .xbox .flex-container {
	padding: 25px 15px 0;
}
.main-content-strip > .container > .xList{
    max-width: 1440px;
    margin: 0 auto;
}
.newsletter-strip > .container {
	width: 60%;
	max-width: 800px;
}
.demo-strip > .container > .xList {
	width: 90%;
	max-width: 938px;
	margin: 0 auto;
}

.three-col-xlist-1024.with-gaps.variation-one.flex-without-rotator .flex-xlist > .xList-items > .xList-item:first-child {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
}
.three-col-xlist-1024.with-gaps.variation-one.flex-without-rotator .flex-xlist > .xList-items > .xList-item:nth-child(n+2) {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
}