/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
    font-family: 'Futura-CondensedMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: white;
}

p {
    line-height: 1.75;
}

a {
    color: #ffffff;
}

a:hover {
    color: #fec503;
}

.text-primary {
    color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul{
  list-style-type: square;
}

ul.content-list li{
    font-size: 2.5vmax;
    font-family: 'Futura';
}

.content-box {
    padding: 10px;
    font-size: 2.5vmax;
    font-family: 'Futura';
    color: white;
}

section h2 span.textblock {
    color: black;
    background-color: white;
}

section {
    padding-top: 60px;
    padding-bottom: 10vh;
    padding-left: 3vw;
    padding-right: 3vw;
    min-height: 100vh;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}


.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.text-red{
    color: #e55133;

}

.text-green{
    color: mediumspringgreen;

}

.text-blue{
    color: dodgerblue;

}

.history-image{
    color: white;
    border: 4px solid #e9ecef;

}

section h2.section-heading {
    font-size: 3vw;
    color: white;

}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Futura-CondensedMedium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn {
    font-family: 'Futura-CondensedMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 2vw;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #000000;
    border: 5px solid white;
    border-radius: 1rem ;

}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: darkred !important;


}
.modal-body{
    color:black;
}

.modal-title{
    color:black;
}


::-moz-selection {
    background: darkred;
    text-shadow: none;
}

::selection {
    background: darkred;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

#mainNav {
    background-color: white;
}



.bg-box {
padding-top: 10px;
padding-bottom: 10px;
margin-top: 0px;
margin-bottom: 20px;
   border-radius:1rem;
  background-color: rgba(20,20,20,0.8);
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: rgba(76, 76, 78, 0.53);
    font-family: 'Futura-CondensedMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
    color: darkred;
    font-family: 'Futura-CondensedMedium', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand img {
    max-height: 50px;
}


#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color:darkred;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 2vw;
    font-weight: 400;
    padding: 10px;
    color: white;
    background-color: black;
    font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: darkred;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: rgba(1, 1, 1, 0);
    }

    #mainNav .navbar-brand {

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav .navbar-brand img {
        max-height: 100px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: white;
    }

    #mainNav.navbar-shrink .navbar-brand {

        padding: 12px 0;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        max-height: 50px;
    }

}



header.masthead {
    text-align: center;
    color: black;
    background-image: url("../img/kostoblau_fullsize_logo.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 4vw;
    margin-bottom: 4vh;
    color: darkred;
    font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 3vh;
    font-family: 'Futura-CondensedMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;

    }

    header.masthead .intro-text .intro-lead-in {

        margin-bottom: 25px;
        font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }


}



section#services {
    background-color: #212529;
    background-image: url("../kostoblau_fullsize_logo.png");
    color: white;
}

section#contact {

    background-color: #212529;
    background-image: url("../img/map-image.png");
}

section#contact .section-heading {
    color: #fff;
}


footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Futura-CondensedMedium', 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Futura-CondensedMedium', 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #fed136;
}
