* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #143168;
  overflow-x: hidden;
}



/* INTRO CON SFONDO BLU */

#header_container {
  width: 100vw;
  background-color: #143168;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


#header_div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../img/fondo-blu.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


#logo_header {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  padding: 0 15px;
  text-align: center;
}


#logo_header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#text_header {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  padding: 0 15px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.50;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}


#skyline_header {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}

#skyline_header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/* LISTA VOCI */
#menu_container {
  width: 100vw;
  max-width: 100vw;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


#menu_title {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}


#menu_subtitle {
  width: 100%;
  margin-top: 10px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}



#list_container {
  width: 100vw;
  max-width: 100vw;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.list_div {
  width: 100%;
}


.list_item {
  width: 100%;
  padding: 20px 0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_item:before {
  content: "";
    display: block;
    background: url("../img/PIN_Rosso.svg") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 30px 0;
}

.list_item span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.list_item:hover {
  background-color: #FFF1E4;
  font-weight: bold;
}

.list_item:hover::before {
  content: "";
  display: block;
  background: url("../img/PIN_Blu.svg") no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
}

.list_item a:link {
  color: #000000;
  text-decoration: none;
}


.list_item a:visited {
  color: #000000;
  text-decoration: none;
}

.list_item a:hover {
  color: #000000;
  text-decoration: none;
}

.list_item a:active {
  color: #000000;
  text-decoration: none;
}



/* LINK FINALI */
#end_link_container {
  width: 100vw;
  background-color: #f4d7c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#end_link_div {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f4d7c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 30px auto;
}

#end_link_title {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin: 20px 0;
}


.end_link_item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.end_link_subheading {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #d9000d;
}


.end_link_link {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


.end_link_link a:link {
  color: #000000;
  text-decoration: none;
}


.end_link_link a:visited {
  color: #000000;
  text-decoration: none;
}


.end_link_link a:hover {
  color: #000000;
  text-decoration: underline;
}



.end_link_link a:active {
  color: #000000;
  text-decoration: underline;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 3px;
  float: right;
  margin-top: 10px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}




/* BACK TO TOP BUTTON */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 3;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* FOOTER E CREDITS */
#footer_container {
  width: 100vw;
  max-width: 100vw;
  height: 250px;
  padding-top: 40px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #19171a;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #a19e9e;
}

#logo_footer_div {
  text-align: center;
}

#logo_footer_div img {
  width: 135px;
  height: auto;
}

#link_lab {
  margin-top: 20px;
}

#link_lab a:link {
  color: #ffffff;
}

#link_lab a:visited {
  color: #ffffff;
}


#credits {
  margin-top: 20px;
}

#credits h5 a:link {
  color: #a19e9e;
}

#credits h5 a:visited {
  color: #a19e9e;
}



@media only screen and (max-width: 330px) {

  #list_container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list_item {
    font-size: 18px;
  }

  .list_item  span {
    font-size: 14px;
  }
}
