section {
  height: 100vh
  font-family: Roboto,Helvetica,Arial,sans-serif;
  background: #fff;
  color: #222;
  font-size: 1.3rem;
}

.conf-logo {
  max-width: 100%;
  height: auto;
}

h1 {
  font-weight: bold;
}

mark {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #0000 67%,#0001 67%);
}
p {
  line-height: 1.5;
}

.twitter {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #0000 67%,#0001 67%);
  text-decoration: none;
}

.services {
  position:absolute; 
  right: 50px;
}

.tickets {
  padding: 25px;
  border: 2px solid #E5E5E5;
  /* background-color: #E5E5E5; */
  border-radius: 4px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.service {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: max-content;
}

.service img {
  vertical-align: middle;
}

.orange {
  color: orange;
}

.btc {
  font-weight: 800;
  color: orange;
  transform: rotate(-30deg);
}

ul {
  list-style: none;
}

.home {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 300px;
  min-height: 100vh;
  background: #fff;
  color: #222;
  font-size: 1.3rem;
  max-width: 800px;
  margin: auto;
}

.home-content {
  margin: 10vh auto;
  padding: 1rem;
}

.conf-list {
  display: flex;
}

.conf-list li {
  margin-top: 5px;
}

.conf-list ul {
  margin: 0px;
}

.information {
  margin-top: 20px;
  border: 2px solid orange;
  display: flex;
  color: orange;
  font-weight: bold;
  border-radius: 4px;
}

.location {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: orange;
}

.address {
  padding: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.arrow {
  font-size: 2rem;
  padding: 1rem;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  font-weight: normal;
}

.location:hover {
  background-color: orange;
  color: white;
}

.date {
  border-right: 2px solid orange;
  max-width: 25%;
  text-align: center;
  padding: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.date span {
  font-size: 1.3rem;
}

.jumbotron {
  background-color: #E5E5E5;
  padding: 1rem;
  border-radius: 4px;
}

img {
  height: auto;
}

.participants {
  text-align: center;
  padding: 0;
  margin: 0;
}

.participant {
  display: inline-block;
  width: 20%;
  padding: 10px;
  text-align: center;
}

.participant-img {
  width: 100px;
  height: 100px;
  background-position: 50% 50%;
  border-radius: 50%;
  background-color: #E5E5E5;
  margin: auto;
  background-size: cover;
}

.sponsors {
  text-align: center;
  margin: auto;
  padding: 0;
  max-width: 500px;
}

.sponsors img {
  max-width: 100%;
}

.sponsors li {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}

.sponsor-gold {
  width: 100%;
}

.sponsor-silver {
  width: 70%;
}

.sponsor-bronze {
  width: 45%;
}

.azores {
  text-align: center;
  margin: auto;
  padding: 0;
}

.azores img {
  width: 100%;
}

.azores li {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  width: 45%;
}

.orange-border {
  border: 2px solid orange;
}

.copyright {
  margin-top: 2rem;
  text-align: center;
  color: #808080
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 900px;
  height: 100%;
  max-height: 900px;
  padding: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tito-widget-button {
  display: inline-block;
  min-width: 209px;
  min-height: 57px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #fff;
}

.tito-widget-button:hover, .tito-widget-button:active {
  background-color: #001489;
  color: #fff;
}

.tito-widget-button span {
  vertical-align: middle;
}

.euro {
  font-size: 40px;
  color: #FFDD00;
}

.tito-flow {
  width: 100%;
  max-width: 800px;
}

.tito-widget {
  width: 100%;
  max-width: 800px;
}

.tito-widget-form {
  font-size: 1.3rem;
  background-color: #fff;
}

.tito-release {
  padding: 50px;
  border-bottom: 1px solid grey;
  min-height: 54px;
  justify-content: right;
}

.tito-release--title {
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}

.tito-release-description--description {
  padding-top: 20px;
}

.tito-widget .tito-widget-form .tito-release .tito-quantity {
  align-items: center;
}

.tito-release--tax {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  width: 100%;
}
.tito-release--donation-currency {
  margin-right: 5px;
}
.tito-release--donation-input {
  -moz-appearance: textfield;
  width: 50px;
}

.tito-price {
  padding: 0;
  width: 100%;
}

.tito-price-details-donation {
  flex-direction: row;
}

.tito-release--status {
  background-color: #fff;
  border: 1px solid $clrs-grey;
  border-radius: 2px;
  color: $clrs-grey;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  min-width: 143px;
  margin: auto;
  margin-left: 18px;
  text-align: center;
  text-transform: uppercase;
  /* -webkit-transform: rotate(2.5deg);
  transform: rotate(2.5deg); */
  white-space: nowrap;
}

.tito-release-title {
  width: 100%;
}

.tito-release-description {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;

  min-width: 100%;

  padding-left: 20px;
  padding-right: 20px;

  padding-top: 10px;
  padding-bottom: 10px;
}
.tito-release-description--description p {
  margin-bottom: 10px;
  margin-top: 5px;
}
.tito-release-description--description p:last-of-type {
  margin-bottom: 0;
}
p.tito-release-description--degressive-prices-description {
  flex-basis: 100%;
  margin-bottom: 0px;
  margin-top: 5px;
}

.tito-quantity {
  align-items: center;
  display: inline-block;
}

.tito-widget input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857143;
  margin: 0;
  text-align: center;
  max-width: 70px;
}

 .tito-times {
    padding: 5px;
    width: 30px;
 }

 .tito-form-actions {
    text-align: center;
 }

.tito-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  min-width: 209px;
  min-height: 57px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #fff;
}

.tito-price-details-regular {
  margin-left: 20px;
  width: 100px;
  vertical-align: middle;
  display: inline-block;
}

.tito-quantity, .tito-price, .tito-times, .tito-release--tax {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 640px) {
  * {
    box-sizing: border-box;
  }
  .date {
    display: block;
    max-width: 100%;
  }
  .services{
    width: 100%;
    text-align: center;
    position: relative;
    right: auto;
  }
  .participant {
    width: 45%; 
  }
  .conf-list {
    display: block;
  }
  .conf-list ul {
    padding-left: 20px;
  }
}
