body {
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
    font-size: 100%
}

.jumbotron {
    font-family: 'Montserrat', sans-serif;
    padding-top: 200px;
    background-image: url(images/jbtron_image_2.jpg);
    background-size: cover;
    background-color: #000;
    margin-bottom: 0;
    max-width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-attachment: fixed
}

.seloste-jumbotron {
    font-family: 'Montserrat', sans-serif;
    background-image: url(images/jbtron_image_6.jpg);
    background-size: cover;
    background-color: #000;
    margin-bottom: 0;
    max-width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-attachment: fixed;
    padding-top: 120px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    margin-left: 20px!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 3px
}

h2 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px!important
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700
}

#tk-top {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 60px;
    width: 100%;
    letter-spacing: 2px;
    background: rgba(46, 46, 46, .92)!important;
    border: none!important;
    line-height: 60px;
    -webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s
}

.big-logo {
    font-size: 2em
}

.scrolled-top {
    height: 60px!important;
    line-height: 60px!important;
    background: rgba(46, 46, 46, .92)!important
}

.scrolled-top .big-logo {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-link {
    color: #fff!important
}

.nav-item a:hover,
.nav-item a.active {
    color: #E5AB06!important;
    font-weight: bold!important
}

@media (max-width:1315px) {
    h1 {
        font-size: 2em
    }
}

@media (max-width:991px) {
    .navbar-collapse {
        background-color: #303030!important;
        font-weight: bold!important
    }
    h1 {
        font-size: 2em
    }
}

@media (max-width:420px) {
    h1 {
        font-size: 1.5em
    }
    .main-contact {
        font-weight: 700
    }
}

.jbt-description {
    color: #000!important;
    background-color: #FFC931!important;
    font-weight: bold!important;
    padding-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.seloste-description {
    color: #000!important;
    background-color: #FFC931!important;
    font-weight: bold!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.subheader {
    font-size: 1.1em
}

.header-row {
    color: #fff!important;
    background-color: #2C2A25!important;
    font-weight: bold!important;
    padding-top: 30px;
    padding-bottom: 20px
}

.separator-char {
    color: #E5AB06!important
}

.subheader-row {
    font-weight: bold!important;
    padding-bottom: 30px;
    letter-spacing: 2px
}

.seloste-row {
    font-weight: bold!important;
    padding-bottom: 30px;
    padding-top: 30px;
    letter-spacing: 2px
}

.info-row {
	text-align: left;
	margin-left: 25%;
	line-height: 2em;
}

.body-list {
    margin-left: 50px
}

.scroll-transition {
    visibility: hidden
}

.trans {
    animation-name: trans;
    -webkit-animation-name: trans;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible
}

.about-row {
    margin-bottom: 60px;
    font-size: 1.1em
}

.verho-card {
    width: 75%
}

@media (max-width:1374px) {
    .verho-card {
        width: 100%
    }
}

.logo-image {
    width: 30%;
    height: 30%
}

.reminder {
    font-size: 1.2em;
    font-weight: 700
}

.image-rows {
    margin-top: 20px
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.card-img-top {
    width: 100%;
    height: 100%
}

#excavators {
    padding-top: 60px
}

.equip-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden
}

.card:hover .equip-image {
    opacity: .5
}

.card:hover .info-box {
    opacity: 1
}

.info-box {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.info-text {
    color: black;
    font-size: 1.2em
}

.reference-row {
    margin-top: 20px
}

#references {
    padding-top: 60px
}

@keyframes trans {
    0% {
        opacity: 0;
        transform: translateY(70%)
    }
    100% {
        opacity: 1;
        transform: translateY(0%)
    }
}

@-webkit-keyframes trans {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%)
    }
}

#about {
    padding-top: 60px
}

#services {
    padding-top: 60px
}

#contact {
    padding-top: 60px
}

.thank-msg {
    font-size: 150%
}

.contact-detail {
    padding-top: 10px!important;
    font-size: 1.1em
}

.contact-form {
    margin-top: 20px!important
}

.send-btn {
    background-color: #CECECE!important
}

.send-btn:hover {
    background-color: #E5AB06!important;
    color: #FFF!important
}

.main-contact {
    font-size: 1.2em;
    font-weight: 700
}

footer {
    background-color: #303030!important;
    color: #fff!important;
    padding-top: 10px!important;
    padding: 20px!important;
    margin-top: 30px!important;
    width: 100%
}

.commer {
    font-size: 70%
}

.seloste a {
    font-size: 70%;
    color: #fff!important;
}