@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

body {
	font-family: "mr-eaves-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	position: relative;
	line-height: 1.2;
}

.col-2_5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
	.col-2_5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}

	@media (min-width:576px) {
		.col-sm-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:768px) {
		.col-md-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:992px) {
		.col-lg-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:1200px) {
		.col-xl-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}

.parallax {
  perspective: 1px;
  height: 100%;
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin: 0 -15px;
	background: #ECF3F0;
}
.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center 0;
  height: 100%;
  width: 100%;
  
}
.parallax__layer--1 {
  transform: scale(1.0198);
  background-image: url('../img/banner.png');
}
/*.parallax__layer--2 {
  transform: scale(1.0298);
  background-image: url('../img/banner-flowers.png');
}
.parallax__layer--3 {
  transform: scale(1.0398);
  background-image: url('../img/banner-paisleys.png');
}
.parallax__layer--4 {
  transform: scale(1.0098);
  background-image: url('../img/banner-logo.svg');
}*/


h2 {
	color: #F38163;
	font-size: 2.75rem;
	line-height: 1.05;
	margin-bottom: 2rem;
}
	.serging-services h2 {
		color: #CB236A;
	}
	@media (min-width: 768px) {
		h2 {
			font-size: 3.75rem;
		}
	}
h3 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.1;
}
	.fully-computerized h3, .mid-custom h3 {
		color: #fff;
	}
	
h4 {
	font-size: 1.375rem;
	line-height: 1.1;
}
	
.lead {

}
	
.logo-nav {
	background: #97447F;
	padding: 30px 30px 60px 30px;
}
	.logo {
		display: block;
		width: 204px;
		max-width: 100%;
		margin: 0 0 25px;
	}
	@media (min-width: 992px) {
		
	}

.fully-computerized {
	color: #DB4029;
	background: #FDBE69;
	padding: 3rem 2rem 3rem;
}

.mid-custom {
	color: #504381;
	background: #AECABC;
	padding: 3rem 2rem 3rem;
}

.h2-holder {
	background: #FDBE69;
}
.long-arm h2 {	
	margin-top: 3rem;
	margin-bottom: 0;
}
	.box {
		display: inline-block;
		background: white;
		background-clip: padding-box;
		border: 4px dotted white;
		padding: 1rem 2rem;
		position: relative;
		
	}
		.long-arm h2 .box {
			
		}
	@media (min-width: 576px) {
		.h2-holder {
			height: 0;
			min-height: 0;
		}
		.long-arm h2 {
			margin-top: 0;
			position: absolute;
			z-index: 1;
			left: 0;
			right: 0;
		}
		.long-arm h2 .box {
			top: -52px;	
		}
		.fully-computerized, .mid-custom {
			padding: 6rem 2rem 3rem;
		}
	}
	
.img-icon {
	width: 154px;
	height: 154px;
	
}
.price {
	color: #fff;
	font-size: 2rem;
}


.antique-disclaimer {
	color: #fff;
	font-size: 1.375rem;
	font-style: italic;
	background: #97447F;
	background-clip: padding-box;
	border-bottom: 4px dotted #97447F;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.binding-services {
	background: #FFF6EA;
	padding: 3rem 0;
}
	.binding-item {
		
	}
		.binding-item strong {
			font-size: 1.25rem;
		}
	.binding-price {
		font-size: 2rem;
	}
	.binding-desc {
		font-style: italic;
	}
.serging-services {
	background: #F9EAF2;
	padding: 3rem 0;
}

.fully-computerized .prices-list, .mid-custom .prices-list {
	padding: 0 2rem;
}

.prices-list .row {
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #333;
}
	.fully-computerized .prices-list .row {
		border-top: 1px solid rgba(243,129,99,.5);
	}
	.mid-custom .prices-list .row {
		border-top: 1px solid rgba(80,67,129,.5);
	}
	.prices-list .row:first-child {
		border-top: none;
	}
	.prices-list .row > * {
		padding: 0;
	}

.nav {
	display: block;
}
.nav ul {
	display: block;
}
.nav li {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}
.nav li a {
	color: #F38163;
}

@media (min-width: 992px) {
	.nav li {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
}

.contact {
	color: #fff;
	font-size: 1.375rem;
	font-style: italic;
	background: #97447F;
	background-clip: padding-box;
	border-bottom: 4px dotted #97447F;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.btn-contact {
	background: #fff;
	color: #97447F;
}
	.btn.btn-contact:focus, .btn.btn-contact:hover {
		color: #F38163;
	}
	