@import url('https://fonts.googleapis.com/css?family=Open Sans');

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #343434;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 5px solid rgba(0, 170, 215, 1);
}

.nospacetop {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.nospacebottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.navbar {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
}

.navbar-nav li {
  padding-right: 1rem;
  font-size: 11pt;
}

.welcome {
  width: 95%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12pt;
}

.welcome h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.welcome h4 {
  color: #e46627; 
  font-weight: 600;
}

.services-areas-title {
  padding-top: 1rem;
  background-color: #dfd379;
  }

  .services-areas-title h2{
    color: #e46627; 
    font-weight: 600;
  }

.services-areas-list {
  background-color: #dfd379;
  color: #e46627;
  font-size: 13pt;
  font-weight: 600;
  padding-bottom: 1rem;
}

.about {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16pt;
}

.usps {
  background-color: #e46627;
  color: #ffffff;
  font-size: 13pt;
}

.member {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
  font-size: 18pt;
  font-weight: 600;
}

.logos {
  padding-bottom: 1rem;
}

.guarantee {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dfd379;
  color: #e46627;
  font-size: 13pt;
  font-weight: 600;
}

.guarantee h1 {
  color: #e46627;
  font-weight: 900;
}

.testimonial {
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 12pt;
}

.btn {
  background-color: #e46627;
  border-radius: 20pt;
  color: #ffffff;
  padding: 10pt 16pt;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16pt;
  font-weight: 900;
}

.btn:hover {
  background-color: #d5d5d5
}

.fa-quote-left {
  font-size: 28pt;
  color:#e46627
}

.fa-quote-right {
  font-size: 28pt;
  color:#e46627
}

.consult {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00aad7;
  color: #ffffff; 
  font-size: 16pt;
}

.consult h1 {
  font-weight: 600;
}

.consult a {
  font-weight: 900; 
  color:#ffffff !important; 
  text-decoration-line: underline; 
  text-underline-offset: 8px; 
	text-decoration-thickness: 2px;
}

.connect {
  padding-top: 1rem;
}

.connect h2 {
  font-weight: 600;
}

.social a {
  font-size: 72pt;
  padding-left: 3rem;
  padding-right: 3rem;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-instagram {
  color: #517fa4;
}

.fa-linkedin {
  color: #0a66c2;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-linkedin:hover {
  color: #d5d5d5;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #575756;
  color: #ffffff;
  font-size: 9pt;
}

.about2 {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 12pt;
}

.about2 h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.about2 h4 {
  color: #e46627; 
  font-weight: 600;
}  

.about-list {
  color: #e46627;
  font-size: 13pt;
  font-weight: 600;
}

.services {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 12pt;
}

.services h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.services h5 {
  color: #e46627; 
  font-weight: 600;
}

.contact {
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 12pt;
}

.contact h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.gallery {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12pt;
}

.gallery h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.testimonials {
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 12pt;
}

.testimonials h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.news {
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 12pt;
}

.news h2 {
  color: #00AAD7; 
  font-weight: 600;
}

.news h5 {
  color: #e46627; 
  font-weight: 600;
}

.news hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 5px solid rgba(228, 102, 39, 1);
}




/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








