@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

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

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.logo {
  width: 100px;
  height: auto;
}

h1 {
  background: -webkit-linear-gradient(right, #4a60ff, #e81119);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5em;
}

@media only screen and (min-width: 500px) {
  h1 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4em;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 5em;
  }
}

.btn.btn--primary {
  border: solid 2px #4a60ff;
  color: #4a60ff;
  background: transparent;
}

.btn.btn--secondary {
  background: #4a60ff;
}
.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.aligned-images {
  height: 100%;
  max-height: 400px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

.mb-big {
  margin-bottom: 22em;
}
