body {
    background-color: #ffffff;
    color: #000;
    font-family: 'Work Sans', 'Helvetica Neu', Helvetica, Arial, sans-serif;
}

body.home {
    background-image: url(nick.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home .main-content {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.home .main-content .pecat {
    max-width: 50%;
}

@media (orientation: landscape) {
    .home .main-content .pecat {
        max-width: 20%;
    }
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

footer {
    font-family: 'Spartan', sans-serif;
    line-height: 3em;
}

footer a {
    margin-left: 1em;
    text-decoration: none;
}

.navbar {
    font-family: 'Spartan', sans-serif;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-toggler {
    border: none;
    color: #000;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M0 7h30M0 15h30M0 23h30'/%3e%3c/svg%3e");
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #808080;
    box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, .25)
}

.send {
    text-transform: uppercase
}

.container > ul,
.container .row ul {
    padding-left: 0;
}

.container > ul li,
.container .row ul li {
    margin-left: 1.1rem;
    list-style-type: square;
}

.main-content {
    text-align: center;
}

.pecat {
    align-content: center;
}

img.about {
    width: 100%;
}

h1 {
    font-size: 1.7em;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.4em;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.2em;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.main-content > p {
    margin: 1.5em auto;
    padding: 0;
}

.main-content p a {
    text-transform: uppercase;
    font-size: 2.6em;
}


.work .img {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.work a {
    text-decoration: none;
}

.work .img > *, .showroom .img > * {
    display: none;
    width: auto;
}

/*
.gallery {
    visibility: hidden;
}
*/

.hidden {
    display:none !important;
    visibility: hidden;
    transition: all 1s;
}

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

.gallery {
    padding: 0 15px 0 0;
}

.gallery div {
    padding: 0 0 0 15px;
}

@media only screen and (min-width: 767px) {
    .main-content > p {
        width: auto
    }

    .main-content p a {
        font-size: 7.6em;
    }

    img.about {
        margin-top: 5.4rem
    }

    .row.contact {
        margin-top: 8rem;
    }

    .row.work {
        margin-top: 4rem;
    }

    .work .img img {
        height: 90vh;
        height: calc(var(--vh, 1vh) * 90);
    }
}
