/* Global Styles */
h1 {
  color: #fff;
  font-weight: bold;
}

h2, h4 {
  color: #25318D;
}

h5 {
  margin-top: 7%;
}

p {
  font-family: 'Montserrat', 'Helvetica', serif;
  font-size: 1rem;
}

hr {
    border-top: solid 6px #E0AB5B;
    border-bottom: none;
    width: 40%;
    margin: 20px auto;
    opacity: 1.0;
}

/* Navigation top */
.navbar {
  background-color: #fff;
  border-bottom: solid 2px #131946;
}

/* Responsive header container */
.responsive-header {
  position: relative;
  margin-top: 70px;
  border-bottom: 2px solid #131946;
}

.centered {
  position: absolute;
  top: 40%;
  left: 40%;
}

.text-content {
  width: 75%;
  margin: 0 auto;
  padding: 3% 0;
}

#contact-heading {
  text-align: center;
  margin-top: 2%;
}

#contact-sub {
  text-align: center;
  font-family: 'Montserrat','Helvetica', serif;
  font-size: 1.5rem;
  color: grey;
}

/* Mission Statement */
.container-mission {
  text-align: center;
  background-color: #fff;
  width: 80%;
  padding: 3% 10%;
  margin: 0 auto;
}

.mission {
  padding: 2%;
}
/* Carousel */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Image caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights positioning of img element */
.carousel-item {
  height: 30rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 30rem;
}

/* Buttons for forms, carousel and containers */
.btn-carousel {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #778085;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-carousel:hover {
  background: #131946;
  color: #fff;
  text-decoration: none;
}

.btn-featurette {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #E0AB5B;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn-featurette:hover {
  background: #131946;
  color: #fff;
  text-decoration: none;
}

.btn-form {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #000000;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
}


.btn-form:hover {
  background: #a4a5a6;
  text-decoration: none;
}
/* Container for some elements on index page */
.container-fluid {
    background-color:#131946;
    padding: 2% 0;
}

.row {
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Services Container */
 .col-lg-6 ul {
  text-align: left;
  font-family: 'Montserrat','Helvetica', sans-serif;
}

.featurette {
  padding: 1%;
}
/* Marketing */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin: 1.5rem 0;
  text-align: center;
}
.marketing  {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* Form styling */
.container-form {
    background-color: #f2f2f2;
    width: 85%;
    margin: 0 auto;
    padding: 3%;
}

#outer {
    width: 80%;
    background-image: url('images/Yardquote1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 5% 0;
}

#outer-contact {
  width: 80%;
  background-image: url('images/form3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 5% 0;
}

#status {
  width: 85%;
  padding: 3%;
}

/* Content for all unordered lists on all pages */
.bodytext {
  font-family: 'Montserrat','Helvetica', serif;
  font-size: 1rem;

}

/* Container for corona virus message */
.sacoronavirus {
    background-color:#E0AB5B;
    padding: 2% 0;
}

#corona {
text-align: center;
  margin-left: 10%;
  margin-right: 10%

}

/* Footer CSS */
.footer {
  text-align: center;
  background-color: grey;
  padding: 2% 0;
}

.yard {
  font-size: 14px;
}

.footer-nav {
  display: inline-block;
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #131946;
}

.footer-nav a:active {
  color: #E0AB5B;
  text-decoration: underline;
}



/* Responsive CSS  */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
