@import url(https://db.onlinewebfonts.com/c/d7e8a95865396cddca89b00080d2cba6?family=SoDo+Sans+SemiBold);

@font-face {
    font-family: "SoDo Sans SemiBold";
    src: url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.eot");
    src: url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.eot?#iefix") format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.svg#SoDo Sans SemiBold") format("svg");
}

* {
    font-family: "SoDo Sans SemiBold";
}

nav {
    background-color: rgb(255, 238, 218);

}

body {
    background-color: rgb(255, 238, 218);
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin-top: 10vh;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.hikayemiz {
    text-align: center;
}

.hikayemiz h1 {
    margin-top: 3vh;
    font-size: 30px;
}

.hikayemiz-cizgi {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: orange;
    height: 1vh;
    width: 10vw;
    border-radius: 10px;
}

.hikayemiz p {
    margin-top: 3vh;
    margin-left: 7vw;
    margin-right: 7vw;
    margin-bottom: 4vh;
    font-weight: 100;
    font-size: 20px;
    text-align: justify;
}

.iletisim-container {
    text-align: center;
}

.iletisim-container h1 {
    margin-top: 3vh;
    font-size: 30px;
    text-align: center;
}

.iletisim-container p {
    font-size: 20px;
    text-align: center;
}

.konum {
    margin-top: 2vh;
    margin-left: 41vw;
    margin-right: 41vw;
}

.anasayfa-videolar {
    text-align: center;
    margin-top: 6vh;
}

.anasayfa-videolar button {
    margin-top: 3vh;
    text-align: center;
    background: white;
    padding: 1.5vh;
    border-radius: 10px;
}

@media only screen and (max-width: 990px) {
    .slideshow-container {
        position: relative;
        max-width: 100%;
        margin-top: 10vh;
    }
    
    .mySlides {
        display: none;
    }
    
    .mySlides img {
        vertical-align: middle;
        width: 100%;
    }
    
    .fade {
        animation-name: fade;
        animation-duration: 1s;
    }
    
    @keyframes fade {
        from {
            opacity: .4
        }
    
        to {
            opacity: 1
        }
    }
    
    .hikayemiz {
        text-align: center;
    }
    
    .hikayemiz h1 {
        margin-top: 3vh;
        font-size: 30px;
    }
    
    .hikayemiz-cizgi {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background: orange;
        height: 1vh;
        width: 40vw;
        border-radius: 10px;
    }
    
    .hikayemiz p {
        margin-top: 3vh;
        margin-left: 7vw;
        margin-right: 7vw;
        margin-bottom: 4vh;
        font-weight: 100;
        text-align: justify;
    }
    
    .iletisim-container {
        text-align: center;
    }
    
    .iletisim-container h1 {
        margin-top: 3vh;
        font-size: 30px;
        text-align: center;
    }
    
    .iletisim-container p {
        text-align: center;
    }
    
    .konum {
        margin-top: 2vh;
        padding-left: 4vh;
    }
    
    .anasayfa-videolar {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .anasayfa-videolar button {
        margin-top: 3vh;
        text-align: center;
        background: white;
        padding: 1.5vh;
        border-radius: 10px;
    }

    .konum {
        margin-left: 1vw;
        margin-right: 1vw;
    }
}
