.bg-black {
    background-color: #000000;
}

.text-block, .floating-box {
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
    margin-top: 2rem;
}

.vh-100{
  height: 100vh !important;
}

.text-block {
    background-color: #000000;
    padding: 0 15px;
    margin: 0 -15px;
}

img.prylli-logo {
    margin: 2rem auto 0;
    display: block;
    max-height: 60px;
}

.text-aligner {
    margin-top: 1.2rem;
}

.cgroup {
    margin-top: 1rem;
}

p.tt-1 {
    font-size: 1.2rem;
    font-style: italic;
}

p.tt-2 {
    font-size: 1.1rem;
    margin: 1.1rem 0;
}

.cgroup h2.cname {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

.cgroup p.act {
    font-size: 1.2rem;
    margin: 0;
}

.cgroup p {
    font-size: 1rem;
    margin: 0;
}

p.story {
    font-size: 1.1rem;
}

.floating-box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

p.main-img-title {
    font-size: 1.5rem;
    font-weight: 600;
}

img.img-fluid.tall-image{
  max-width: 80%;
}

i.fa.fa-arrow-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: #888888;
}

.extra-padding{
  padding: 5rem 0;
}
