body {
    font-family: 'Montserrat', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

body > .navbar-light {
    background: #fff;
}
.navbar .navbar-brand {
    position: absolute;
    top: -100px;
    left: 60px;
    z-index: 1;
    background: #fff;
    padding: 1rem 1.3rem;
    border-radius:15px;
    transition: top 0.3s;
}
.navbar .navbar-brand.showed {
    top: 8px;
}

.navbar .navbar-brand img {
    width: 56px;
}

@media (max-width: 1090px) {
    .navbar .navbar-brand {
        top: 8px;
        left: 20px;
    }
}

.navbar .navbar-brand img {
    width:55px;
}


.navbar .nav-link {
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 1140px) {
    .navbar .nav-item .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}
@media (min-width: 1200px) {
    .navbar .nav-item .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-collapse .nav-item {
    text-align: right;
}

#start {
    height:100vh;
    width:100%;
    overflow:hidden;
    position: relative;
}
#start-bg, #start-logo, #start-shadow {
    position: absolute;
    transition: top 0.1s, right 0.1s, bottom 0.1s, left 0.1s, width 0.1s, height 0.1s;
}
#start-shadow {
    opacity: 0.3;
}
#start-description {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:100%;
}
.typed-cursor {
    animation: blink 0.6s infinite;
}
#typed2 {
    font-size: 1.5rem;
}
#typed2 + .typed-cursor {
    font-size: 1.5rem;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.promo-block {
    display: inline-block;
    background:#000a;
    padding: 2rem;
    max-width:100%;
}
.promo-block h1 {
    margin-right: 30px;
}

h1, h2 {
    font-weight: bold;
}

.row.companies img {
    margin-top:2rem;
}

hr {
    border-color: #212529;
    border-width: 4px;
    width: 150px;
    margin: 2rem auto;
    border-radius:2px;
    max-width:100%;
}
hr.mini {
    border-width: 2px;
    width: 50px;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}
hr.big {
    width: 250px;
}
hr.left {
    margin-left:0;
}
hr.right {
    margin-right:0;
}


article {
    padding-top: 5rem;
    padding-bottom: 7rem;
}
#contact {
    padding-bottom: 3rem;
}

.slide-image {
    background-size: cover;
    height: 800px;
    max-height: calc(100vh - 65px);
}

.carousel {
    padding-left:0;
    padding-right:0;
}

.carousel-indicators {
    bottom: 5rem;
}

.carousel-caption {
    background: #000a;
    bottom: 5rem;
}

.carousel-heading {
    position: absolute;
    right: 15%;
    top: 5rem;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000a;
}
.carousel-heading h2 {
    margin: 0;
}

.colored {
    color:#fff;
}
.colored hr {
    border-color:#fff;
}

.orange-bg {
    background:#f7931e;
}
.text-orange {
    color:#f7931e;
}
.darkorange-bg {
    background:#f15a29;
}
.text-darkorange {
    color:#f15a29;
}
.lightpink-bg {
    background:#ee2b7b;
}
.text-lightpink {
    color:#ee2b7b;
}
.pink-bg {
    background:#d91c5c;
}
.text-pink {
    color:#d91c5c;
}
.darkpink-bg {
    background:#9e1f63;
}
.text-darkpink {
    color:#9e1f63;
}
.violet-bg {
    background:#91278f;
}
.text-violet {
    color:#91278f;
}
.black-bg {
    background:#212529;
}
.text-black {
    color:#212529;
}
.coffie-bg {
    background-image: url('bg5.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
.plants-bg {
    background-image: url('bg4.jpg');
    background-size: cover;
    padding-bottom: 10rem;
}

a {
    color: #212529;
}
a:hover {
    color: #212529aa;
}
.colored a {
    color: #fff;
}
.colored a:hover {
    color: #fffa;
}
#contact-logo {
    max-width:100%;
}
@media (max-width: 767px) {
    #contact-logo {
        max-height:100px;
    }
}
body>footer {
    font-size: 0.8rem;
    padding:0.8rem;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 9999;
    transition-duration: 2s, 0s;
    transition-property: opacity, visibility;
    transition-delay: 1s, 3s;
}
.loader.hidden{
    opacity:0;
    visibility: hidden;
}

.loader .line-scale-pulse-out-rapid div {
    border-radius: 0;
}
.loader .line-scale-pulse-out-rapid div:nth-child(1) {
    background: #f15a29;
}
.loader .line-scale-pulse-out-rapid div:nth-child(2) {
    background: #ee2b7b;
}
.loader .line-scale-pulse-out-rapid div:nth-child(3) {
    background: #d91c5c;
}
.loader .line-scale-pulse-out-rapid div:nth-child(4) {
    background: #9e1f63;
}
.loader .line-scale-pulse-out-rapid div:nth-child(5) {
    background: #91278f;
}