/* LAYSOS Ã–ZEL TASARIM KODLARI */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    /* Show it is fixed to the top */
    min-height: 75rem;
    padding-top: 3.3rem;
}

@media only screen and (max-width: 479px) {
    .hide-on-mobile {
        display: none !important;
    }
}


.certificate-img .row{
   
    justify-content: center;
}

.form-control {
    margin-top: 0.5rem;
}

.btn {
    margin-top: 0.5rem;
}

.alert-secondary {
    color: #383d41;
    background-color: #f5f5f7;
    border-color: #f5f5f7;
}

.alert {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 0rem;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}


/* NAVBAR RENGÄ° Apple: 333333, Turkcell: 2855ac, Orijinal Mavi Ã¶ncesi: 09438f */

.navbar-brand {
    font-family: 'PT Sans';
    font-size: 30px;
}


/* kutucuklardaki linkler arasÄ± boÅŸluk */

.bosluk {
    margin: 10px;
}


/* linklerin altÄ±ndaki Ã§izgiyi sildik */

a {
    text-decoration: none;
    color: #2855ac;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f5f5f7;
}