@font-face {
  font-family: "Druk Wide Bold";
  /*src: url("//db.onlinewebfonts.com/t/2206d6cc490084998d531e8c1b2cbb4a.eot");
  src: url("//db.onlinewebfonts.com/t/2206d6cc490084998d531e8c1b2cbb4a.eot?#iefix") format("embedded-opentype"),*/
  src: url("./fonts/2206d6cc490084998d531e8c1b2cbb4a.ttf") format("truetype"), url("./fonts/2206d6cc490084998d531e8c1b2cbb4a.svg") format("svg");
  src: url("./fonts/Druk Wide Bold.ttf");
}

*,
*::before,
*::after {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

body {
  background: #F5F5F5 !important;
  font-family: "Druk Wide Bold";
  /*overflow: hidden;*/
}

body,
div,
ul,
li,
p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16pt;
  font-family: "Druk Wide Bold";

}

/*Scorrimento del testo*/
.tickerwrapper {
  background: #F5F5F5 !important;
  position: relative;
  top: 30px;
  left: 0%;
  background: #fff;
  width: 99.9%;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 4em;
}

ul.list {
  position: absolute;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 60px;
}

.container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
      margin-bottom: 1.5em;
}

/*Cover album*/

.cover {
  padding: 40%;
  box-shadow: -40px 36px 74px 0px #0000001F;
  background: url("./Images/levacanze.jpg") no-repeat;
  background-size: 100%;

}

/* Senzione Links*/
.logo,
.logolungo {
  width: 5em;
  height: auto;
  text-align: center;
  margin: auto;
  text-align: center;
}

.logolungo {
  width: 100% !important;
}

.logo a img,
btn btn-white btn-animate {
  max-height: 3em;
  max-width: 3em;
}

.link a,
.logolungo a {
  /*background: url("./Images/spotify.png") no-repeat;
  background-size: cover;*/
  width: 4em;
  height: 4em;
  margin: 0 auto;
  display: table;
  box-shadow: 10px 15px 20px rgba(151, 167, 195, 0.25), -18px -14px 20px rgba(255, 255, 255, 0.8);
}

.logolungo a {
  width: 90%;
  margin: 0 auto;
  display: table;
  box-shadow: 10px 15px 20px rgba(151, 167, 195, 0.25), -18px -14px 20px rgba(255, 255, 255, 0.8);
  height: 2.5em;
}

.rigatesto{
  display: flex;
  justify-content: center;
  margin-bottom: 0em;
  padding-bottom: 1em;
}

.testo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2em;
  font-size: 0.55em;
  /*display:table-cell;
  vertical-align:middle;*/
}

.anagrafe {
  color: #d03c32;
  /*background: #360b1e;*/
  margin-right: 5px;
  padding-left: 18px;
  letter-spacing: 4px;
}


.red {
  color: red;
  margin-right: 5px;
}

.green {
  color: rgb(34, 200, 34);
  margin-left: 5px;
}

.riga {
  display: flex;
  margin: 0.2em;
}

.colonna2,
.colonna10 {
  display: inline;
}

.colonna10 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

  /*
  flex: 0 0 auto;
  width: 65%;
  text-align: right!important;
  display:table;*/
}

.colonna2 {
  flex: 0 0 auto;
  width: 16.66666667%;
  background: url(./Images/youtube.png) no-repeat;
  background-size: 93%;

  background-position: center;
    background-size: 1.3em;
    height: 1.5em;
}

.colonna2.spotify {
  background-size: 1em;
  height: 1.5em;
}




.link,
.banner {
  width: 85%;
  height: 4em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;
}

.banner {
    margin-bottom: -0.8em;

}

.spotify {
  background: url("./Images/spotify.png") no-repeat;
  background-size: 2.5em;
  background-position: center;
}

.youtube {
  background: url("./Images/youtube.png") no-repeat;
  background-size: 2.5em;
  background-position: center;
}

.applemusic {
  background: url("./Images/applemusic.png") no-repeat;
  background-size: 3em;
  background-position: 49% 40%;
}

