
html, body {
    font-family: 'Titillium Web',sans-serif !important;
    color: #202020 !important;
}

body a:hover {
    text-decoration: none;
}

header {
    vertical-align: middle;
    z-index: 10;
    /*background-color: #ffffff;*/
}

header a {
    line-height: 30px !important;
    color: #555;
}

    header a:hover {
        color: #1373a8;
    }

    .btn{
        border-radius:unset !important;
    }

.mobile-menu {
    position: fixed;
    width: 100%;
    margin-top: 66px;
    z-index: 1000;
    background: white;
    font-size: 20pt;
    border-top: 1px solid black;
    display: none;
    animation-name: fadeIn;
}
    .mobile-menu.activated {
        display: block;
        animation-name: fadeOut;
    }

    .mobile-menu .mobil-menu-item {
        padding: 16px 0;
        border-bottom: 1px solid #CCC;
    }

    .mobil-menu-item a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }


.mobile-menu li {
    list-style: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 1;
        transform: translateY(endYposition);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 0;
        transform: translateY(endYposition);
    }
}

.nice-back {
    background-color: black;
}

section {
    z-index: 1;
    padding: 50px;
}

#brand {
    /*font-size: 20px;*/
    padding-top: 10px;
    line-height: 30px;
}

#promo {
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    position: relative;
    z-index: 100;
}

#services {
    background-color: #ffffff;
}

#about {
    background-color: #ffffff;
}

#references {
    height: 500px;
    background-color: #f5f5f5;
}

#contact {
    /*background-color: #563d7c;*/
    color: white;
    background: rgb(60,159,255);
    background: radial-gradient(circle, rgba(60,159,255,1) 13%, rgba(113,108,255,1) 77%);
}

#contact a {
    color: white;
}

#main-h1 {
    margin-bottom: 30px;
}

#promoImage {
    position: absolute;
    top: 80px;
    left: 500px;
}

.inline-icon {
    margin-right: 7px;
}

.list-item {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 20px;
}

.purple {
    color: #2e0c65;
}

.spacer-15 {
    margin-top: 15px;
}

body {
    background-color: #2e0c65;
}

h3 {
    color: #2e0c65;
}

h2 {
    margin-bottom: 30px !important;
}

#promoBack {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: -1;
}

.footer {
    margin-top: 20px;
    line-height: 60px;
    background-color: white;
}

.carousel-inner {
    min-height: 400px;
}

.promo-title {
    font-size: 3.0em;
    margin-top: 100px;
}

.promo-text {
    font-size: 14pt;
    font-style: unset;
    margin-top: 60px;
    padding-right: 60px;
}

.section-title {
    margin-top: 30px;
}

.blur-box {
    position: relative;
    width: 250px;
    height: 350px;
    top: calc(50% - 175px);
    left: calc(50% - 125px);
    background: inherit;
    border-radius: 2px;
    overflow: hidden;
}

.blacked-text{
    background: #202020;
    color: white;
    padding: 12px 26px;
}

a.blacked-text {
    color: white !important;
}

a:hover.blacked-text {
    color: gray !important;
}

.blacked-icon {
    background: #202020;
    color: white;
    padding: 6px;
}
.blued-text {
    background: #1373a8;
    color: white;
    padding: 12px 26px;
}

.wt-icon {
    margin-bottom: -10px;
    margin-right: 14px;
}

#career {
    background-color: #F0F0F0;
}

.menu-btn {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .menu-btn {
        display: block !important;
    }
}
