@font-face {
  font-family: SFNS;
  src:url("/fonts/SFNS-Display-Regular.ttf");
}

@font-face {
  font-family: Caveat;
  src:url("/fonts/Caveat-Regular.ttf");
}

.contact-form {
  padding-right: 20%;
  padding-left: 20%;
}

body {
  font-family: "SFNS", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.reads {
  color: #5b90aa;
}

.signature {
  font-family: "Caveat";
  font-size: 4rem;
  font-weight: 100;
  color: white;
}

.hero-about {
  font-size: 1.2rem;
  color: white;
}

a {
  color: #25a1de;
  text-decoration: none;
}

a:hover, a:focus {
  color: black;
  text-decoration: none;
}

.lined::after {
  content: '';
  display: block;
  width: 6.25rem;
  height: 1px;
  margin: 1.25rem auto;
  background: #25a1de;
}
.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "SFNS", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.bg-unix {
  background-color: #093658e6;
  color: white;
}

.bg-unix2 {
  background-color: #1f252e;
  color: white;
}

.bg-unix3 {
  background-color: #095382;
  color: white;
}

.bg-alt {
  background-color: #92adcce6;
  color: black;
}


.bg-alt2 {
  background-color: #ebebeb80;
  color: black;
}

.bg-azure {
  background-color: #085c90;
  color: white;
}

.bg-azure2 {
  background-color: #051c2b;
  color: white;
}

.icon {
  width: 3.5rem;
  height: 3.5rem;
  border: solid 1px rgb(255, 255, 255);
  margin: 0 auto;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-mini {
  width: 2.3rem;
  height: 2.3rem;
  border: solid 1px #1f252e;
  margin: 0 auto;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: #1f252e;
}

.icon-mini:hover, .icon-mini:focus {
  color: white;
  text-decoration: none;
  background-color: #1f252e;
}

.scroll-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  bottom: 6rem;
  left: calc(50% - 1.25rem);
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  z-index: 2;
}

.scroll-btn:hover, .scroll-btn:focus {
  color: #fff;
  text-decoration: none;
}


.tech-icons {
  font-size: 1.3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-spacing: 1.5em;
  color: #94bee336;
  position: absolute;
  bottom: 3rem;
  z-index: 2;
}

.site-credit {
 font-size: -20%;
 display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #94bee30b;
  position: absolute;
  padding-left: 10%;
  padding-right: 10%;
  bottom: 2rem;
  z-index: 2;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 136, 172, 0.588);
  opacity: inherit;
  z-index: 1;
}

.hero {
  background: url(../img/antiguablue5-smudge.jpg);
  /*Head in the clouds - the mountains of Antiguia, Guatemala (2012)*/
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-outline-unix {
  color: #2ca3c4;
  background-color: #2ca3c4;
  background-image: none;
  border-color: #88C0D0;
  padding-top: 2%;
  padding-bottom: 2%;
}

.btn-outline-unix:hover {
  color: #fff;
  background-color: #36a5c4;
  border-color: #88C0D0;
}

.btn-outline-unix:focus, .btn-outline-unix.focus {
  box-shadow: 0 0 0 0.2rem #3590b480;
}

.btn-outline-unix.disabled, .btn-outline-unix:disabled {
  color: #88C0D0;
  background-color: transparent;
}

.btn-outline-unix:not(:disabled):not(.disabled):active, .btn-outline-unix:not(:disabled):not(.disabled).active,
.show > .btn-outline-unix.dropdown-toggle {
  color: #212529;
  background-color: #88C0D0;
  border-color: #88C0D0;
}

.btn-outline-unix:not(:disabled):not(.disabled):active:focus, .btn-outline-unix:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-unix.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 144, 180, 0.5);}

  /* ------testimonial/folio carousel open-------*/

.testimonial {  
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_slide{
  margin: auto;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    display: block;
    text-align: justify;
    position: relative;
    border-radius: 0;
}

.text-mted-folio {
  padding-top: 2%;
  text-align: justify;
}

.carousel-control-prev {
  padding-bottom: 90px;
}

.carousel-control-next {
  padding-bottom: 90px;
}

/* ------testimonial  close-------*/
