@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;600&display=swap');
html {
    scroll-behavior: smooth !important;
}
body {
    margin: 0px !important;
    padding: 0px !important;
    background-color: #000000 !important;
    background-image: url(sfondo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #dddddd !important;
}
nav {
    margin-bottom: 40px;
}
img, svg {
    display: block !important;
    margin: auto !important;
}
h1 {
    font-weight: 300 !important;
}
h2 {
    font-size: 35px !important;
    color: #ffce44 !important;
    font-weight: 600 !important;
    margin-top: 50px !important;
}
h3 {
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-top: 50px !important;
}
h4 {
    font-size: 40px !important;
    color: #ffce44 !important;
    font-weight: 300 !important;
    margin-bottom: 50px !important;
}
#testa, #contenitore, #piede {
    margin: auto;
    padding: 0px;
    width: 1180px;
}
a {
    text-decoration: none !important;
    color: #cccccc !important;
}
a:hover {
    color: #ffce44 !important;
    transition: 0.1s;
}
.linkscroll a {
    color: #bbb;
    background-color: #ffce4418;
    padding: 1px;
    margin: 20px 10px;
    border-top: 1px solid #ffce44;
    border-bottom: 1px solid #ffce44;
    width: 220px;
    height: 60px;
    display: inline-block;
}
.linkscroll a:hover {
    background-color: #ffce4430;
    transition: 0.1s;
}
.torna-su {
    color: #bbb !important;
    background-color: #ffce4418;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    padding-top: 10px !important;
    margin-bottom: 50px !important;
    border-top: 2px solid #ffce44;
    border-bottom: 2px solid #ffce44;
    display: inline-block;
}
.torna-su:hover {
    background-color: #ffce4430;
    transition: 0.1s;
}
.spazio_giu_0 {
    margin-bottom: 0px;
}
.spazio_giu_1 {
    margin-bottom: 20px;
}
.spazio_giu_3 {
    margin-bottom: 50px;
}
.spazio_giu_5 {
    margin-bottom: 100px;
}
.spazio_su_3 {
    margin-top: 50px;
}
.testo_sx {
    text-align: left !important;
}
.testo_colonna {
    padding-left: 100px;
    padding-right: 100px;
}
.testo_bold {
    font-weight: 600 !important;
}
.testo_giallo {
    color: #ffce44;
}
.testo_piccolo {
    font-size: 14px;
}
.laurel {
    width: 160px;
    padding-bottom: -50px;
    margin-bottom: 50px !important;
}
.poster {
    width: 390px;
    padding-bottom: -50px;
    border: 1px solid #444;
}
.carousel-item img {
    width: 960px !important;
}
.bottoni {
    display: inline-block !important;
    margin: 10px !important;
}
.bottoni img {
    border-radius: 3px;
}

@media screen and (max-width:1280px) and (min-width:741px) {
    #testa, #contenitore, #piede  {
        width: 90%;
    }
    .logo {
        width: 47% !important;
    }
    .col-md6 img {
        width: 83%;
    }
    .carousel-item img {
        width: 83% !important;
    }
    .poster {
        width: 320px;
    }
    .testo_colonna {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width:740px) {
    #testa, #contenitore, #piede  {
        width: 90%;
    }
    .logo {
        width: 80% !important;
    }
    .col-md6 img {
        width: 80%;
    }
    .carousel-item img {
        width: 80% !important;
    }
    .poster {
        width: 320px;
    }
    .testo_colonna {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottoni {
    display: block !important;
    margin: 20px !important;
    }
}