
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Dosis");
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #EFD9D9;
  font-family: "Raleway", sans-serif;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: 1px solid #ED1B24;
  border-color: #ED1B24;
}

textarea {
  resize: none;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.slick-prev {
  left: 30px !important;
}

.slick-next {
  right: 30px !important;
}

.slick-arrow {
  z-index: 1 !important;
}

#sectionD.network {
  background-color: white;
  border: 3px solid #EFD9D9;
  border-top-width: 0;
  padding: 20px 10px;
}
#sectionD.network > h2 {
  color: #ED1B24;
  padding-left: 20px;
  font-size: 30px;
}
#sectionD.network img {
  height: 60px;
  width: auto;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  #sectionD.network img {
    height: 40px;
  }
}

/*# sourceMappingURL=css/network.css.map */
