@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Source+Sans+Pro:wght@400&display=swap');
html,
body {
    height: 90%;
    font-family: 'Source Sans Pro', sans-serif;
}

.carousel,
.item,
.active {
    height: 100%;
}


.carousel-inner {
    height: 100%;
}
@media only screen and (max-width: 600px) {
.carousel,
.item,
.active {
    height: 100%;
    background-size: auto 100%
}
.carousel-inner {
    height: 120%;
}
}
h1{font-family: 'Oswald', sans-serif;font-size: 140%;font-weight: bolder}
h2,h3,h4,h5{font-family: 'Oswald', sans-serif;font-size: 120%;font-weight: bolder}
.usthat{width:80%;max-width: 500px;display: table;margin: auto;text-align: center;top:-300px;position: relative;color:#f5f5f5;background-color: rgba(0,0,0,0.7);border-radius:10px;padding:15px;}
.usthat h1{color:#f5f5f5;font-family: 'Oswald', sans-serif;font-size:150%;font-weight: bolder}
.baslik{font-size:110%;font-family: 'Oswald', sans-serif;font-weight: bolder}
.telefon{font-family: 'Oswald', sans-serif;color:#003355;}
.breadcrumb-item a{color:#363636;}
.makale{width:95%;display: table;}
.makale img{width:95%;max-width:600px;float: left;margin-right:10px;margin-bottom:10px}
.makale h1,h2,h3{font-family: 'Oswald', sans-serif;font-size:120%;font-weight: bolder;}