html, body {
    width: 100vw;
    margin: 0;
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'Sarpanch', sans-serif;
    background-image: url(/assets/bg.jpg);
    background-color: #141414;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.link {
    text-decoration: none;
    color: #65bec6;
    display: inline-block;
    position: relative
}

.link:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    margin: 0px 0;
    left: 0;
    background-color: #65bec6;
    transition: all 0.2s ease-in 0s
}

.link:hover:after {
    color: #ebebeb;
    width: 100%
}

main {
    padding-top: 130px
}

@media (max-width: 700px) {
    main {
        padding-top: 30px
    }
}

header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 150px;
    background: #1b1919;
    z-index: 100
}

@media (max-width: 700px) {
    header {
        width: 100vw;
        height: 70px
    }
}

.tear {
    position: absolute;
    width: 100vw;
    height: 190px;
    z-index: 1;
    pointer-events: none;
    user-select: none
}

@media (max-width: 700px) {
    .tear {
        width: 100vw;
        height: 110px
    }
}

.logo {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    padding: 20px
}

@media (max-width: 700px) {
    .logo {
        width: 60vw;
        padding-left: 24px
    }
}

.nav-link {
    opacity: 0
}

.nav-link-container {
    display: flex;
    position: relative;
    z-index: 2;
    list-style: none;
    justify-content: center;
    margin: 0
}

.nav-link-container li {
    font-family: 'Sarpanch', sans-serif;
    font-size: 17px;
    color: #65bec6;
    width: 130px
}

.nav-link-container li .socials-btn {
    width: 20px;
    margin-left: 10px
}

@media (max-width: 700px) {
    .nav-link-container {
        display: none
    }
}

.main-container {
    text-align: center
}

@media (max-width: 700px) {
    .main-container {
        margin-top: 30px
    }
}

.void {
    width: 440px;
    pointer-events: none;
    user-select: none
}

@media (max-width: 700px) {
    .void {
        width: 90vw
    }
}

.blurb {
    opacity: 0;
    margin-top: 10px
}

@media (max-width: 700px) {
    .blurb {
        margin-top: 50px
    }
}

.blurb-1 {
    opacity: 0
}

.blurb-2 {
    opacity: 0
}

h4 {
    font-family: 'Sarpanch', sans-serif;
    font-size: 17px;
    color: #65bec6;
    margin: 0;
    margin-top: 1px;
    margin-bottom: 30px;
}

@media (max-width: 700px) {
    h4 {
        font-size: 20px;
        margin-top: 10px
    }
}

h3 {
    opacity: 0;
    font-family: 'Sarpanch', sans-serif;
    font-size: 26px;
    color: #ebebeb
}

.clone-13 {
    padding-top: 60px;
}

.taste-of-blood, .vision-of-the-void {
    padding: 50px 10px
}

h2, h3 {
    color: #fff;
}


.mb-60 {
    margin-bottom: 60px !important;
}

.side-blurb {
    font-size: 12px
}

.side-blurb-2 {
    font-size: 10px
}

.menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 700px) {
    .menu-wrap {
        display: block
    }
}

.toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0
}

.hamburger {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 45px;
    height: 30px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.hamburger > div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #65bec6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease
}

.hamburger > div:before, .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit
}

.hamburger > div:after {
    top: 10px
}

.toggler:checked + .hamburger > div {
    transform: rotate(135deg)
}

.toggler:checked + .hamburger > div:before, .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg)
}

.menu-wrap .toggler:checked ~ .menu {
    visibility: visible
}

.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.5s
}

.menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-wrap .menu > div {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease
}

.menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease
}

.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    padding: 1rem;
    font-size: 1.5rem
}

.mobile-menu {
    transform: translate(-20px, 0)
}

footer {
    font-family: 'Sarpanch', sans-serif;
    font-size: 15px;
    opacity: 1;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.contact-p {
    font-size: 20px
}

.coming-soon {
    display: flex;
    justify-content: center;
    margin-top: 100px
}

.photos-label {
    font-size: 35px
}

.photos {
    margin-top: 24px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 700px) {
    .photos {
        margin-top: 70px
    }
}

.photos-container {
    width: 90%;
    text-align: center
}

@media (max-width: 700px) {
    .photos-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 80%
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 700px) {
    .break-viz {
        display: none
    }
}

.myImg {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 35%
}

.myImg:hover {
    opacity: 0.7
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7)
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    padding: 0
}

.modal-content-photos {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.3s
}

@keyframes zoom {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.close {
    position: absolute;
    top: 80px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999999
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.news-container {
    padding-top: 50px;
    width: 60%;
    margin: auto;
    text-align: center
}

@media (max-width: 700px) {
    .news-container {
        width: 80%
    }
}

.container--mailing-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.label-container {
    color: white;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

input {
    border-radius: 7px;
    padding-left: 5px;
    outline: none;
    height: 30px;
    font-size: 15px;
    margin-right: 10px
}

.btn--signup {
    height: 35px;
    border-radius: 8px;
    background: #3e3e3e;
    outline: none;
    color: white
}

.redbutton {
    height: 35px;
    border-radius: 8px;
    background: #a50001;
    outline: none;
    color: white;
    padding: 10px 10px 0;
    display: block;
    width: 147px;
    margin: auto;
    margin-top: 20px;
    text-decoration: none
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-100 {
    padding-top: 100px !important
}

.album {
    width: 50%;
    display: block;
    margin: auto
}

@media (max-width: 700px) {
    .album {
        width: 100%;
        margin-top: 40px
    }
}

.album .description {
    color: #fff;
    padding: 20px;
    text-align: center
}

#yt-subscribe .yt-username {
    color: #fff !important
}

.container-fluid .row {
    padding-top: 60px;
    padding-bottom: 60px
}

.show img {
    max-width: 500px;
    width: 100%;
    height: 100%;
}


/*# sourceMappingURL=style.css.map */