body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    background-image:url("../images/1.jpg");
}

a:link {
    text-decoration: none;
    color:black;
 
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
}


.navigation{
    background-color: white;
    margin: auto;
    width: 850px;
    border-radius: 30px;
    
}

.header, 
.navbar, 
.contend{
    width: 800px;
    margin: auto;
}


.header{
     background-color:#eb1c24; 
    height: 180px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.header-logo{
    padding-left: 70px;
}

.navbar{
    background-color:#9a9a83;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    
}

/*.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    
    text-decoration: none;
}*/

.navbar-item {
    float: left;
    overflow: hidden;
    font-size: 16px;
    
}

.navbar-item 
.navbar-item-button{
       
    border: none;
    outline: none;
    color: white;
    
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, 
.navbar-item:hover 
.navbar-item-button{
    color:black;
}

.navbar-item-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    flex-wrap: wrap;
}

.navbar-item-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    flex-wrap: wrap;
}

.navbar-item-content a:hover {
    background-color: #ddd;
}

.navbar-item:hover 
.navbar-item-content {
    display: block;
}
/*.navbar-item-button{
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.navbar-item-hakkimizda:hover{
    background-color: red;
}*/





.contend{
    background-color: white;
    height: 550px;
    padding-top: 20px;
}
.contend-iletisim{
    padding-left: 100px;
}

.contend-tel, a:link {
    font-size: 16px;
    line-height: 22px;
    color: black;


}

.contend-maps{
    width: 400px;
    height: 500px;
    padding-top: 20px;
    padding-left: 100px;
}
.tasarim {
    font-size: .8em;
    padding-left: 30px;
    padding-top:10px; 
    color: white;
    padding-left: 250px;
}




.footer-art{
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    color: #262626;
    background-color: rgb(154, 154, 131);
    margin: auto;
    width: 800px;
}



