@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {height:100%; margin: 0; }

#content{
  width: 100%;
  float: left;
  font-family: 'Montserrat', sans-serif;
}

#header{
  background: linear-gradient(135deg, #ffbc2b 0%, #d20000 50%, #b0006c 100%);
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
}

#header #logo{
  width: 150px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#header #logo img{
  width: 100%;
  float: left;
}

#header #logo span{
  width: 100%;
  float: left;
  text-align: center;

  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 5px;
}

#header #nav{
  width: 100%;
  height: 80%;
  text-align: center;
}

#header #nav #bottoni{
  width: 100%;
  float: left;
  top: 20%;
  color: #0f0;
  position: relative;
  text-align: center;
}

#header #nav #bottoni a{
  padding: 5%;
  width: 80%;
  display: inline-block;
  border-radius: 8px;
  background-color: #DDDDDD;
  color: #333333;
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

#header #nav #bottoni a:hover{
  background-color: #fff200;
}

#container{
  width: 80%;
  float: left;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




#container h1{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  color: #90216e;
  margin-top: 40px;
  margin-bottom: 80px;
}

#container ul{
  width: 85%;
  float: left;
  margin-left: 5%;
  margin-right: 10%;
  text-align: left;
}

#container ul li{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

#container ul li span{
	font-weight: normal;
	font-style: italic;
}

#container ul li a{
	font-weight: normal;
	background-color: #90216e;
	border-radius: 5px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
}

#container ul li a:hover{
	background-color: #283a8e;
	text-decoration: none;
}




@media only screen and (min-width: 200px) and (max-width: 1030px) {

  #header{
    background: linear-gradient(135deg, #ffbc2b 0%, #d20000 50%, #b0006c 100%);
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
  }

  #header #logo{
    width: 22%;
    display: inline-block;
    vertical-align: middle;
  }


  #header #logo span{
    font-size: 22px;
  }


  #header #nav{
    width: 73%;
    display: inline-block;
    text-align: center;
    height: auto;
    vertical-align: middle;
  }

  #header #nav #bottoni{
    width: 100%;
    float: left;
    color: #0f0;
    position: relative;
    text-align: center;
    margin-top: 10px;
  }

  #header #nav #bottoni .bottone{
    width: 70%;
    margin-bottom: 20px;
    float: right;
    color: #0f0;
    position: relative;
    text-align: center;
    margin: 0;
  }


  #header #nav #bottoni a{
    padding: 1%;
    width: 80%;
    display: inline-block;

    font-size: 22px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .slideshow-container{
    /*width: 100%;
    float: left;*/
  }

  #container{
    width: 100%;
    float: left;
  }






#container h1{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 40px;
  color: #90216e;
  margin-top: 40px;
  margin-bottom: 80px;
}

#container ul{
  width: 85%;
  float: left;
  margin-left: 5%;
  margin-right: 10%;
  text-align: left;
}

#container ul li{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}

#container ul li span{
	font-weight: normal;
	font-style: italic;
}

#container ul li a{
	font-weight: normal;
	background-color: #90216e;
	border-radius: 5px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

#container ul li a:hover{
	background-color: #283a8e;
	text-decoration: none;
}



}