.amazonmusic {
  background: url("./Images/amazonmusic.png") no-repeat;
  background-size: 3em;
  background-position: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 296px){
  .testo {
    font-size: 0.40em !important;
    text-align: center;
  }

  .rigatesto{
    flex-direction: column;
  }

  .colonna2 {
    background-size: 1.3em;
    height: 1.5em;
  }

  .btn:link,
  .btn:visited {
    padding: 0 !important;
    padding-left: 0.5em!important;
  }

  .banner .logolungo a {
    height: 2.5em;
  }
  
  .banner {
    margin-bottom: -1em !important;
}
}

@media (min-width: 355px) {
    .testo {
    font-size: 0.7em !important;
    text-align: center;
    
  }
  .rigatesto{
    flex-direction: column;
  }
}

@media (min-width: 455px) {
  .testo {
    font-size: 0.80em !important;
    text-align: center;
  }
  .rigatesto{
    flex-direction: column;
  }

  .colonna2 {
    background-size: 1.9em;
  }

  .colonna2.spotify {
    background-size: 1.7em;
    height: 1.7em;
}
.link a,
.logolungo a {
  /*background: url("./Images/spotify.png") no-repeat;
  background-size: cover;*/
  width: 5em;
  height: 5em;
}

.spotify{
  background-size: 3em;
}

.youtube{
  background-size: 3em;
}

  .btn:link,
  .btn:visited {
    padding: 15px 20px!important;
  }

  .banner .logolungo a{
    height: 4.3em;
  }
  .banner{
	 margin-bottom: 1em !important;
  }



}

@media (min-width: 576px) {
  .link {
    width: 100%;
  }

  .cover {
    padding: 50%;
  }

  .logolungo a {
    width: 95% !important;
  }

  .testo {
    font-size: 0.80em !important;
    text-align: center;
  }
  .rigatesto{
    margin-bottom: 0em!important;
    flex-direction: column;
  }
}

@media (min-width: 650px) {
  .link {
    width: 90%;
  }

  .logolungo a {
    width: 80% !important;
  }

  .testo {
    font-size: 0.85em !important;
  }
  .rigatesto{
    margin-bottom: 1em!important;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .link {
    width: 70%;
  }

  .cover {
    padding: 40%;
  }

  .logolungo a {
    width: 70% !important;
  }

  .testo {
    font-size: 0.80em !important;
  }

  .tickerwrapper{
    margin-bottom: 1.5em!important;
    top:10px;
  }
  .rigatesto{
    margin-bottom: 1em!important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .link {
    width: 50%;
  }

  .cover {
    padding: 30%;
  }

  .logolungo a {
    width: 50% !important;
  }

  .testo {
    font-size: 0.80em !important;
  }

  .tickerwrapper{
    margin-bottom: 1.5em!important;
    top:10px;
  }
  .rigatesto{
    margin-bottom: 1em!important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .link {
    width: 40%;
  }

  .cover {
    padding: 17%;
  }

  .logolungo a {
    width: 40% !important;
  }

  .testo {
    font-size: 0.80em !important;
  }

  .tickerwrapper{
    margin-bottom: 1.5em!important;
    top:10px;
  }
  .rigatesto{
    margin-bottom: 0em!important;
  }
}

/* Extra extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .link {
    width: 25%;
  }

  .cover {
    padding: 20%;
  }

  .logolungo a {
    width: 27% !important;
  }

  .testo {
    font-size: 0.80em !important;
  }

  .tickerwrapper{
    top:10px;
    margin-bottom: 1.5em!important;
  }
  .rigatesto{
    margin-bottom: 0em!important;
  }
}


/*Bottoni*/

.btn {
  border: 0px solid !important;
  background-color: #f5f5f5 !important;
}

.btn:link,
.btn:visited {
  background-color: #f5f5f5;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 ;
  padding-left: 0.5em;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #fff;
  color: #777;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn-white::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}




