@charset "UTF-8";

h1 {
  text-transform: uppercase;
  margin-top: 1em;
  line-height: 2;
  text-align: center;
}

h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
}

.social-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}

/* Accordion styles */
.tabs {
  margin: 3px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #343642;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

  /* rendi i div consecutivi e non allieati*/
  .consecutive-div {
    display: block;
  }

  /*title*/
  @import url(https://fonts.googleapis.com/css?family=Raleway:400,,800,900);
html {
  width: 100%;
  height: 100%;
}
.center{
  text-align: center;
}
body,h1 {
  font-family: "Raleway", sans-serif;
}

.container-title {
  margin-top: 178px;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.title {
  font-weight: 800;
  color: transparent;
  font-size: 4em;
  background: url("https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
  position: relative;
  text-align: center;
  line-height: 90px;
  letter-spacing: -8px;
}

.subtitle {
  text-decoration: underline overline;
  top: 23px;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

@media only screen and (max-width: 508px) {
  .subtitle {
    top: 101px;
    font-size: 13px;
  }
}
.earned-points{
  color: whitesmoke;
  background: #343642;
    text-align: center;
    WIDTH: 90%;
    margin-left: 5%;
    border-radius: 14px;
    padding: 4px;
  text-align: center;
}
.earn-container{
  display: inline-flex;
  width: 90%;
  margin-left: 2.5%;
}