body{
    background-color: #202020;
    background-image: url("bg-min.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    max-width: 400px;
    width: 100%;
}
.card{
    background-color: rgba(255, 255, 255, 0.45);
}
.card-title{
    font-size: 28px;
}
.s2{
font-size: 24px;
}
.s3{
    font-size: 20px;
}
.s4{
    font-size: 16px;
}

.list-group-item{
    background-color: rgba(255, 255, 255, 0.45);
}
.iletisim i{
    color: #e30613;
    font-size: 32px;
    width: 32px;
    height: 32px;
}
.iletisim a{
    color:#1d1d1b;
    text-decoration: none;
    font-size: 20px;
    margin-left: 20px;
    white-space: pre-wrap;

}
.iletisim a span{
    margin-left: auto !important;
    margin-right: auto!important;
}
.sosyal{
    list-style: none;
    display: block;
}
.sosyal a{
    font-size: 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #1d1d1d;

}
.sosyal li {
    display: inline-block;
}
.harita{
    border-radius: 10px;
    overflow: hidden;
}