
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main * {
    font-family: "Poppins", sans-serif !important;
}
.main-image {
    display: none;
}
.main-image2 img {
    border-radius: 12px;
}
h1.text-center.text-md-left {
    margin-bottom: 40px;
}
table.agenda-table {
    width: 600px;
    max-width: 90%;
    margin: auto;
}
table.agenda-table td {
    min-width: 130px;
    border: none !important;
}
h1.text-center.text-md-left {
    text-align: center !important;
}
a.navbar-brand img {
    max-height: unset !important;
}
#navbarNav a {
    text-decoration: underline;
    font-size: 1.2rem;
    margin-top: 20px;
}
button.btn.btn-primary.botonreg {
    background: white;
    color: #3d3d3d;
    border-color: #3d3d3d;
    font-weight: 700;
    margin-top: 20px;
}
.col-md-6.field-guest:after {
    content: 'If yes, please indicate the number of additional attendees';
}
.col-md-6.field-guest, .col-md-6.field-organization {
    flex: 0 0 100%;
    max-width: 100%;
}
.field-guestnum, .col-md-6.field-other_entity {
    display: none;
}
@media(min-width: 992px){
    a.navbar-brand {
        max-width: 300px;
    }
    nav.navbar.navbar-expand-lg {
        padding: 10px 0;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
a.app-badge {
    left: 0 !important;
    right: unset !important;
}

h2.speaker-name {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
h3.speaker-title {
    text-align: center;
    font-size: 18px;
}
table.speaker-info {
    max-width: 90%;
    width: 800px;
    margin: auto;
}

table.speaker-info img {
    border-radius: 12px;
    width: 300px; height: 300px; object-fit: cover;
    display: block;
    margin: auto;
}

@media (max-width: 1100px){
    
    table.speaker-info tr, table.speaker-info td { display: block; width: 100%}
    
    
}


