/* Landing Page */

.carousel {
    height: 100% !important;
    z-index: -1;
}

.slide-content img {
    height: 100px;
    width: auto;
}

.slide-content h2 {
    font-size: 18px;
    width: 60%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .slide-content img {
        height: 150px;
        width: auto;
    }
    .slide-content h2 {
        font-size: 22px;
        display: block;
        width: 100%;
    }
}

.masthead-slide {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .slide-content {
        position: absolute;
    }

    .slide-content.ura-smart {
        bottom: 150px;
        right: 150px;
    }

    .slide-content.ura-elegance {
        bottom: 150px;
        left: 150px;
    }

    .slide-content.ura-wild {
        top: 150px;
        right: 150px;
    }
}

/* Products Page */

.product-page.container {
    width: 100% !important;
    margin-top: 200px;
}

.product {
    box-shadow: none !important;
    padding: 0 30px !important;
}

@media (min-width: 768px) {
    .product {
        border-right: 1px solid;
    }
}

.product:last-child {
    border-right: none;
}

.product .caption {
    min-height: 100px;
}

.product img {
    width: 100%;
    padding: 0 !important;
}

/* Career Page */

.career-page.container {
    margin-top: 200px;
}

.innovators img {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .innovators img {
        width: 100%;
    }
}


/* Contact Page */

.contact-page.container {
    margin-top: 200px;
}

.map {
    width: 100%;
}


/* Body */

body {
    background-image: url(../img/ura_smart_background.jpg);
    transition: background 1s linear;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    height: 100vh;
    flex-direction: column;
    color: #ffffff;
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.special-conatiner {
    margin-top: 100px;
}

h1 {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 32px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 38px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 54px;
    }
}

h5,
h6 {
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}


/* Nav */

.brand-logo {
    margin-top: -5px;
}

.logo-img {
    max-height: 64px !important;
    padding: 15px 0 !important;
}

@media (min-width: 360px) {
    .logo-img {
        max-height: 72px !important;
    }
}

@media (min-width: 768px) {
    .logo-img {
        max-height: 78px !important;
    }

    .logo-img.large {
        max-height: 96px !important;
        margin: 10px !important;
    }
}

nav {
    box-shadow: none !important;
    height: 0px;
}

.nav-wrapper {
    padding: 25px;
    font-family: 'Cabin' !important;
}

#sidenav-overlay {
    background-color: inherit !important;
}


/* Footer */

footer {
    position: fixed;
    margin-left: -22px;
    bottom: 0;
    left: 50%;
}

footer i {
    cursor: pointer;
}

.modal {
    color: #000 !important;
    zoom: 80%;
}

.modal.bottom-sheet {
    max-height: 60% !important;
}

.footer-link {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .footer-link {
        display: inline-block;
    }
}

.footer-link i {
    padding-right: 5px;
}

.footer-img {
    height: 75px;
    width: auto;
}
