html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url('assets/images/AON_baner-www-LATO-ZIMA_tło_1920x1080.jpg') no-repeat fixed;
    background-size: cover;
}

.cloud-sun-icons {
    display: flex; 
    align-items: center; 
    position: relative; 
    width: 1200px; 
    margin: 0 auto; 
    justify-content: space-between;
}

.cloud-sun-link img {
    height: 360px;
}

.sun-text {
    position: absolute; 
    top: 133px; 
    left: 268px;
}

.cloud-text {
    position: absolute; 
    top: 126px; 
    right: 182px;
}

@media all and (max-width: 1200px) {
    body {
        background: none;
    }
    .cloud-sun-icons {
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .cloud-sun-link {
        width: 100%;
        position: relative;
        height: 100%;
    }

    .cloud-sun-link img {
        height: auto;
        width: 35%;
    }

    .sun-text {
        right: auto;
    }
}

.text-no-decoration,
a.text-no-decoration,
.text-no-decoration a {
    text-decoration: none;
}

/* COLORS */
.text-violet { color: rgb(110, 50, 220); }
.text-orange { color: rgb(255, 140, 0); }

/* FONT SIZE */
.text-2x { font-size: 2em; }
.text-3x { font-size: 3em; }
.text-4x { font-size: 4em; }

.text-44px { font-size: 44px; }

/* FONT FAMILY */
.montserrat-black { font-family: 'Montserrat-Black', 'Courier New', Courier, monospace; }
.montserrat { font-family: 'Montserrat', 'Courier New', Courier, monospace; }


/* LINE HEIGHT */
.lh-50 { line-height: 50px; }
.lh-52 { line-height: 52px; }