.logo{
    text-align: center;
    margin-top: 10px;
}
.navbar{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.is-primitive{
    background-color: #e48490;
    color:#fff;
    border-color: transparent;
}
.is-secondary-place .column{
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    padding: 0 !important;
    justify-content: center;
    overflow: hidden;
}
.is-secondary-place .column.is-one-quarter{
    background-color: #f5f5f5 !important;
}
.is-secondary-place a {
    color: #000;
}
.mr2rem{
    margin-right: 2rem !important;
}
.mr1rem{
    margin-right: 1rem !important;
}
.select{
    display: block !important;
}
.select select{
    width: 100%;
}
footer{
    margin-top: 30px;
    border-top:1px solid #d1d1d1;
    min-height: 100px;
}
footer{
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}
footer a{
    color:#9a9a9a;
    font-size: 18px;
}
footer a.social{
    font-size: 30px;
    margin-right: 20px;
}
#footerlogo {
    position: absolute;
    width: 250px;
    top: -37px;
    left: 42%;
}
.is-desktop{
    display: block;
}
.is-mobile{
    display: none;
}
@media screen and (max-width: 768px) {
    #footerlogo{
        left: 20% !important;
        top: -29px;
    }
    .is-secondary-place .column.is-one-quarter span{
        padding: 30px;
    }
    .hero-body{
        height: 300px;
    }
    body{
        padding: 1rem;
    }
    #iletisimbanner{
        height: 300px !important;
    }
    .goleft {
        position: absolute;
        left: 0;
    }
    .goright{
        position: absolute;
        right: 0;
    }
    .card{
        width: 100% !important;
    }
    .is-desktop{
        display: none;
    }
    .is-mobile{
        display: block;
    }
    #ligthbox img{
        height: auto !important;
    }
}