:root {
  /* CSS HEX */
  --honeydew: #f1fceeff;
  --raisin-black: #171a21ff;
  --cadet: #617073ff;
  --cultured: #D9EEFD;
  --xxcultured: #f2f5f7ff;
  --maximum-blue-purple: #afb3f7ff;
  --hdred: #c83737;
  --hdred: darkorange;
}


body {
  /*margin-top: 60px;*/
  /* sap */
  /*.cloudbg {*/
  background-image: url("../img/cmsinsite_bg.svg");
  background-size: 25%;
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
  background-attachment: fixed;
  font-family: Fira-Book;
  font-size: 17px;
  color: #555;
}

.maincontent {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom:  0;
}

.colorred {
  color: red;
  font-weight: 700;
}

.cardwithsvg {
  overflow: hidden;
  z-index: 1;
  background-size: 42%;
  background-position: bottom right;
  /*background-position: 105% 110%; */
  background-repeat: no-repeat;
  /*padding: 2%;*/
  /*filter: grayscale(30%);*/
  /*filter: contrast(90%);*/
}


@keyframes svgactive {
  from {
    background-size: 42%;
  }

  to {
    background-size: 44%;
  }
}

@keyframes btnactive {
  from {
    border-radius: 20px;
  }

  to {
    border-radius: 10px;
  }
}

.cardwithsvg {
  border-radius: 2%;
}

.cardwithsvg:hover {
  /*filter: grayscale(0%);*/
  /*filter:drop-shadow(1px 1px 1px black);*/
  /*filter:hue-rotate(210deg); // sepia(60%);*/
  /*filter: grayscale(100%);*/
  /*background-size: 39%;*/
  animation-name: svgactive;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-timing-function: ease-in;
  /*cursor: pointer*/
}

.cardwithsvg .moreinfo:hover {
  animation-name: btnactive;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}

.cardwithsvg .btn,
.modal-footer .btn {
  font-size: 85%;
  font-weight: 400;
  padding-left: 10%;
  padding-right: 10%;
}

.cardwithsvg .card-text{
  font-size: 1.1rem;
  line-height: 1.8rem;
  opacity: 1;
  text-shadow: 1px 1px 2px white;
  max-width: 70%;
  
}

.cardwithsvg .card-title {
  font-weight: 800;
  color: black;
}

.cardwithsvg .card-footer {
  background-color: rgba(0, 0, 0, 0);
}

.easyclients {
  background-image: url("../img/svg_orange_UserGroup_Monochromatic.svg");
}

.complete_easy {
  background-image: url("../img/svg_orange_Worldwideweb_Monochromatic.svg");
}

.tech {
  background-image: url("../img/svg_orange_WebDeveloper_Monochromatic.svg");
}

.gal {
  background-image: url("../img/svg_orange_Camera_Monochromatic1.svg");

}
.complete_international {
  background-image: url("../img/svg_orange_Checklist_Monochromatic.svg");

}

.card-footer {
  display: none;
}

.imgintxt {
  vertical-align: baseline;
}

.btn-red,
.btn-red:hover {
  color: white;
  background-color: #ff7d1f;
}

.btn {
  border: none;
  box-shadow: none !important;
}

.svgiconholder {
  position: fixed;
}

.svgicon {
  width: 40%;
  vertical-align: middle;
}

.svgiconsmall {
  width: 30%;
  vertical-align: middle;
}

.rfstitle {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.2;
  color: #115060;
  font-size: 2rem;
  text-shadow: 0.8px 0.8px 1px white;
}

#tw {
  min-height: 150px;
}

@media (min-width: 768px) {
  #tw {
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  #tw {
    min-height: 80px;
  }
}


@media (max-width: 1200px) {
  .rfstitle {
    font-size: calc(1rem + 0.5vw);
  }
}

.nowrap,
.custom-control-label {
  white-space: nowrap;
}

.custom-control-label {
  padding-top: 2px;
}

.subtitle {
  font-size: 1.6em;
  padding-top: 0;

  opacity: 0.8;
}

#xxtw {
  font-size: 1.1rem;
  line-height: 1.8rem;
  opacity: 1;
  text-shadow: 1px 1px 2px white;

}
.Typewriter__cursor {
  font-size: 1.2rem;
  font-weight: bold;
}

.grayscale {
  filter: grayscale(80%);
  /*filter: contrast(90%);*/
}

/* settings.logos */

.carousel-inner img, .carousel-inner svg, .nocarousel img, .nocarousel svg {
  filter: grayscale(100%);
  max-height:  60px;
  padding: 3%;
}


/*.cloudbg {
  background-image: url("../img/cmsinsite_bg.svg");
  background-size: 20%;
  background-repeat: space;
  z-index: 1;
  background-attachment: fixed;

}
*/