@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html, body {
    height: 100%;
    max-height: 100%;
}

body {
    font-family: "New Rocker", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #F7F1DD;
}

a { cursor: pointer}

nav {
    z-index: 10;
    position: relative;
}

.navbar-brand {
    font-size: 32px;
}

.navbar .navbar-nav {
    font-size: 19px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.outfit {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.home {
    background: url("../images/main-bg.png") center center no-repeat;
    height: 100%;
    position: relative;
    margin-top: -74px;
    z-index: 1;
}

.home h1 {
    color: #F7F1DD;
}

.home h4 {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #F7F1DD;
}

.home .btn-primary {
    font-size: 32px;
}

.home .container {
    z-index: 3;
    position: relative;
}

.text-light {
    color: #F7F1DD;
}

.btn-primary {
    background-color: #B44A2A;
    border-color: #EC7939;
    color: #F7F1DD;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #c65432;
    border-color: #ef8a51;
}

.rocker-girl {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    width: 800px;
    max-width: 100%;
}

.buy {
    background: url("../images/area-bg.png") no-repeat center center;
    background-size: cover;
}

.buy input {
    background: transparent;
    color: rgba(247, 241, 221, 0.54);
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.buy a {
    color: #F7F1DD;
    text-decoration: none;
}

.rock a, .rock h1 {
    position: relative;
    z-index: 3;
}

.text-muted {
    color: rgba(247, 241, 221, 0.54) !important;
}

.hand {
    position: absolute;
    right: 0;
    top: -25%;
    z-index: 1;
    width: 350px;
}

.road-map p, .road-map h3{
    color: rgba(247, 241, 221, 0.54);
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.road-map .sep {
    border-right: 1px dashed #EDECC7;
    height: 70px;
    margin: 20px auto;
    width: 1px;
}

.footer {
    padding: 25px 0;
}

.footer .border-top {
    border-color: rgba(247, 241, 221, 0.2) !important;
}

.white-paper *{
    margin-bottom: 2rem;
}