.text-highlight {
    color: #5870ff;
}

.btn.btn-outline-primary {
    border: 1px solid #5870ff;
    color: #ffffff;
    padding: 10px 20px;
}

.btn.btn-primary {
    border: 1px solid #5870ff;
    background: #5870ff;
    color: #ffffff;
    padding: 10px 20px;
}

.btn.btn-outline-primary:hover {
    background: transparent;
}

body {
    color: #fdfdfd;
    background-color: #060608;
    background-image: url("./gfx/landing-view.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

@media (max-width: 400px) {
    body {
        background-position-x: 70%;
    }

    body h2 {
        margin-top: 8vmin
    }
}

@media (max-width: 768px) {
    body #logo {
        width: 130px;
        height: 45px;
        object-fit: cover;
        object-position: top;
    }
}

@media (min-width: 400px) and (max-width: 600px) {
    body {
        background-position-x: -700px;
    }
}

@media (min-width: 600px) and (max-width: 710px) {
    body {
        background-position-x: -550px;
    }
}

@media (min-width: 768px) {
    nav.navbar {
        padding-top: 15px;
    }
}

h2 {
    font-family: 'Bungee', cursive;
    font-size: 6vmin;
    line-height: 1.3em;
    margin-top: 15vmin;
}

h3 {
    font-family: 'Bungee', cursive;
    font-size: 4vmin;
    line-height: 1.15em;
    margin-top: 7vmin;
}

p {
    font-family: 'Mark Pro';
}

section p {
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 32px;
}


#logo {
    width: 164px;
}

.navbar-collapse.show .navbar-nav .nav-item,
.navbar-collapse.collapsing .navbar-nav .nav-item {
    background: #000000;
    padding-left: 3vw;
    opacity: 0.9;
}

.navbar-dark button.navbar-toggler {
    background: #181818;
    opacity: 0.9;
    border-color: #FFFFFF;
    position: absolute;
    top: 2vh;
    right: 2vw;
}

header .navbar a {
    color: #fff;
}

.jumbotron {
    background: transparent;
    min-height: 600px;
}

#promo-book-section {
    background: url("./gfx/bg2.png");
    min-height: 908px;
}

#promo-book-section .row .col {
    padding-top: 150px;
}

#promo-book-section img {
    width: 100%;
}

#promo-book-section .price {
    position: absolute;
    top: 100px;
    left: 20px;
    text-align: center;
}

#promo-book-section .price .value {
    display: block;
    text-decoration: line-through;
    margin-bottom: 5px;
}

#promo-book-section .price .discount {
    display: block;
    padding: 8px 20px;
    background: #5870ff;
    color: white;
    font-size: 22px;
}

.gallery {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gallery div img {
    cursor: pointer;
    max-width: 100%;
    margin-bottom: 30px;
}

section#showcase-section .gallery img {
    margin-bottom: 15px;
}

section#showcase-section .gallery p {
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
}

#about-section img {
    height: 600px;
}

footer {
    background: #fff;
}

footer h3.contact-details a {
    display: block;
    line-height: 1.5em;
}