﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.Logo {
    width: 67px;
    height: auto;
}

.LogoSmall {
    width: 50px;
    height: auto;
}

.main-slider .auto-container {
    position: relative;
    top: -160px;
}

.main-slider .title {
    position: relative;
    color: #fd0000;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 1px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Oswald', sans-serif;
}

.project-block {
    position: relative;
    margin-bottom: 50px;
    height: 290px;
    /*overflow: hidden;*/
}

    .project-block .inner-box .image img {
        position: relative;
        width: 100%;
        height: 277.5px;
        display: block;
    }

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 100%;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        /*position: absolute;*/
    }

.count-outer {
    position: relative;
    font-weight: 400;
    color: #3f18b7 !important;
    font-size: 36px;
    line-height: 1em;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.fact-counter .column .inner .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #0a263e;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .main-slider .auto-container {
        position: relative;
        top: -140px;
        line-height: 50px;
    }
}

.newsletter-section.margin {
    margin-top: 0px;
}

.auto-container {
    max-width: 1300px;
}