@import url(https://fonts.googleapis.com/css?family=Manrope:400,700);

.white {
    color: white;
}

.pace-dark {
  background: #0b0f19;
}

.img-responsive {
  border-radius: 8px;
}

.bg-overlay {
  opacity: 1 !important;
  background: rgba(11, 15, 25, .85);
}

body,h1,h2,h3,h4,h5,h6, p {
  font-family:  Manrope !important;
  color: white;
  text-transform: none;
  letter-spacing: unset;
}

p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg-master-lightest {
  background: #0b0f19;
}

.bg-master-dark {
  background: #151922
}

.bg-master-darker {
  background: #151922
}

.white:hover {
    color: white;
}

.port-img {
    margin-top: 75px;
}

.icon {
    margin: 0 7%;
    height: 60px;
}

.swiped {
    background-color: #f0f0f0;
}

#swiped {
    background-color: #f0f0f0;
}
#portfolio {
    background-color: #f0f0f0;
}

.port-title {
    margin: auto;
    align-content: center;
    text-align: center;
}

.p-t-75 {
    padding-top: 50px;
}

.portfolio-blurbs {
    padding-left: 0;
}

.fs-icon {
    font-size: 20pt;
    padding: 15px;
    color: #2c2c2c;
}

.specialties-blurb {
    text-align: center;
}

.specialties-blurb .muted {
    width: 100%;
}

.text-green {
  font-weight: underline;

  color: #2ECC71;
}

.text-dark {
  color: #424951;
}

.text-green:hover {
  cursor: pointer;
  color: #00B16A;
  opacity: .9;
}

.hero-title {
  margin-bottom: 25px;
  font-size: 50px;
}

.container-fluid {
  width: 100%;
 padding: 0 7%;
 display: table;
 margin: 0;
 max-width: none;
 background-color: white;
 height: 60vh;
}

.text-left {
  text-align: left;
}

.about {
  margin: 120px 0px;
}

.heading {
  text-align: left;
}

.heading:after {
  margin: 20px 0px;
  padding: 0px;
}

.social-icon {
  margin: 0px 50px 10px 0px;
  color: #4fbfa8;
  font-size: 22pt;
}

.modal-dialog {
  width: 80%;
}

#map {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), center url("../../assets/img/map.png") !important;
  background-size: cover;
}

.blacked-out {
  background: #eee;
  /* color: ; */
  padding: 50px;
}

.text-gray {
  color: gray;
}

.gray .social-icon {
  color: #151922;
  padding: 8px;
  border-radius: 50%;
  background: white;
  font-size: 16pt;
  margin: 0px 25px;
}

body {
  color: #626262;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
}

@media (min-width: 480px) {
    #portfolio-screen {
    width: 399px; height: 529px; margin: 21px 13px; border-radius: 2px;
}
}

@media (max-width: 1200px) {

    .no-padding {
      text-align: center;
    }

    .icon {
      margin: 0 5%;
    }
}

@media (max-width: 768px) {
  .h-text {
    display: none;
  }
}


@media (max-width: 500px) {

  .jumbo h1 {
    font-size: 30pt !important;
  }

  .jumbo h4 {
    font-size: 16pt !important;
  }

  .jumno h5 {
    font-size: 13pt !important;
  }

  .col-xs-10 {
    width: 100%;
  }

  .foot {
    padding: 30px 0 50px 0 !important;
  }

}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  background: #4fbfa8;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect a, .hovereffect:hover h3 {
  opacity: 1;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.title {
  font-size: 24pt;
  font-weight: bold;
}

.subtitle {
  font-size: 18pt;
  font-weight: semi-bold;
}

.box:hover {
  cursor: pointer;
}