* {
	box-sizing:border-box;
}
body {
	margin:0;
	background:white;
}
.page-wrap {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
h1, h2, p {
	margin:0 0 16px;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size:1.1em;
	line-height:1.5;
	font-weight: 100;
}

.site-header,
.site-footer {
	padding:20px;
	color:#fff;
	background:white;
}

.site-header h1 {
	margin-bottom:0;
	color:#fff45a; /* yellow */
}
.site-header a img {
	max-width: 180px;
}
@media screen and (max-width:450px) {
	.site-header h1 {
		width:80%;
	}
}
.site-nav {
	float:right;
}
@media screen and (max-width:850px) {
	.site-nav {
		float:right;
		margin-top: 70px;
		text-align: right;
	}
	.site-nav ul {
		padding:0;
	}
}
@media screen and (max-width:850px) {
	.site-nav ul {
		display:none;
	}
}
.site-nav ul {
	list-style:none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.site-nav li {
	display:inline-block;
	margin-left:15px;
}
@media screen and (max-width:850px) {
	.site-nav li {
		display:block;
		margin:0.25em 0;
	}
}
.site-nav a {
	color:#262261;
	text-decoration:none;
}
.site-nav .featured-link {
	font-size:1.25em;
	text-transform:uppercase;
	font-weight:bold;
}
.nav-icon,
.nav-icon:before,
.nav-icon:after {
	content:"";
	position:absolute;
	right:1em;
	width:2em;
	height:2em;
	border-top:0.25em solid #262261;
}
.nav-icon {
	display:none;
	top:25px;
	margin-top: 1em;
}
@media screen and (max-width:860px) {
	.nav-icon { display:block; }
}
.nav-icon:before {
	top:0.25em;
	right:0;
}
.nav-icon:after {
	top:0.75em;
	right:0;
}

.intro {
	background:url('hero-image.jpg') no-repeat center center;
}
.intro-dry {
	background:url('dryclean.jpg') no-repeat center center;
}
.intro-iron {
	background:url('iron.jpg') no-repeat center center;
}
.intro-alteration {
	background:url('alterations.jpg') no-repeat center center;
}
.intro-contact {
	background:url('contact.jpg') no-repeat center center;
}
.intro-content {
	padding:20px;
	background:rgba(27,26,26,0.8);
	height: 400px;
}
.intro-content p {
	color: white;
	text-align: center;
}

.offer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.offer .delivery {
	display: inline-block;
    margin-left: 25px;
}

.offer .collection {
	display: inline-block;
    margin-right: 25px;
}

@media screen and (max-width:450px) {
	.offer .delivery {
	display: block;
	margin-left: 0px;
	}
}

@media screen and (max-width:450px) {
	.offer .collection {
	display: block;
	margin-right: 0px;
	}
}

@media screen and (max-width:450px) {
	.intro-content {
		float:none;
		width:100%;
		height:560px;
	}
}

@media screen and (max-width:450px) {
	.intro-content h1 {
		margin-top: 140px;
	}
}
.intro-title {
	font-size:2em;
	color: white;
	text-align: center;
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.button {
	display:block;
	max-width:10em;
	padding:0.5em;

	color:white;
	background:#262261;
	border-radius:4px;
	border:2px solid #262261;
	font-size: 14px;

	font-family: 'Montserrat', sans-serif;
	text-align:center;
	text-decoration:none;

	margin-top: 12px;
	margin-left: auto;
    margin-right: auto;

	transition:0.3s;
}
.button:hover {
	background:#fff;
	color: #262261;
}
.call-to-action {
	background:#fff45a;
	border:1px solid #fff45a;
	border-bottom:3px solid #cdc346;
}
.call-to-action:hover {
	background:#ffffcc;
}

.features {
	padding:20px 20px;
	background:#fff;
}
.feature {
	display:table-cell;
	width:33.33%;
	padding:0px 0px 30px 0px;
	margin-bottom: 20px;
	background: #f1f1f1;
    border-right: white 5px solid;
    border-left: 5px solid white;
}

.feature h1 {
	font-size: 1em;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.feature h3 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #262261;
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 8px;
}

.features h1 {
    text-align: left;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #262261;
}

@media screen and (max-width:650px) {
	.features {
		padding:0 20px;
	}
	.feature {
		display:block;
		width:100%;
		border:0;
		background: #dcdcdc;	
	}
}

.feature:first-child {
	border-left:0;
}

.feature .iconimg {
	max-width: 100%;
}

.feature .contact-icon {
	max-width: 60%;
	padding-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.site-footer p {
	margin: 0;
    font-size: 12px;
    text-align: right;
    color: white;
    font-weight: 100;
}

.site-footer-left {
	display: inline-block;
}

.footer-logo {
    width: 120px;
}

.site-footer-right {
	display: inline-block;
    float: right;
}

.info p {
	text-align: left;
}

.customersupport {
    margin-bottom: 20px;
}

.customersupport h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #262261;
    margin-top: 30px;
    margin-bottom: 8px;
}

.mini-underline	{
    border: 1px solid red;
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.customersupport p {
	margin-bottom: 0px;
	text-align: center;
}

.customersupport-left {
	margin-bottom: 30px;
	width: 50%;
	display: block;
	float: left;
	padding-right: 30px;
}

@media screen and (max-width:650px) {
	.customersupport-left {
	margin-bottom: 0px;
	width: 100%;
	display: block;
	float: left;
	padding-right: 0px;
	}
}

.customersupport-left h3 {
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #262261;
	text-align: left;
}
.customersupport-left p {
	margin-bottom: 0px;
	text-align: left;
}

.servicecopy {
	font-size: 14px;
	padding-bottom: 10px;
}

.customersupport-right {
	margin-bottom: 30px;
	width: 50%;
	display: block;
	float: right;
}
@media screen and (max-width:650px) {
	.customersupport-right {
	margin-bottom: 50px;
	width: 100%;
	display: block;
	float: left;
	padding-right: 0px;
	}
}
.customersupport-right h3 {
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #262261;
	text-align: left;
}
.customersupport-right p {
	margin-bottom: 0px;
	text-align: left;
}

.additionalnote {
	margin-bottom: 30px;
	width: 100%;
	display: block;
	float: left;
}

.additionalnote h3 {
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #EC1C24;
	text-align: left;
}

.address {
	margin-bottom: 20px;
}
.address p {
	margin-bottom: 0px;
	text-align: center;
}

.contacts {
	margin-bottom: 30px;
}
.contacts p {
	margin-bottom: 0px;
	text-align: center;
}

.contacts a {
    text-decoration: none;
}

.contacts a p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: black;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer {
	padding:20px;
	color:white;
	background:#262261;
}

.footer-container {
	max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* utils */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
