/*!
 * Start Bootstrap - Business Casual v5.0.2 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
    font-family: 'Lora';
    background-color: #E9EEF2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
}

p {
    line-height: 1.75;
}

.text-faded {
    color: rgba(255, 255, 255, 0.3);
}

.site-heading {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Raleway';
}

.site-heading .site-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
}

.site-heading .site-heading-lower {
    font-size: 5rem;
    font-weight: 100;
    line-height: 4rem;
}

.page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-heading {
    text-transform: uppercase;
}

.section-heading .section-heading-upper {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.section-heading .section-heading-lower {
    display: block;
    font-size: 2rem;
    font-weight: 100;
}

.bg-faded {
    background-color: rgba(233, 238, 242, 0.95);
}

/* Renk Paleti Variables */
:root {
    --color-1: #326789;
    --color-2: #78A6C8;
    --color-3: #E9EEF2;
    --color-4: #E65C4F;
}

.contact-info-bar {
    height: 51px;
    min-height: 51px;
    max-height: 51px;
    font-size: 11px;
    background-color: #E9EEF2 !important;
    border-bottom: 1px solid #E9EEF2;
}

.contact-info-bar .small {
    font-size: 11px;
}

.contact-info-bar i {
    font-size: 10px;
}

.nav-wrapper {
    background-color: #326789;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-height: 50px;
    display: flex;
    align-items: center;
}

.logo-img {
    width: 75px;
    height: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

#lavalampNav {
    position: relative;
    height: 50px;
    background-color: #326789;
    border-radius: 8px;
    font-size: 0;
    display: inline-block;
}

#lavalampNav a {
    line-height: 50px;
    height: 100%;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
    font-family: 'Raleway';
    font-weight: 600;
    padding: 0 12px;
}

#lavalampNav a i {
    margin-right: 6px;
    font-size: 14px;
    color: white !important;
    opacity: 1 !important;
}

#lavalampNav a .menu-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    z-index: 10;
}

#lavalampNav .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all .5s ease 0s;
    border-radius: 8px;
}

#lavalampNav a:nth-child(1) { width: 140px; }
#lavalampNav a:nth-child(2) { width: 150px; }
#lavalampNav a:nth-child(3) { width: 150px; }
#lavalampNav a:nth-child(4) { width: 130px; }
#lavalampNav a:nth-child(5) { width: 140px; }
#lavalampNav a:nth-child(6) { width: 130px; }

#lavalampNav .start-home, #lavalampNav a:nth-child(1):hover~.animation {
    width: 140px;
    left: 0;
    background-color: #E65C4F;
}

#lavalampNav .start-about, #lavalampNav a:nth-child(2):hover~.animation {
    width: 150px;
    left: 140px;
    background-color: #E65C4F;
}

#lavalampNav .start-products, #lavalampNav a:nth-child(3):hover~.animation {
    width: 150px;
    left: 290px;
    background-color: #E65C4F;
}

#lavalampNav .start-projects, #lavalampNav a:nth-child(4):hover~.animation {
    width: 130px;
    left: 440px;
    background-color: #E65C4F;
}

#lavalampNav .start-services, #lavalampNav a:nth-child(5):hover~.animation {
    width: 140px;
    left: 570px;
    background-color: #E65C4F;
}

#lavalampNav .start-contact, #lavalampNav a:nth-child(6):hover~.animation {
    width: 130px;
    left: 710px;
    background-color: #E65C4F;
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
    }


}

.btn-xl {
    font-weight: 700;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.intro {
    position: relative;
}

@media (min-width: 992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 3rem;
        position: absolute;
    }

    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

@media (min-width: 1200px) {
    .intro .intro-text {
        width: 45%;
    }
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #78A6C8;
}

.cta .cta-inner {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
    border-radius: 0.5rem;
    content: '';
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }

    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }

    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }

    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: 0.9rem;
}

.list-hours .list-hours-item {
    border-bottom: 1px solid rgba(120, 166, 200, 0.5);
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.list-hours .list-hours-item.today {
    font-weight: bold;
    color: #E65C4F;
}

@media (min-width: 992px) {
    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }
}

.address strong {
    font-size: 1.2rem;
}

.footer {
    background-color: #326789;
}

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

.bg-primary {
    background-color: #78A6C8 !important;
}

.btn {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
    background-color: #E65C4F;
    border-color: #E65C4F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #d44a3e;
    border-color: #d44a3e;
}

.font-weight-light {
    font-weight: 100 !important;
}




.services-header {
    text-align: center;
    margin-bottom: 2rem;
}

.services-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Raleway';
    text-transform: uppercase;
}

.services-header p {
    font-size: 1.1rem;
    color: #000000;
    font-family: 'Lora';
}
