html {
  font-size: 18px;
}

.rs-hero {
    background: url("../images/1.jpg") center center/cover no-repeat scroll;
}

@media (max-width: 575px) {
    .rs-hero, .rs-services-hero, .rs-contact-hero {
        height: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .rs-hero, .rs-services-hero, .rs-contact-hero {
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rs-hero, .rs-services-hero, .rs-contact-hero {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .rs-hero, .rs-services-hero, .rs-contact-hero {
        height: 400px;
    }
}

.rs-hero-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: inherit;
/*    position: relative;*/
}

.rs-services-hero {
    background: url("../images/2.jpg") center center/cover no-repeat scroll;
}

.rs-contact-hero {
    background: url("../images/3.jpg") center center/cover no-repeat scroll;
}

.rs-services-list {
    font-size: 1.1rem;
    color: #636363;
}

.rs-services-list li {
/*    margin-top: 5%;*/
    margin-bottom: 5%;
}

.rslogo {
    width: 45%;
    max-width: 700px;
}

.rs-logo-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem !important;
    color: darkslateblue;
    line-height: 1.4rem;
}

.rs-logo-text:hover {
	color: midnightblue;
}

.rs-footer{
    background-color: #4d4c43;
}

/* vertical line in div for md and up */
@media (min-width: 768px) {
    .vertical-line {
        border-right: 1px solid #888;
        height: 100%;
    }
}

/* rollover image swap */
.image-swap img:last-child{display:none;}
.image-swap:hover img:first-child{display:none;}
.image-swap:hover img:last-child{display:inline-block;}

.rsmenu {
	background-color: #fccb1a;
}

.rsmenuitem {
	color:#333;
}

@media (max-width: 767px) {
    .rsmenuitem:hover {
      color: tomato;
    }
}

@media (min-width: 768px) {
    .rsmenuitem:hover {
      color: #fff !important;
      background-color: darkorchid;
    }
}

.activelink {
  color: darkgray;

}

.rs-hr {
  border: 0;
  height: 1px;
/*  width: 75%;*/
  background: #111;
  background-image: linear-gradient(to right, #ccc, #111, #ccc);
/*  margin: 15px auto 0;*/
  width: 15rem;
}


/* change text color of error text in jquery validation plugin */
.error {
  color: orangered;
}
