/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color:rgba(0,0,0,.5)!important;
}




/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFA400;

}

body {
  /*display: -ms-flexbox;
  display: flex;*/
  font-family: 'Montserrat', sans-serif; 
}

.cover-container {
  max-width: 100%;margin-bottom: 10rem;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0; 
}


/*
 * Cover
 */
.cover {
  padding: 0 0.5rem;
}

.cover img.responsive{ width: 100%; max-width: 100%; height: auto;
}

.cover-heading{width: 100%;
}


.cover h1 {
    font-size: 4.0rem;
    line-height: 0.9em;
}
.cover h2 {
    font-size: 4.0rem;
    line-height: 0.9em;
}
@media (min-width: 768px) {
  .cover h1 {
    font-size: 5.5rem;
    line-height: 0.9em;
  }
  .cover h2 {
    font-size: 5.5rem;
    line-height: 0.9em;
  }

}
@media (min-width: 992px) {

  .cover h1 {
    font-size: 10.5rem;
    line-height: 0.9em;
  }
  .cover h2 {
    font-size: 10.5rem;
    line-height: 0.9em;
  }
}
@media (min-width:1200px)
 {

  .cover h1 {
    font-size: 13.0rem;
    line-height: 0.9em;
  }
  .cover h2 {
    font-size: 13.0rem;
    line-height: 0.9em;
  }
}

@media (min-width:1400px)
{

  .cover h1 {
    font-size: 18.0rem;
    line-height: 0.9em;
  }
  .cover h2 {
    font-size: 18.0rem;
    line-height: 0.9em;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 0.9;
}

h1, .h1 {
  font-size: 11.0rem;color:#38291C;
}

h2, .h2 {
  font-size: 11.0rem;color:#ffffff;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(69, 77, 61, 1);font-family: 'Montserrat', sans-serif; font-weight: 500; padding: 0;margin: 0;
}
.mastfoot span{
  color: rgba(69, 77, 61, 1);font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 80%;
}
.mastfoot span a{
  color: rgba(69, 77, 61, 1);
}



.about-section {
  padding-top: 5rem;
	background-color: #ffffff;
 /* background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);*/font-family: 'Montserrat', sans-serif; font-weight: 200; padding-bottom: 5rem;
}
.about-section p {padding-top: 68px; font-size: 0.8rem;}

 img.img-fluid {width: 100%; max-width:250px!important;height:auto;}

.content-section {
  padding-top: 5rem;
	background-color: #38291C;
 /* background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);*/font-family: 'Montserrat', sans-serif; font-weight: 500; padding-bottom: 5rem;
}
.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.content-section p {
  font-size: 0.8rem; font-weight: 100!important;text-align: left!important;line-height: 1.2em;
}
.content-section  p a {
  color:#ffffff!important;
}

.footer h1, .h1 {
  font-size: 1.2rem;font-weight: 400!important;text-align: left!important;line-height: 1.2em;
}

.footer h2, .h2 {
  font-size: 0.9rem; font-weight: 100!important;text-align: left!important;line-height: 1.2em;
}

.footer h3, .h3 {
  font-size: 0.9rem; font-weight: 400!important;text-align: left!important;line-height: 1.2em;
}

.footer h4, .h4 {
  font-size: 1.5rem;
}

.footer h5, .h5 {
  font-size: 1.25rem;
}

.footer h6, .h6 {
  font-size: 1rem;
}