.padding-t-b{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.center-div-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.center-div-inner{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.center-div-inner-text{
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
body{
    /*background-color: rgb(30 25 20);*/
    background-image: linear-gradient(#3e3e3e, #1e1914);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
}
h2{
    color: white !important;
}
p{
    margin: 0 !important; 
    padding: 2% !important;
}
.btn {
    background-color: white;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 2%;
}

    /* Green */
.teamrocker {
    border-color: black;
    border: 2px solid;
    color: black;
}

.teamrocker:hover {
    background-color: #971b14;
    color: white;
}
.tierre{
    color: #971b14;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit;
}
.fake-button{
    width: 100%;
    max-width: 172px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fake-button-container{
    width: 100%;
    max-width: 180px !important;
    display: flex;
    justify-content: center;
    height: 100px;
    max-height: 82px;
}
.btn-icon{
    width: 40px;
    /*padding-right: 5px;*/
    padding: 2%;    
}
.image-hover {
    width: 40px; /* Specify the width */
    height: 40px; /* Specify the height */
    background-image: url('img/logo.png'); /* Initial background image */
    background-size: cover; /* Cover the entire area of the element */
    transition: background-image 0.5s ease-in-out; /* Smooth transition */
}

.image-hover:hover {
    background-image: url('img/logo-bianco.png'); /* Change on hover */
}
.tetxt-wrapper{
    max-width: 500px;
}
.tr-text{
    font-size: 16px;
    color: white;
}
.center-div-inner-text{
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

h1{
    color: white;
}

.flex-container-vr{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.contact-text{
    color: white;
    font-size: 16px;
    margin: 0 !important;
}

.contact-container{
    padding-bottom: 3%;
}
.link-tr {
    color: white !important;
    text-decoration: none;
  }
.link-tr:hover,
.link-tr:focus {
    color: #971b14 !important;
    text-decoration: underline;
}
  
/* Link rosso 'errore' */
.link-danger {
    color: #971b14;
}
.link-danger:hover,
.link-danger:focus {
    color: #971b14 !important;
}

@media screen and (max-width: 600px) {
    .flex-container-hr{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
}
  
@media screen and (min-width: 601px) and (max-width: 1024px){
    .flex-container-hr{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 70%;
    }
}

@media screen and (min-width: 1025px)and (max-width: 1880px){
    .flex-container-hr{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 50%;
    }
}

@media screen and (min-width: 1881px) {
    .flex-container-hr{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 30%;
    }
}