.error{
    color: red;
    font-size: 0.75rem;
    line-height: 1.6rem;
}

html, body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-kerning: normal;
	color: #404040;
}

/*TEXT*/
.txt-normal{
	font-family: 'Raleway', sans-serif;
}
.txt-title{
	font-family: 'Lora', serif;
}
.txt-script{
	font-family: 'Dancing Script', cursive;
}
.txt-medium{
    font-size: 1.7rem;
}
.txt-small{
    font-size: 0.75rem;
}
.txt-black{
	color: #000000;
}
.txt-white{
	color: #ffffff;
}
.txt-navy{
    color: #004d4d;
}

/*FORMS STYLES*/
.btn-1 {
  background: #004d4d;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 1rem;
  padding: 14px 15px 14px 15px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.btn-2 {
  background: #ef5404;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  font-family: 'Custom-Regular', sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 14px 15px 14px 15px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

/*CUSTOM STYLES*/
.link-btn {
	font-family: 'Lora', serif;
	font-size: 1.4rem;
	text-decoration: none;
	color: #000;
	display: block;
}
.link-btn:hover {
	color: #004d4d;
}
/*OVERLAY*/
.overlay-image {
 position: relative;
 width: 100%;
 height: 100%;
 cursor: pointer;
}
.overlay-image .text {
 color: #fff;
 text-shadow: 2px 2px 2px #000;
 text-align: center;
 position: absolute;
 top: 75%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}
@media (max-width: 47em) {
    .overlay-image .text {
      font-size: 1.5rem;
    }
}
@media (min-width: 48em) {
    .overlay-image .text {
      font-size: 1.5rem;
    }
}
@media (min-width: 62em) {
    .overlay-image .text {
      font-size: 1.7rem;
    }
}
@media (min-width: 75em) {
    .overlay-image .text {
      font-size: 1.7rem;
    }
}
/* New overlay on hover */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}
/* New overlay appearance on hover */
.overlay-image:hover .hover {
 opacity: 1;
}
.overlay-image .normal {
 transition: .5s ease;
}
.overlay-image:hover .normal {
 opacity: 0;
}
.overlay-image .hover {
 background-color: rgba(0,51,51,0.7);
}
.footer{
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.header-home{
	background-image: url('../images/top-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.navbar{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
}
.menu{
	width: auto;
	height: 2rem;
	cursor: pointer;
}
.top-spacer{
	padding-top: 4.3rem;
}
.mobilenav{
    background-color: rgba(255,255,255,0.92);
    /*padding: 4.3rem 0 0 0;*/
	position: fixed;
	top: 4.2rem;
	left: 0;
	z-index: 500;
	width: 100%;
}
.mobmainnav {
  padding: 0;
}
.mobmainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobmainnav li a {
  color: #404040;
  display: block;
  text-decoration: none;
  padding: 0.8rem 2rem;
}
.mobmainnav li a:hover {
  color: #000000;
  background-color: #f2f2f2;
  text-decoration: none;
}
.paint-box{
	cursor: pointer;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.img-holder{
    padding: 0.5rem;
    border: 1px solid #ccc;
}
.img-container{
    padding-top: 75%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-title{
    margin: 0.5rem 0 0.3rem 0;
}
.product-desc{
    margin: 0 0 0.3rem 0;
}
.collage-covers{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
@media (max-width: 47em) {
    .collage-covers {
      height: 12rem;
    }
}
@media (min-width: 48em) {
    .collage-covers {
      height: 14rem;
    }
}
@media (min-width: 62em) {
    .collage-covers {
      height: 18rem;
    }
}
@media (min-width: 75em) {
    .collage-covers {
      height: 18rem;
    }
}