@view-transition {
  navigation: auto;
}

section {
  view-transition-name: chapter;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.lusitana-regular {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
}

.lusitana-bold {
  font-family: "Lusitana", serif;
  font-weight: 700;
  font-style: normal;
}



.enders-a-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 7px solid var(--button-border);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
  text-decoration: none;
}

.agenda {
  width: 100%;
  border: 7px solid var(--button-border);
  background-color: #fff;
  padding: 10px;
}

.speaker-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}
.speaker-section div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  flex-wrap: nowrap;
  max-width: 200px;
  width: 100%;
  margin: 10px;
}
.speaker-section div img {
  max-width: 200px;
  width: 100%;
}
.speaker-section div p {
  font-size:16px;
  margin-top: 0px;
  width: 100%;
}
.speaker-section div p strong {
  font-size: 18px;
}

.sponsor-row {
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 20px;
}
.sponsor-row div {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.sponsor-row div img {
  height: 25px;
  width: auto;
  margin: 20px;
}
.sponsor-row div img:nth-child(2) {
  height: 35px;
}

.nav-row {
  width: 100%;
  background-color: #b13147;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 20px;
}

.nav-row div {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: row ;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.nav-row div img {
  height: 25px;
  width: auto;
  margin: 10px;
}

.nav-row div img:nth-child(2) {
  height: 35px;
}

@media only screen and (max-width: 1005px) {
  .sponsor-row div img {
    height: 20px;
  }
  .sponsor-row div img:nth-child(2) {
    height: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .sponsor-row div, .nav-row div {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
   .sponsor-row div > img, .nav-row div > img{
    margin-top:20px;
    margin-bottom:20px;
  }
}
.tbp-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 40px 60px;
}
.tbp-container-inner {
  max-width: 1250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.tbp-container-gradient {
  background-color: #f76596;
  background-image: url(https://evbk-public.s3-eu-west-1.amazonaws.com/enders/agenda-bg.webp);
  background-size: cover;
  background-position: center;
}
.tbp-container-gradient h1,
.tbp-container-gradient h2,
.tbp-container-gradient p {
  color: #fff;
}
.tbp-container-grey {
  background-color: var(--grey);
}
.tbp-container-white {
  background-color: #dde3ec;
}
.tbp-container-black {
  background-color: #000;
}
.tbp-container-black h1,
.tbp-container-black h2,
.tbp-container-black p {
  color: #fff;
}
.tbp-container-small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0px 10px;
}
.tbp-container-small-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1350px;
  width: 100%;
  border-radius: 5px;
  padding: 30px 50px;
}

:root {
  --event-main: #0f2441;
  --event-primary: #b23147;
  --event-secondary: #82171e;
  --grey: #ededed;
  --button-border: #0b0175;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  padding: 0px;
  margin: 0px;
}

h1,
h2 {
  font-weight: 600;
  text-align: center;
}

h1 {
  font-size: 45px;
  font-family: "Lusitana", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "Lusitana", serif;
}

p {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.header-video {
  text-align: center;
  background-color: #09264a !important;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header-video video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 1300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  cursor: not-allowed;
  pointer-events: none;
}

html {scroll-behavior: smooth;}
		
  nav > div > a{
    color:#fff !important;
    text-decoration: none;
    padding-left:25px;
    padding-right:25px;
    font-size:24px;
    margin-bottom:5px;
    text-decoration: none;
  }

  nav > div > a:after{
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
  }

  nav > div > a:hover::after,
  nav > div > a:focus::after{
    transform: scale(1);
  }

  nav > div > a:hover{
    text-decoration: underline;
    transition: text-decoration 1000ms linear;
  }

  #speaker-section > .speaker-section > div > img{
    padding-bottom:15px;
    aspect-ratio: auto 250 / 360;
  }

  	.agenda-list-items{
					display: flex;
					flex-direction: row;
					align-items: flex-start;
					/*align-self: stretch;*/
					/* From https://css.glass */
					background: rgba(255, 255, 255, 0.08);
					border-radius: 0px;
					box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
					backdrop-filter: blur(16px);
					-webkit-backdrop-filter: blur(16px);
					border-bottom: 1px solid rgba(255, 255, 255, 0.82);
					margin-top:-40px;
					text-transform: uppercase;
					
				}
				.agenda-time{
					width: 75px;
					font-weight: 700;
					margin-right: 8px;
					font-size: 18px;
					font-style: normal;
					line-height: 150%;
					padding:15px;
				}
				.agenda-title-detail{
						display: flex;
						align-items: flex-start;
						flex-direction: column;
						gap: 2px;
				}
				.agenda-title-detail-corner{
					display: flex;
					align-items: baseline;
					flex: 1 0 0;
					padding:15px;
				}
				.agenda-title{
					font-size: 20px;
					font-style: normal;
					font-weight: 700;
					line-height: 150%;
					display: contents;
				}
				.agenda-details{
					font-size: 16px;
					font-style: normal;
					font-weight: 400;
					line-height: 150%;
          text-transform:none;
				}
        .agenda-details strong a{
          color:#fff;
        }

				.agenda-container{
					margin: 0 auto;
					display: flex;
					justify-content: center;
					max-width: 900px;
					justify-content:first baseline; 
					flex-direction:column;
					gap: 40px;
					padding:30px;
				}

        @media (min-width: 320px) and (max-width: 480px) {
            /* .agenda-title-detail-corner{
              display: flex;
              align-items: baseline;
              flex: 1 0 0;
              padding:0px;
            } */
            .agenda-container {
              margin: 0 auto;
              display: flex;
              justify-content: center;
              max-width: 900px;
              justify-content: first baseline;
              flex-direction: column;
              gap: 40px;
              padding: 0px;
          }
        }
