* {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, Icons, "Kosugi",
    sans-serif !important;
}
@font-face {
  font-family: Lato, "Kosugi", "Julius Sans One";
  font-display: swap;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  src: url("../fonts/Kosugi-Regular.ttf") format("truetype");
  src: url("../fonts/JuliusSansOne-Regular.ttf") format("truetype");
}

.masthead.segment.zoomed h1 {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 1);
}

.masthead.zoomed:after {
  opacity: 0;
}

.masthead.zoomed {
  background-image: url("./stellato_bg.jpg") !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #25282a;
}

.masthead {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
  border-bottom: none;

  background-color: #000000;
  background-position: 50% 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.masthead:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;

  opacity: 0.45;
}
.masthead,
.masthead:after {
  -ms-transition: background 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s,
    opacity 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s;
  -moz-transition: background 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s,
    opacity 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s;
  -webkit-transition: background 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s,
    opacity 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s;
  transition: background 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s,
    opacity 6s cubic-bezier(0.68, -0.55, 0.265, 1.4) 0s;
}
.masthead .container {
  height: 100vh;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 600px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.masthead .container {
  padding: 15rem 0em;
}

.vertical.segment {
  box-shadow: none;
}

.masthead.segment h1 {
  font-size: 5em;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  margin: 0px 0px 0px;
  padding-bottom: 0px;
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
  perspective: 500px;

  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.masthead.segment h1 > .library {
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  font-family: "Julius Sans One" !important;
}
.ui.header {
  font-weight: normal;
}
.introduction {
  position: relative;
  clear: both;
  display: block;
  text-align: center;
}

/*.masthead.zoomed:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}*/

.stripe .grid .row {
  margin: 2rem 0rem;
}

@media only screen and (max-width: 810px) {
  .masthead.segment h1 > .library {
    font-size: 1em;
  }
}
