@import url('https://fonts.googleapis.com/css?family=Cabin');
html, body {
  overflow:hidden;
  height:100%;
}
.hero.is-theme-secondary {
    background-color: #7F00FF;
}
.hero.is-relative {
    position: relative;
}
.hero.is-theme-secondary, .section.is-theme-secondary {
    background-color: #7F00FF;
    background: linear-gradient(to right, #7F00FF, #7F00FF);
    background: linear-gradient(to top, #7F00FF, #7F00FF);
}
.hero-body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
h3.subtitle.is-5.light-text a {
    color: #fff;
}
.header-caption {
    margin-top: -80px;
    padding: 0 20px;
    text-align: left;
}
.header-caption .landing-title {
    font-family: 'Cabin', sans-serif;
    font-size: 41px;
    font-weight: bolder;
    margin-bottom: 0 !important;
    color: #fff;
    text-transform: uppercase;
}
.header-caption .subtitle {
    margin-bottom: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.hero.hero-waves:before {
    background: transparent url(../images/wavy.png) no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    z-index: 0 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
}
img.logo {
    width: 200px;
    display: block;
    padding-top: 14px;
    margin: 0 auto;
}
.subtitle.is-5 {
    font-size: 1.25rem;
}
.pb-10 {
    padding-bottom: 10px;
}
