@font-face {
  font-family: Dry Brush;
  src: url('/font/Dry Brush.ttf');
}

.title {
  font-family: 'Dry Brush';
}

body {
  font-size: 18px;
}

body::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 15px;
}

body::-webkit-scrollbar-thumb
{
    background-color: rgb(155, 0, 14);
    border:1px solid black;
}

#bg {
  background-image: radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.5) 30%, #000000 100%), url('/images/sfondo.jpg') !important;
  height: 100vh;
}

.bg-default{
  background-color: #000000;
  height: 300px;
}

.copertina
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: white;
}

.copertina
{
    min-height: 335px;
}   
.copertina .contenitore
{
    width:80%;
    max-width: 720px;
}
.copertina hr
{
    background-color: rgba(255,255,255,0.4);
}
.copertina .titolo
{

    font-family: 'Dry Brush';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 5px;
    line-height: 1.5em;
    text-shadow: 0em 0.3em 1em #000000; 
    margin-top:50px;
    margin-bottom:50px
}
.copertina .linea
{
    border-top: 1px solid rgba(255,255,255,0.4);
}

@media only screen and (max-width: 720px) {
    /* .copertina .linea:first-of-type
    {
        border-top:none;
    } */
    .copertina .titolo
    {
        font-size: 36px;
    }
    .copertina .since
    {
        font-size: 13px;
    }
}
.copertina .linea div
{
    z-index:4;
    transform: translate(0,-50%);
}
.copertina .since
{
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size:23px;
    font-weight: bold;
}
.copertina .sottotitolo
{
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size:16px;
}
.entrataFade
{
    display: none;
}



.display-5 {
  font-size: 2rem;
}

.parallax {
  min-height: calc(200px + 17vw);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 15px -5px #000000bf;
}

.box-shadow {
  box-shadow: 0 10px 15px -9px #000000bf;
  background-color: #fff;
  border: 1px solid gainsboro;
  transition: .3s;
  border-radius: 10px;
  overflow: hidden;
}


.box-shadow:hover {
  border: 1px solid slategray;
  box-shadow: 0 10px 16px #000000bf;
}

.card-body {
  min-height: 290px;
}

.card-text {
  font-size: 14px;
  text-align: justify!important;
}

.card-position-link {
  cursor: pointer;
  right: 0!important;
  bottom: 0!important;
  font-size: 1rem;
}

.card-position-link:hover {
  background-color: #bdbdbd40;
  border: 1px solid black!important;
}

.g-name {
  font-size: 1.2em;
  color: #006bc9;
  font-weight: bold;
}

.panel-top {
    height: 157px;
    /* height: 140px; */
}

@media only screen and (max-width: 575px) { 
  .panel-top {
    height: 60px;
  }
}


.animated {
  visibility: visible !important;
}

.hide-on-init {
  visibility: hidden;
}

@media only screen and (max-width: 768px) { 
  #logo.hide-on-init  {
    visibility: visible!important;
  }
}

.logo-gruppo {
  /* max-width: 300px; */
  width: 450px;
}

.logo-gruppo-dark {
  width: 450px;
  /* max-width: 300px; */
  background-color: #000000;
}

@media only screen and (max-width: 575px) { 
  .logo-gruppo {
    /* max-width: 300px; */
    width: 300px;
  }
  
  .logo-gruppo-dark {
    width: 300px;
    /* max-width: 300px; */
    background-color: #000000;
  }
}




.valore a {
  color: #ffbc00;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-bottom: 20px;
}


.card-img, .card-img-top {
  border-bottom: 1px solid #6c757d!important;
}

.intestazione {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #7093b1;
  margin-bottom: 5px;
}


.valore-dark a {
  color: #a90000  !important;
  letter-spacing: 0px;
}

@media only screen and (max-width: 768px) { 
  .border-left-0-sm {
    border-left: 0!important;
  }
}