*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

html{
  /* background: url(../img/background/background_scanner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden; */
}
body {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 1.0);
  /* background: rgba(66, 66, 66, 1.0); */
  background-image: url(../img/background/background_scanner.jpg);
  background-repeat:repeat-y;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;

  /* background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 100%;
  outline: underline;
}

p {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
}

img {
  text-align: center;
  width: 60%;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}


.clickable:hover{
  transform: scale(0.95);
}
.dummy{
  height: 0px;
}
a:hover,
a:focus {
  color: white;
  text-decoration: underline;
}


#titlesvg{
  transform:  scale(1.5) !important;
  margin-top: 10%;
}
#container{
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: 100%;
}

#maindiv {
  padding-top: 1em;
  padding-bottom: 3em;
	height: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #fff;
}

#maindiv>* {
  color: black;
}

#current_section{
  text-align: center;
  margin: 0px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.center{
  text-align: center;
}
.landingheader{
  color:#fff!important;
}

.artistInfo{
  transform: translate3d(0, -50%, 0);
  color:rgba(0, 0, 0, 0);
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.artistInfo img{
}

i{
  font-size: 150%;

}

#footer{
  position: fixed;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(66, 66, 66, 0.0);
  color: black;
  text-align: center;
  font-size: 100%;
}

#footer a:hover{
transform: scale(0.85);
color: black;
}

#footer a{
color: black;
}
.artistLink{
  color:black;
  display: inline-block;
  margin-left: 2em;
  margin-right: 2em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.artistLink:hover{
  color:rgba(66, 66, 66, 1.0);
  text-decoration: none;
  transform: scale(2);
  /* font-size: 200%; */
  /* transform: scale(1.5)!important;*/

}
/* Content */
.content {
  text-align: center;
}

.content--alt {
  background: #373752;
  padding: 2em 0 4em;
}

.content__title {
  font-size: 1.75em;
  font-weight: normal;
  margin: 3.5em 0 0 0;
  padding: 0 0 1em;
}

.content__title span {
  display: block;
  font-size: 0.625em;
  color: #B0B0C8;
}

.dummy__item {
  width: 80%;
  height: 3em;
  margin: 1em auto;
  align-items: center;
  /* margin: 1em 1.25em; */
  border-radius: 1px;
  background: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  border-bottom: 0.5px solid #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dummy__item {
  -webkit-transform: translate3d(-300%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
  transform: translate3d(-300%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.dummy--active .dummy__item {
  -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
  transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.dummy__item:nth-child(4),
.dummy--active .dummy__item:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-backface-visibility: hidden;
}

.dummy__item:nth-child(3),
.dummy--active .dummy__item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dummy__item:nth-child(2),
.dummy--active .dummy__item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.dummy__item:first-child,
.dummy--active .dummy__item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


@media only screen and (min-width: 992px){
#maindiv{
margin: auto;
max-width: 70%;
}
.dummy__item {
  max-width: 60%;}

}
