﻿/* 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;
    background-color: #000000;
}

@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%;
    background-color: #000000;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url("/images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000000;
}


.container {
    z-index: 1;
    position: relative;
}

.af::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.8;
    display: block;
    height: 100%;
    z-index: 0;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.logo {
    background-image: url("/images/mead-logo.gif");
    background-position: center center;
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 100px;
}

.content {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

.mead-logo {
    background-color: #ffffff;
    padding: 24px;
    width: 224px;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-title {
    font-size: 24px;
    color: #f5f5f5;
    margin-top: 100px;
    margin-bottom: 24px;
    font-weight: 600;
    padding-left: 0;
}

@media (min-width: 576px) {
    .page-title {
        padding-left: 34px;
    }
}

@media (max-width: 575px) {
    .page-title {
        padding-left: 0px;
    }
}

.projeler {
    position: relative;
}

    .projeler .proje {
        text-align: center;
    }

        .projeler .proje .image a {
            display: block;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
        }

            .projeler .proje .image a img {
                border: 10px solid #f5f5f5;
                border-radius: 10px;
            }

                .projeler .proje .image a img:hover {
                    border: 10px solid #dedede;
                }


        .projeler .proje > div {
            position: relative;
            margin: 0 auto;
        }
/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/
.card {
    position: relative;
    width: 470px;
    height: 303px;
    perspective: 500px;
    background-color: transparent;
    margin: 0 auto;
}


@media (max-width: 576px) {
    .card {
        position: relative;
        width: 407px;
        min-height: 264px;
        height: 100%;
        perspective: 500px;
        background-color: transparent;
    }
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    border: 10px solid #f5f5f5;
    border-radius: 10px;
}

.card:hover .content {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    backface-visibility: hidden;
    background-color: transparent;
}

.back {
    transform: rotateY( 180deg );
    background-color: transparent;
}


.maps {
    width: 450px;
    margin: 0 auto;
    border: 10px solid #f5f5f5;
    border-radius: 10px;
    background-color: #fff;
}

.contact {
    width: 450px;
    margin: 0 auto;
}

    .contact a {
        color: #fff;
    }
