﻿.credits-title {
    margin-top: 30px;
    font-size: 25px;
}
.contacts-title {
    margin-top: 30px;
    font-size: 25px;
}
.sroki-title {
    font-size: 0.9rem;
    margin-top: -40px;
    font-family: 'Century Gothic Bold';
    color: rgb(131,131,131);
    text-align: center;
}
.sroki-title-desk {
    font-size: 0.9rem;
    margin-top: 80px;
    font-family: 'Century Gothic Bold';
    color: rgb(131,131,131);
    text-align: center;
}
.map {
    width: 100%;
    height: 250px;
    border: 10px solid rgba(255,255,255,0.75);
    border-radius: 10px;
}
.my-carousel{
    background-color: white;
    border-radius: 10px;
}

.desktop{
    display: none;
}

@media screen and (min-width: 576px){
    .desktop {
        display: flex;
    }
    .mobile {
        display: none;
    }
}
@media screen and (min-width: 767.99px) {

}
@media screen and (min-width: 991.99px) {
    .credits-title {
        font-size: 35px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }

    .contacts-title {
        font-size: 35px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }

    .sroki-title {
        font-size: 20px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }

    .map {
        width: 100%;
        height: 400px;
    }

    .my-carousel {
        background-color: white;
        border-radius: 10px;
    }

    .contacts-contacts {
        font-size: 25px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }
}
@media screen and (min-width: 1199.99px) {
    .credits-title {
        font-size: 35px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }

    .contacts-title {
        font-size: 35px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
    }

    .sroki-title {
        font-size: 20px;
        margin-left: 35px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
        margin-top: 100px;
    }

    .map {
        width: 100%;
        height: 400px;
    }

    .my-carousel {
        background-color: white;
        border-radius: 10px;
    }
    .contacts-contacts {
        font-size: 20px;
        margin-top: 10px;
        font-family: 'Century Gothic Bold';
        color: rgb(131,131,131);
        text-align: right;
    }
}
