body{
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: normal;
    /*background-color: #e9ecef;*/
    background-color: #ffffff;
}

.navbar-nav li a{
    color: black !important;
    font-size: 18px;
}
.navbar-nav li a:hover{
    text-decoration: underline !important;
}
.navbar-nav li{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid white;
}
.navbar-nav li:nth-last-child(1){
    border-right: 0px;
}
.footer-menu{
    list-style: none;
}
.footer-menu li{
    padding: 0vw 1vw;
    margin: 0 0 1.2vw 0;
    float: left;
    border-right: 1px solid #fff;
}
.footer-menu li:nth-last-child(1){
    border-right: 0px;
}
.footer-menu li a{
    color: #ffffff;
    font-size: 1vw;
}




.footer{
    text-align: center;
    color: #fff;
}

.morbg {
    /*background-color: #525d73;*/
    background-color: #404958;
}

.yesilbg {
    background-color: #fdfdfc;
}
.mavibg {
    background-color: #16172e;
}

.mortext {
    color: #4b78c3;
    font-color: #4b78c3;
}


/* index.php */
.category-kutu {
    background: #efefef;

}
.stilsizlink {
    color: #000000;
    font-color: #000000;
    text-decoration: none;

}
.gradyan {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(75,169,122), rgb(75,120,195)) repeat scroll 0% 0%;

}
.carousel-caption{
    top: 10%;
    padding-left: 30%;
    color: black;
    right: 1%;
}

@media only screen and (max-width: 900px) {
  .footer-menu li a{
        color: #ffffff;
        font-size: 1.8vw;
    }
}


/* index.php */
