@import url('https://fonts.googleapis.com/css?family=Lalezar&display=swap');
.custom-bg-blue {
    background: #00a8eb !important;
}

.logo {
    font-family: 'Lalezar', cursive;
}
.bg-mc{
    background-image: url("../img/mc_grass_background.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.pt-10 {
    padding-top: 23rem !important;
}
.pb-10 {
    padding-bottom: 23rem !important;
}
.pt-9 {
    padding-top: 18rem !important;
}
.pb-9 {
    padding-bottom: 18rem !important;
}
.pt-8 {
    padding-top: 13rem !important;
}
.pb-8 {
    padding-bottom: 13rem !important;
}
.text-black {
    color: #000;
}

.cloud-1 {
    left: 10em;
    top: 10em;
    max-height: 10%;
    max-width: available;
    position: absolute;
}
.cloud-2 {
    left: 26em;
    top: 20em;
    max-height: 10%;
    max-width: available;
    position: absolute;
}
.cloud-3 {
    top: 10em;
    right: 10em;
    max-height: 10%;
    max-width: available;
    position: absolute;
}
.cloud-4 {
    right: 26em;
    top: 30em;
    max-height: 10%;
    max-width: available;
    position: absolute;
}
.bg-black {
    background: #0a0a0a !important;
}
.bg-black-l {
    background: #191919 !important;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #009fe1 0%, #4fb0c3 100%);
}

@media screen and (max-width: 560px){
 .logo{
     font-size: 0.5em;
 }
    .cloud-4 {
        right: 26em;
        top: 50em;
        max-height: 10%;
        max-width: available;
        position: absolute;
    }
}