
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}


header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../images/PRS_Main_Image.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

.about-us {
  position: relative;
  background-color: #343a40;
  background: url("../images/PRS_AboutUs_Background.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.about-us-head{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-stretch: normal;
  font-weight: lighter;
  font-variant-caps: all-small-caps;
  font-size: large;
  text-align: left;
}

.grey-caps{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-stretch: normal;
  font-weight: lighter;
  font-variant-caps: all-small-caps;
  text-align: center;
}
.bg-grey{
  background-color: lightgray;
}

@media (max-width: 576px){
  .footer-links{
    display:none;
  }
}

@media (min-width: 992px) {
  .vertical { 
    border-left: 1px solid darkorange !important; 
  } 
}

.about-us-paragraph{
  text-align: justify;
}

.feature-image{
  align-items: center;
  max-width: 25%;
  height: auto;
  margin-bottom: 20px;
}

a.nav-link{

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-stretch: normal;
  font-weight: lighter;
  font-variant-caps: all-small-caps;
  font-size: x-large;

}

a.nav-link:visited{
  color: darkgray;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.services {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.services .services-item {
  max-width: 18rem;
}

.services .services-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}
footer.footer {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 4rem;
  color:darkgrey;
}

footer .list-group-item {
  background-color: lightgray;
  padding:0;
  border: 0;
  vertical-align: text-top;
}
.footer-logo{
  display: inline-block;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.credits{
  color:darkgrey;
}


