@font-face{
    font-family: "rage italic";
    src: url("rage.ttf");
}

@font-face {
    font-family: 'sacramento';
    src: url("Sacramento-Regular.ttf");
}

body{
    margin: 0;
    margin-top: 3.5rem;
    overflow-x: hidden;
}
body::-webkit-scrollbar{
    width: 0rem;
}
.mtn{
    background-image: url("bg.jpg");
    height: 100vh;
    width: 100vw;
    background-position-y: -4rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    margin: 0;
}
.tp{
    min-width: 100%;
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    background: a(0, 0, 0, 50);
    margin-left: 0;
    margin-right: 0;
    margin-top: 50;
    margin-bottom: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
p{
    /*font-family: "Sacramento", cursive;*/
    font-family: 'sacramento';
    font-size: 450%;
    color: #fff;
}
.wr{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
h{
    /*font-family: "Sacramento", cursive;*/
    font-family: 'sacramento';
    font-size: 160%;
    color: #fff;
    margin-left: 1rem;
    margin-top: 0.65rem;
    position: fixed;
}
rageitalic{
    font-family: "rage italic";
    font-size: 4rem;
    color: #000
}
typ{
    font-family: "rage italic";
    font-size: 2rem;
    color: #909090;
}

.navbar{
    width: 100vw;
    height: 3.5rem;
    position: fixed;
    background-color: #2c2c2c;
    top: 0;
    z-index: 3;
}
.navbar-nav{
    justify-content: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-item{
    display: flex;
    align-items: center;
    height: 3.5rem;
    color: #2f2f2f;
    text-align: center;
}
.link-text{
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    justify-content: center;
}

.navbar_mobile{
    display: none;
}

a:link { 
    text-decoration: none; 
} 
a:visited { 
    text-decoration: none; 
} 
a:hover { 
    text-decoration: none; 
} 
a:active { 
    text-decoration: none; 
}
.nav-item:hover{
    background-color: #2f2f2f;
}
.intro{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    place-content: center;
    margin-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.intro img{
    padding-right: 2rem;
    width: auto;
    height: 20rem;
}
.passionlinks{
    margin-top: 5rem;
    text-align: center;
}
.passionlinks rageitalic{
    font-size: 5rem;
}
.pflink{
    margin-top: 1rem;
    padding-bottom: 5rem;
    width: 100vw;
}
.pflink button{
    width: 10rem;
    height: 5rem;
    /*padding: 1.5rem;*/
    background-color: #2c2c2c;
    color: #fff;
    border: 0;
    border-radius: 0.5rem;
    margin: 1rem;
    font-size: 1.1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.pflink button:hover{
    background-color: #0a0a0a;
    transition: background-color 200ms ease;
    cursor: pointer;
}
.signature{
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    place-content: center;
    background-color: #2c2c2c;
    color: #fff;
    font-family: "rage italic";
    font-size: 1.2rem;
}
.bord{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.mobile-spacer{
    display: none;
}


@media only screen and (max-width: 600px){

    .navbar_mobile{
        width: 100%;
        height: 3.5rem;
        position: fixed;
        background-color: #2c2c2c;
        bottom: 0;
        z-index: 3;
        display: block;
    }
    .navbar-nav{
        display: none;
    }
    .navbar-nava{
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100vw;
    }
    .link-kext{
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 0.8rem;
        justify-content: center;
    }
    .intro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    typ{
        font-size: 150%;
        width: 85vw;
    }
    .intro img{
        width: 50vw;
        height: auto;
        padding: 0;
        padding-bottom: 2rem;
    }
    rageitalic{
        font-size: 3.5rem;
    }
    .bord img{
        width: 90vw;
    }
    .mobile-spacer{
        height: 3.5rem;
        display: block;
    }
    .passionlinks rageitalic{
        font-size: 3rem;
    }
    .pflink{
        display: flex;
        flex-direction: column;
    }
    .pflink button{
        width: 90%;
        margin: 0.5rem;
    }
    p{
        font-size: 400%;
    }
    .nav-item{
        min-width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}