﻿.html {
    background-image: url('../Images/levent-web.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font {
    font-family: Arial;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.sizeFull {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.headerPosition {
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed;
    padding: 3px 10px 0px 0px;
    width: 100%;
}

.footerPosition {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    padding: 0px 0px 3px 3px;
    width: 100%;
}

.tdCopyright {
    text-align: right;
    font-size: 10px;
    color: lightgrey;
}

.tdLogo {
    width: auto;
    vertical-align: central;
    text-align: left;
    padding: 0px 10px 10px 10px;
}

.tdLang {
    width: 25px;
    vertical-align: central;
    text-align: right;
    padding: 0px 10px 10px 10px;
}

.tdPartners {
    width: 200px;
    vertical-align: central;
    text-align: right;
    padding: 0px 10px 10px 10px;
}

.width50 {
    width: 50%;
}

.width75 {
    width: 75%;
}

.width100 {
    width: 100%;
}

.heightAuto {
    height: auto;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.padding20 {
    padding: 20px 20px 20px 20px;
}

.padding30 {
    padding: 30px 30px 30px 30px;
}

.margin10 {
    margin: 10px 10px 10px 10px;
}

.margin20 {
    margin: 20px 20px 20px 20px;
}

.margin30 {
    margin: 30px 30px 30px 30px;
}

.alignVerticalTop {
    vertical-align: top;
}

.alignHorizontalLeft {
    text-align: left;
}

.alignHorizontalRight {
    text-align: right;
}

.alignHorizontalCenter {
    text-align: center;
}

h1 {
    /*margin-left: -25px;
    border: none;
    border-radius: 10px;
    background-color: black;
    opacity: 0.4;*/
}

p {
    line-height: 2;
}

.divBilgi {
    border: none;
    /*border-radius: 100%;*/
    background-color: black;
    color: white;
    opacity: 0.8;
    width: 20%;
    height: auto;
    left: 10%;
    top: 10%;
    bottom: 10%;
    position: absolute;
    float: left;
}

.divFaaliyetAlani {
    border: none;
    /*border-radius: 100%;*/
    background-color: gray;
    color: white;
    opacity: 0.8;
    width: 40%;
    height: auto;
    right: 10%;
    top: 10%;
    bottom: 10%;
    position: absolute;
    float: right;
}

.aFaaliyetAlani {
    background-color: #337ab7; /*#f00;*/
    color: white;
    padding: 25px 25px 25px 25px;
    margin: 10px 10px 10px 10px;
    height: auto;
    text-align: left;
    vertical-align: middle;
    width: 35%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: none;
}

    .aFaaliyetAlani:hover {
        background-color: black;
        color: white;
    }

.buttonPartners {
    background-color: #4CAF50;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
}

    .buttonPartners:hover {
        opacity: 0.8;
    }

.divOrtak {
    border: none;
    /*border-radius: 100%;*/
    background-color: gray;
    color: white;
    opacity: 0.8;
    width: 80%;
    height: auto;
    right: 10%;
    top: 10%;
    bottom: 10%;
    left: 10%;
    position: absolute;
}
