body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.display-4 {
  /*color: #ca264d;*/
}

h1 {
  font-size: 3rem;
  font-family: 'Quicksand';
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.4rem!important;
    font-family: 'Quicksand';
    margin-bottom: 1rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.3rem!important;
    line-height: 2rem;
  }
}

a h1 {
  color: #fff;
}

a:hover h1 {
  color: #000;
  transition: 0.5s all!important;
}

h2 {
  font-size: 2rem;
}

a {
  text-decoration: none!important;
  transition: 0.5s all!important;
  color: #fff!important;
}

a:hover {
  /*opacity: 0.8;*/
  color: #d98c8c!important;
  transition: 0.5s all!important;
}

p {
  font-family: 'Montserrat';
  /*font-weight: 200;*/
}

.footer p a {
  color: #fff;
}

.text-center.text-white {
}

.lead {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: 'Montserrat Alternates';
}

@media (min-width: 1024px) {
  .p-6 {
    padding: 5rem!important;
  }
}

@media (min-width: 992px) {
  .box {
    padding: 5rem!important;
    min-height: 40vh;
    /*border: solid 1px #fff;*/
  }
}

@media (max-width: 991.99px) {
  .box {
    padding: 4rem!important;
    min-height: 24vh;
    /*border: solid 1px #fff;*/
  }
}

@media (max-width: 576px) {
  .box {
    padding: 2rem!important;
    min-height: 24vh;
    /*border: solid 1px #fff;*/
  }
}

.publishing {
  background-color: #e84e0f;
  color: #fff;
}

.publishing p {
  color: #fff!important;
}

.design {
  background-color: #009fe3;
  color: #fff;
}

.design p {
  color: #fff!important;
}

.digital {
  background-color: #b14191;
  color: #fff;
}

.digital p {
  color: #fff!important;
}

.eventi {
  background-color: #bccf00;
  color: #fff;
}

.eventi p {
  color: #fff!important;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.blinking {
  animation: blinkingText 1s infinite;
  animation-timing-function: ease-out;
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tags {
  font-family: 'Archivo Narrow';
  text-transform: uppercase;
  opacity: 0.7;
  white-space: normal;
  font-size: 1.2rem;
  padding-right: 1rem;
}

.tags:hover {
  opacity: 1;
  transition: all 500ms ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.shade {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .8s ease-in-out;
  opacity: 0.3;
}

.shade:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.bg-footer {
  background-color: #4a0818;
}

.bg-address {
  background-color: #c6153f;
}

.address p., .footer p {
  font-size: 1.2rem;
  font-family: 'Montserrat Alternates'!important;
}

@media (max-width: 576px) {
  a.navbar-brand img {
    width: 150px;
  }
}


.btn-link {
  padding: 1rem;
  border: 1px solid #000;
  
}

.btn-link:hover {
text-decoration: none;
background-color: #c6153f;
}
