.no-margin {
    margin-bottom: 0;
}
#welcome {
    padding-bottom: 0;
}
a.navbar-brand.text-logo {
    font-size:36px;
}
li#menu-item-668 a {
    color: white;
}
li#menu-item-668 {
    background-color: #000;
}
.widget_facebook_likebox {
    overflow: hidden;
}

.jagu-navigation {
    position: fixed;
    color: white;
    z-index: 20;
}

.jagu-navigation .navbar-custom {
    background: none;
    box-shadow: none;
}

.jagu-navigation .navbar-toggle {
    color: white;
    background: black;
    float: left;
    margin-left: 1em;
}

.jagu-navigation .navbar-custom .nav > .page-scroll > a {
    color: white !important;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}

.jagu-navigation .form-control {
    background: white;
    border: none;
    margin-top: 23px;
    margin-right: 1em;
    margin-bottom: 1em;
}

.jagu-navigation select.form-control {
    background-color: #878787;
    color: white;
}

.jagu-navigation .navbar-collapse {
    border-radius: 5%;
}

@media only screen and (max-width: 599px) {
    .jagu-navigation .navbar-collapse {
        background-color: #878787;
    }
    .jagu-navigation .form-control {
        margin-top: 0;
    }
}

.jagu-intro-container {
    background: rgba(0, 0, 0, .45) url(https://allanhill.cz/storage/app/media/photos/allan-hill-dog.jpg);
    background-blend-mode: darken;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
}

.jagu-intro-logo {
    position: absolute;
    top: 60vh;
    background: white;
    padding: 5%;
}

@media only screen and (min-width: 600px) {
    .jagu-intro-logo {
        padding: 2em;
    }
}

.jagu-intro-logo {
    top: 0;
    right: 0;
    padding-left: 100%;
    padding-right: 10px;
}

.jagu-intro-logo img {
    max-width: 65vw;
}

.jagu-people {
    background: #cdcdcd;
}

.jagu-people-flex {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 1060px) {
    .jagu-people-flex {
        flex-direction: column
    }
}

.jagu-people-image {
    background: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jagu-people-image img {
    max-height: 50vh;
}

.jagu-people-image p {
    margin-top: 1em;
    font-size: x-large;
}

.jagu-welcome {
    background: linear-gradient(90deg, #ffffff4f, white), url(https://allanhill.cz/storage/app/media/photos/allan-hill-stairs.jpg);
    background-blend-mode: lighten;
    min-height: 100vh;
    background-position: bottom;
    background-size: cover;
}

.jagu-welcome .jagu-content {
    font-size: x-large;
    line-height: 1.4;
    text-align: justify;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .jagu-welcome .jagu-content {
        margin-left: 30%;
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .jagu-welcome .jagu-content {
        margin-left: 60%;
        width: 30%;
    }
}

.jagu-features-1 {
    background: rgba(0, 0, 0, .45) url(https://allanhill.cz/storage/app/media/photos/allan-hill-stonks.jpg);
    background-blend-mode: darken;
    min-height: 100vh;
    background-position: bottom;
    background-size: cover;
    color: white;
}

.jagu-features-2 {
    background: linear-gradient(90deg, transparent, white) url(https://allanhill.cz/storage/app/media/photos/allan-hill-people-together.jpg);
    height: 100vh;
    background-position: bottom;
    background-size: cover;
}

.jagu-contact {
    background: rgba(0, 0, 0, .45) url(https://allanhill.cz/storage/app/media/photos/allah-hill-bridge.jpg);
    background-blend-mode: darken;
    min-height: 100vh;
    background-position: bottom;
    background-size: cover;
    color: white;
}

.jagu-contact-bubble {
    background: #00000094;
    border-radius: 100%;
    padding: 4em;
}

.jagu-contact-form form {
    margin: 10%;
}

.jagu-contact-form form label {
    color: white;
}

.jagu-contact-form form textarea {
    color: black;
    width: -webkit-fill-available;
    width: -moz-available;
}

.jagu-contact-details {
    color: white;
    line-height: 1.3;
    text-align: center;
    font-size: large;
}

@media only screen and (min-width: 1200px) {
    .jagu-contact-details {
        margin-top: 30vh;
    }
}

.footer {
    background-color: black;
    color: white;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer .footer-btm {
    text-align: center;
}






































