﻿* { margin: 0; }

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

p { text-align: left; }

article {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}


article p { margin-bottom: 20px; }


footer { background-color: #000080;}

h1 {
    color: brown;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
}

h3 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

img { max-width: 100%; }

#header-top {
    background-color: #2F538A;
    color: #fff;
}

#header-middle { text-align: center; }

.header-middle-column {
    display: inline-block;
    width: 500px;
}

#anka-tesisat-logo { text-align: left; }

#anka-tesisat-telefon { text-align: right; }




nav {
    text-align: center;
    background-color: #000000;
    }

    nav li {
        border-radius: 10px 0 10px 0;
        display: inline-block;
        line-height: 30px;
        padding: 0 15px 0 15px;
        text-align: center;
    }

nav a {
    font-size: 1.1em;
    color: #fff;
}

nav li:hover { background-color: blue; }

nav li:hover a { color: white; }

.right-aligned-text { text-align: right; }

.left-aligned-text { text-align: left !important; }

.centered-text { text-align: center; }

.justified-text { text-align: center; }

.inline-block {
    display: inline-block;
    top: 0;
}

.inline { display: inline; }

.block { display: block; }

.horizontal-centered {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

.color-blue { color:blue !important; }
.color-brown {
    color: brown !important;
}
.bg-color-gray { background-color: gray; }

.bg-color-red { background-color: red; }

.bg-color-blue { background-color: blue; }

.bg-color-green { background-color: green; }

.bg-color-azure { background-color: azure; }

.position-relative { position: relative; }

.communication { margin: 5px; display: inline-block; }

.communication p {
    color: blue;
    font-size: 1.2em;
    font-weight: bold;
}



.communication a { color: #2F538A; }

.footer-menu-item {
    color: white;
    display: inline-table;
    margin: 10px;
    width: 400px;
}

.footer-menu-item h3 {
    color: white;
    font-size: 1.2em;
    text-align: left;
}

.footer-menu-item ul li {
    border-bottom: 1px solid white;
    list-style-type: none;
    margin-top: 10px;
    text-align: left;
}

.footer-menu-item ul li a { color: white; }

.footer-menu-item ul {
    margin-right: 50px;
    margin-top: 20px;
    padding: 0;
}

.footer-menu-item i {
    font-size: 2em;
    font-weight: bold;
}

.footer-menu-item hr {
    border: 1px solid #ffffff;
    width: 100%;
}

#footer-keywords {
    background-color: #00aedd;
    padding: 30px;
}

#footer-iletisim { padding: 30px; }

#copyright { line-height: 50px; }

.footer-resimli-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 50px;
}

#footer-resimli-resim {
    width: 400px;
}
#footer-resimli-yazi {
    width: 400px;
}
#footer-resimli-yazi p {
    font-size: 1.4em;
    font-weight:bold;
}


    .referanaslar-item {
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
    }

.hizmetlerimiz-roll-menu-item {
    display: inline-block;
    margin: 10px;
}

.alt-menu-item {
    border: 3px solid brown;
    width: 300px;
    background-color:#ffffff;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}

    .alt-menu-item h3 {
        text-align: center;
        color: black;
    }


    .anahtar-kelime {
        top: 5px;
        margin: 0;
        padding: 3px;
        font-size: 1em;
        font-weight: bold;
        display: inline-table;
        color: white;
    }



@media (max-width: 1150px) {
    .header-middle-column { width: 300px; }
}

@media (max-width: 870px) {
    .header-middle-column { width: initial; }
}