﻿.logo-img img{
    width: 300px;
    height: 132px;
}

.logo-link img {
    width: 130px;
    margin: 0 40px 0 40px;
}

.logo-link img:hover {
    opacity: .5;
}

.preloader.preloader-dark {
    background: #194526;
}

.org-pipe {
    color: #e9510e;
    padding: 0 10px;
}

h1, .h1 {
    font-size: 2.6rem;
    line-height: normal;
}

a {
    color: #ffffff;
}
.btn-outline-white:hover {
    color: #fff;
    border-color: #e9510e;
}
.preloader .circle-side {
    border-color: #e9510e;
}

.bg-dark {
    background-color: #194526 !important;
}

.tagline {
    text-transform: uppercase;
    margin-top: 60px ;
    font-size: 1.4rem ;
}

.highlight-red {
    color: #c8526e;
    margin: 0 5px 0 5px;
}


@media screen and (max-width: 767px) {
    
    .min-vh--100 {
        min-height: 70vh;
    }
    
    h1, .h1 {
        font-size: 1.2rem;
        line-height: normal;
    }
    
    p.lead {
        font-size: .8rem;
        line-height: normal;
    }    
    
    .logo-link img {
    width: 80px;
    margin: 0 20px 0 20px;
}
    
.tagline {
    text-transform: uppercase;
    font-size: .8rem ;
}    
    
}