
.brd {border:1px solid gray}
.hideMobile {display:none !important}
.unselect {
  user-select: none; /* Per la maggior parte dei browser moderni */
  -webkit-user-select: none; /* Per browser basati su WebKit (es. Safari, Chrome) */
  -moz-user-select: none; /* Per Firefox */
  -ms-user-select: none; /* Per vecchie versioni di Internet Explorer */
}

.textGrad1 {
    background-image: linear-gradient(0, #8e9f13, #bacf2b);
    background-clip: text;
    color: transparent;
    }

    .textGrad2 {
        background-image: linear-gradient(0, #8e9f13, #272a14);
        background-clip: text;
        color: transparent;
    }
       
.fullBack 
{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
}

.Raleway-900 {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 100%;
}

.copySmart {
    text-align:left;
    margin-top: .5em;
    font-size: 1.3em;
    width: 100%;
    line-height: 137%;
}

.textContainer {
    height: 1em;
    overflow: hidden;
    text-align: left;
    display: block;
    /*vertical-align: bottom;*/
}

.vertDist{
    height:55px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*	723px	933px	1127px*/

@media only screen and (min-width: 723px)
{
    .vertDist{
        height:59px;
    }

     
}

@media only screen and (min-width: 933px)
{
    .hideMobile {display:inherit !important}
    .Raleway-900 {
        font-size: 67px;    
    }
}

@media only screen and (min-width: 1127px)
{
    
}

