body{
  font-family: 'Raleway', sans-serif;
  background-color: white;
  color: black;
}
.logo {
  background-image: url(../assets/uppa-logo.svg);
  background-size: contain;
  display: inline-block;
  width: 310px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

header .sticky_top{
  background-color: #007ECA;
  width: 100%;
  color: white;
  padding: 0.5rem;
  padding-top: 1rem;
}


.intro{
  color: #007eca;
  font-size: 1rem;
  text-align: justify;
  background: whitesmoke;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.event_next h2{
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}
.event_next h3{
  font-size: 1rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}
.event_next .description{
  font-size: .85rem;
  color: #5b5b5b;
}
.youtube_block h2{
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}
.date{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #cecece;
  padding-right: 1rem;
  width: 100px;
}
.date .hour{
  color: grey
}
.date .dayNumber{
  font-size: 2rem;
  line-height: 2rem;
  color: #007eca;
  font-weight: bold;

}
/* UTILS */
.toggle-content {
	display: none;
}

.toggle-content.is-visible {
	display: block;
}



/*  */
.left-block{
  border-right: 1px solid #DBDBDB;
}

.left-block .logo.medium {
  width: 100%;
  background-size: 200px auto;
}