body {
  font-family: "Poppins", "Montserrat", sans-serif;
}

.icons h4 {
  font-weight: 700;
  margin-top: -20px;
}

.scrollText {
  opacity: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.btn.btn-primary {
  padding: 16px 28px;
  border-radius: 5;
  background: #093d87;
  border: none;
  box-shadow: 0 4px 5px -3px #333;
  transition: 0.5s;
  font-weight: bold;
  transition: ease-out 0.4s;
}

a.btn.btn-primary:hover {
  box-shadow: inset 0 0 0 50px #3a639f;
}

.additional {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.additional .links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional .links a {
  margin: 10px;
}

.specs {
  display: flex;
  align-items: center;
  flex-direction: column;
}/*# sourceMappingURL=roof-boards.css.map */