html{
    margin: 0;
    background-color: #eeeeee;
}

body{
    background-color: #eeeeee;
    margin: 0 auto;
}

section{
    display: block;
}

/* unvisited link */
a:link {
  color: #343a40;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #343a40;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #6c757d;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #343a40;
  text-decoration: none;
}


.bgColor{
    background-color: #eeeeee;
}

.mainTitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;

    margin: 50px 0;
    text-align: center;
    position: relative;
}

.sm-icons {
    flex-direction: row;
  }
  @media only screen and (max-width: 960px) {
    .sm-icons .nav-item {
      padding-right: 1em;
    }
  }



 .serviceItem{
     padding: 0 20px;
     text-align: center;
 } 

.circle{
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
  }

/*footer{
      display: block;
  }*/

.siteFooter{
      padding: 20px;
      background: #2d2d2d;
      color: #ffffff;
      position: relative;
  }


  .body {
    background-color: #333333;
  }
  
  .carousel-content {
      color:black;
      display:flex;
      align-items:center;
  }
  
  #text-carousel {
    width: 100%;
    height: auto;
    padding: 50px;
  }
  

  .siteFooter a:link {
    color: #ffffff;
  }
  
  /* visited link */
  .siteFooter a:visited {
    padding-top: 200px;
    color: #ffffff;
  }
  
  /* mouse over link */
  .siteFooter a:hover {
    color: #6c757d;
  }
  
  /* selected link */
  .siteFooter a:active {
    color: #ffffff;
  }

/*.socials{
      list-style: none;
      margin: 0 0 10 px;
      padding: 0;
      flex-direction: row;
  }*/

.textCenter{
      text-align: center;
  }





@media (min-width: 601px) {
  #topBar{
    direction: ltr;
    color: #c3c4c7;
    font-size: 5px;
    font-weight: 100;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #000000;
    opacity: 70%;
    animation: blinking 2s infinite;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media (max-width: 600px) {
  #topBar{
    direction: ltr;
    color: #c3c4c7;
    font-size: 3px;
    font-weight: 100;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #000000;
    opacity: 70%;
    animation: blinking 2s infinite;
  }
}

@media (max-width: 600px) {
  #pageHeader{
    padding-top: 60px;
  }
}


@keyframes blinking {
  0% {
    background: none;
    color: #000000;
  }
  100% {
    background-color: #000000;
    color: #c3c4c7;
  }
}

  .blink{
    animation: blinking 2s infinite;
  }


#fixedbutton {
    width:200px;
	  height:30px;
	  margin:10px;
    padding-top: 3px;
    padding-left: 10px;
    border-radius: 50px;
    position: fixed;
    background-color: #000000;
    color: #ccc;
    bottom: 70px;
    right: 25px;
}


/*.services {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}*/

.service-img img {
  transition: all .5s ease;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 601px) {
  .hideContent{
    visibility: visible;
  }
}

@media (max-width: 600px) {
  .hideContent{
    visibility: hidden;
  }
}

@media screen and (min-width: 601px) {
  .services {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .services {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
  }
}

@media (min-width: 601px) {
#testimonies{
  background-image: url('../img/testimonyBackground.png'); 
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  color: #fff;
}
}
@media (max-width: 600px) {
  #testimonies {
    background-image: url('../img/testimonyBackground-sm.png'); 
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    color: #fff;
  }
}

#testimonies .overlay::after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 601px) {
  .testimonyText{
    margin-top: 450px;
    color: #ffffff;
  }
}

@media (max-width: 600px) {
  .testimonyText{
    margin-top: 700px;
    color: #ffffff;
  }
}

.testimonyTextColor{
  color: #ffffff;
}


.fadedBackground{
  background: url('img/contactusbg.png') repeat; opacity: 0.5;
}


/*===============================
=            OVERLAY            =
===============================*/
.overlay {
  position: relative; }

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay .section-content {
  position: relative;
  z-index: 1; }

/*=====  End of OVERLAY  ======*/



.item {
  background: none;
  text-align: center;
  height: 300px;
}

h2 {
  margin: 0;
  color: #888;
  padding-top: 20px;
  font-size: 30px;
}






/* unvisited link */
.carousel-item .white-link a:link{
  color: #ffffff;
  text-decoration: none;
}

/* visited link */
.carousel-item .white-link a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* mouse over link */
.carousel-item .white-link a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* selected link */
.carousel-item .white-link a:active {
  color: #ffffff;
  text-decoration: none;
}


/* unvisited link */
.blackLink a:link{
  color: #000000;
  text-decoration: none;
}

/* visited link */
.blackLink a:visited {
  color: #000000;
  text-decoration: none;
}

/* mouse over link */
.blackLink a:hover {
  color: #000000;
  text-decoration: none;
}

/* selected link */
.blackLink a:active {
  color: #000000;
  text-decoration: none;
}




#underconstruction a:link {
  color: #343a40;
}

/* visited link */
#underconstruction a:visited {
  padding-top: 200px;
  color: #343a40;
}

/* mouse over link */
#underconstruction a:hover {
  color: #6c757d;
}

/* selected link */
#underconstruction a:active {
  color: #343a40;
}



@media (min-width: 601px) {
  div.example {
    font-size: 40px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media (max-width: 600px) {
  div.example {
    font-size: 20px;
  }
}


@media (min-width: 601px) {
  h5.textLink {
    font-size: 40px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media (max-width: 600px) {
  h5.textLink {
    font-size: 20px;
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 3rem;
  height: 3rem;
  background-color: #6c757d;
}


/*.carousel-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}*/