body{
    background-color: #E0E0E0;
    font-family: 'Oswald', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #4B4E65;
}
a{
    text-decoration: none;
    color: #007A03;
}
a:hover{
    text-decoration: none;
    color: #595C6E;
}
p{
    font-size: 1em;
}
.imgkenar{
    border: 10px solid #007A03;
    transition: .5s ease;
}
.imgkenar:hover{
    opacity: 0.3;
    border: 10px solid #007A03;
}
.containerana{
    background-color: #fff;
    padding: 0px 30px 100px 30px;
    background-image: url('img/altbgg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.containersayfa{
    background-color: #fff;
    padding: 0px 30px 100px 30px;
}
.baslik{
    float: left;
    border-left: 30px solid #595C6E;
    background-color: #007A03;
    color: #fff;
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
}
.buton1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #007A03;
    transition: .5s ease;
}
.buton1:hover{
    color: #fff;
    background-color: #595C6E;
}
.buton2{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #595C6E;
    transition: .5s ease;
}
.buton2:hover{
    color: #fff;
    background-color: #007A03;
}

#ust{
    position: relative;
}
#ust .foto1{
    position: absolute;
    z-index: 1000;
    left: 200px;
}
#ust .foto2{
    position: absolute;
    z-index: 1000;
    right: 150px;
    width: 150px;
}
#ust .logo{
    width: 150px;
}
#ust .sag{
    background-image: url('img/ustbgg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}
#ust .navbar{
    background-color: #007A03;
    margin-top: 150px;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0px;
}
#ust .navbar a{
    color: #fff;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
}
#ust .navbar a:hover{
    background-color: #595C6E;
}
#ust .active{
    background-color: #595C6E;
}
#ust .dropdown-menu{
    z-index: 1001;
}
#ust .dropdown-menu a{
    color: #007A03;
    padding: 10px;
}
#ust .dropdown-menu a:hover{
    color: #fff;
}

#banner{
    border: 10px solid #007A03;
}
#banner .carousel-caption{
    background-color: #007A03;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
#banner .carousel-caption h5{
    font-size: 2.5em;
    font-weight: 400;
}
#banner .carousel-indicators li{
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

#anamenu{
    padding: 0px;
    margin: 0px;

}
#anamenu li{
    float: left;
    width: 100%;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    padding: 0px;
}
#anamenu li a{
    float: left;
    width: 100%;
    color: #fff;
    padding: 64px 0px 64px 0px;
    background-color: #007A03;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: url('img/yuvarlak.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 20px 20px;
    font-size: 1em;
    font-weight: 400;
    transition: .5s ease;
}
#anamenu li a:hover{
    background-color: #595C6E;
    text-decoration: none;
}

#ornekprojeler a{
    float: left;
    width: 100%;
    border: 10px solid #007A03;
    transition: .5s ease;
}
#ornekprojeler img{
    transition: .5s ease;
}
#ornekprojeler img:hover{
    opacity: 0.3;
}
.kaydirak{
    position: absolute;
    z-index: 1000;
    width: 400px;
    top: -100px;
    right: -70px;
}
.card{
    border-radius: 0px;
}
#urundetay{
    margin-top: 200px;
}

/* Style the navigation menu */
#mobillinkler {
    overflow: hidden;
    background-color: #595C6E;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1001;
    padding: 10%;
  }
#mobillinkler a{
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
}
  

@media only screen and (max-width: 600px) {
    h1{
        font-size: 1.5em;
    }
    .container{
        background-color: #fff;
        padding: 0px 10px 0px 10px;
    }
    #ust .logo{
        width: 80px;
    }
    #ust .foto1{
        position: absolute;
        z-index: 1000;
        left: 80px;
        width: 110px;
    }
    #ust .foto2{
        position: absolute;
        z-index: 1000;
        right: 50px;
        width: 100px;
    }
    #banner img{
        height: 150px;
    }
    #banner .carousel-indicators li{
        width: 15px;
        height: 15px;
    }
    .kaydirak{
        position: absolute;
        z-index: 1000;
        width: 200px;
        top: 0px;
        right: -40px;
        margin-top: 100px;
    }
    #urundetay{
        margin-top: 70px;
    }
}