/*
Theme Name:   CooFarma Salento minimum Theme
Theme URI:    https://www.coofarma.it
Author:       CooFarma Salento
Author URI:   https://www.coofarma.it
Description:  CooFarma Salento | Cooperativa provinciale titolari di farmacia
Version:      1.0.0
*/
body,
html {
    height: 100%;
    margin: 0;
}

body {
    background-color: #0a313e;
    color: #444;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0a313e;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1000;
}

.centered-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* Altezza del container pari all'altezza della finestra del browser */
}

.centered-container .centered-text {
    text-align: center;
}

@media (orientation: landscape) {
    .centered-container .centered-text img {
        width: 50vw;
    }
}

@media (orientation: portrait) {
    .centered-container .centered-text img {
        width: 90vw;
    }
}

.centered-container .font-style {
    font-size: 6vw;
    font-weight: normal;
    font-style: normal;
}