body {
    font-family: 'Raleway', sans-serif;
    background-color: #c0272d;
    color: #000000;
}

body#barber {
    background: #222222 url('bg-barber.png') center repeat;
    color: #b1b1b1;
    background-size: auto;
}

body#tattoo {
    background: #000000 url('bg-tattoo.png') center repeat;
    color: #b1b1b1;
    background-size: auto;
}

a,
a:visited {
    color: #c0272d;
}

h1,
h2,
h3,
h4 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

h2 span {
    color: #000000;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 20px;
    line-height: 180%;
    font-size: 36px;
    font-weight: bold;
}

h3 {
    color: #ffffff;
}

/* ------------------------------------------------------- */

.btn-primary,
.btn-primary:visited {
    color: #ffffff;
    background-color: #c0272d;
    border-color: #c0272d;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

/* ------------------------------------------------------- */

.navbar {
    background-color: #c0272d;
    color: #ffffff;
    min-height: 80px;
}

.navbar .container {
    position: relative;
    padding-top: 30px;
    margin-top: 10px;
}

body#barber .navbar-brand {
    background: transparent url('barber-splash.png') center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1000;
    padding: 66px 45px 70px 60px;
    margin-left: -40px;
    top: -60px;
}

body#tattoo .navbar-brand {
    background: transparent url('tattoo-splash.png') center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1000;
    padding: 66px 45px 70px 60px;
    margin-left: -50px;
    top: -60px;
}

.navbar .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 0;
    background: #ffffff;
    color: #c0272d !important;
}

.navbar .navbar-brand img {
    max-height: 130px;
    margin: 0;
}

.navbar .nav-link,
.navbar .nav-link:visited {
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar .nav-link:hover {
    background-color: #000000;
    color: #ffffff;
}

.navbar .nav-link.active {
    font-weight: bold;
}

.navbar .navbar-toggler {
    color: #ffffff;
}

/* ------------------------------------------------------- */

.block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pb-block {
    padding-bottom: 60px;
}

.block-dark {
    background-color: #181818;
    color: #b1b1b1;
}

.splash {
    background: transparent url('splash-bg.png') bottom repeat-x;
    position: relative;
    z-index: 100;
}

.splash-rev {
    background: transparent url('splash-rev-bg.png') top repeat-x;
    padding-top: 150px;
}

.splash-white {
    background: transparent url('barber-splash.png') 78% 0 no-repeat;
}

.splash-white-rev {
    background: transparent url('barber-splash.png') 0 0 no-repeat;
}

/* --------------------------------------------- */

.bg-full {
    position: relative;
}

.bg-full .bg-full-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

.bg-full .bg-full-back .row,
.bg-full .bg-full-img {
    height: 100%;
}

.bg-full .bg-full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-full-front {
    position: relative;
    z-index: 100;
}

.bg-fixed {
    background-attachment: fixed;
}

/* ------------------------------------------------------- */

.cover-photo {
    position: relative;
    color: #ffffff;
    background: #000000 center no-repeat;
    background-size: cover;
    z-index: 500;
}

.cover-photo .splash {
    padding-top: 16vh;
    padding-bottom: 14vh;
}

.cover-photo h1 {
    font-weight: bold;
    font-size: 64px;
    margin: 0;
}

.cover-photo h1 span {
    color: #000000;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 20px;
    line-height: 150%;
}

.cover-photo p {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 5px 20px;
    text-shadow: 0 0 5px #000000;
}

.cover-photo .reserv .btn-primary {
    font-size: 1.4rem;
}

/* ------------------------------------------------------- */

.same-height img {
    height: 100%;
    width: 100%;
}

#main {
    position: relative;
}

#logoBack {
    background: #000000 url('body-bg.png') top center repeat-y;
    background-size: cover;
    color: #b1b1b1;
}

#logo {
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    overflow: visible;
}

#logoMain {
    position: relative;
    z-index: 10;
    max-width: 60%;
}

#bottom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 2% 0;
    background-color: #c0272d;
    color: #ffffff;
}

/* ------------------------------------------------------- */

#highlights .img-fluid {
    max-width: 80px;
    margin: 10px 40px 40px;
}

/* ------------------------------------------------------- */

@media (max-width: 991px) {
    .bg-full-back {}
}

@media (max-width: 768px) {
    #logoMain {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .cover-photo h1 {
        font-size: 54px;
    }

    body#barber .navbar-brand {
        left: -20px;
        top: -70px;
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb-block {
        padding-bottom: 40px;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    #logoMain {
        max-width: 100%;
    }

    .cover-photo h1 {
        font-size: 74px;
    }
}

@media (min-width: 992px) {
    #bottom {
        position: absolute;
    }

    body#barber .navbar-brand {
        padding: 86px 65px 90px 90px;
    }

    .navbar .container {
        margin-top: 0;
        padding-top: 0;
    }

    .navbar .navbar-brand img {
        max-height: 200px;
        margin: 10px;
    }

    .block {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .cover-photo h1 {
        font-size: 84px;
    }
}

@media (min-width: 1400px) {
    .cover-photo h1 {
        font-size: 94px;
    }
}