.ascunde { display: none; }

.ascunde .socialtext {
  animation: .5s ease-in-out slideup;
  animation-delay: 0s;
  animation-fill-mode: both;
  text-decoration: none;
}

::selection {
  background-color: yellow;
}

body{
  background-color: whitesmoke;
}

@keyframes slideup {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}

.br-mobile {display: none;}
.br-desktop {display: block;}

.content h2{
  animation: 2s ease-in-out slideup;
}

.content h3{
  animation: 2s ease-in-out slideup;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.socialtext {
  animation: 2s ease-in-out slideup;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}

h2{
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 72px;
  letter-spacing: -.05em;
  line-height: 0.9em;
  margin: 0;
  white-space: nowrap;
}

h3{
  opacity: 1;
  color: #bfbfbf;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 7.5px;
  line-height: 2em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  text-align: left;
}

.socialtext{
  opacity: 1;
  color: #bfbfbf;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 5px;
  line-height: 2em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
  transition: ease-in-out 0.25s;
}

.social-text span{
  text-decoration: none;
}

.social-text a{
  text-decoration: none;
}

.socialtext-email:hover{
  transition: ease-in-out 0.25s;
  color: black;
  cursor: pointer;
}

.socialtext-twitter:hover{
  transition: ease-in-out 0.25s;
  color: #1DA1F2;
}

.social-text button {
  background-color: none;
}

.socialtext-linkedin:hover{
  transition: ease-in-out 0.25s;
  color: #0072b1;
}

.socialtext-instagram:hover{
  transition: ease-in-out 0.25s;
  color: #C13584;
}

.socialtext-padding{
  display: inline-block;
  width: 20px;
}

.social-twitter{
  background-image: url("https://image.flaticon.com/icons/svg/733/733635.svg");
}

.social-instagram{
  background-image: url("https://image.flaticon.com/icons/svg/87/87390.svg");
}

.social-linkedin{
  background-image: url("https://image.flaticon.com/icons/svg/733/733617.svg");
}

.social-spotify{
  background-image: url("https://image.flaticon.com/icons/svg/733/733629.svg");
}

.social-email{
  background-image: url("https://image.flaticon.com/icons/svg/561/561188.svg");
}

@media only screen and (max-width: 600px) {
  h2{ font-size: 56px; }
  
  .br-mobile {display: inline-block;}
  .br-desktop {display: none;}
  
  h3{ font-size: 10px; letter-spacing: 6px; white-space: nowrap;}

  .socialtext{ font-size: 8px; }
  
  .socialtext-padding { width: 10px; }
}

@media only screen and (max-width: 450px) {
  h2{ font-size: 42px;}
  
  h3{ font-size: 9px;}
      
  .socialtext-instagram{ display: none;}
}

@media only screen and (max-height: 500px) {
}