
html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFAFC;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #5335FF;
    padding-bottom: 100px;
    margin: 0;
    padding: 0;
    min-width: 300px;
}

h1 {
    font-family: "Praise", cursive;
    font-weight: 400;
    font-size: 56px;
    color: #FF73A2;
}

h2 {
    font-family: "Praise", cursive;
    font-weight: 400;
    font-size: 40px;
    color: #5335FF;
    text-align: center;
    margin-bottom: 0;
}

h3 {
    font-family: "Praise", cursive;
    font-weight: 400;
    font-size: 32px;
    color: #FF73A2;
    text-align: center;
    margin-bottom: 0;
}

h4 {
    font-family: "Praise", cursive;
    font-weight: 400;
    font-size: 24px;
    color: #5335FF;
    margin-bottom: 0;
}

h5 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #FF73A2;
    margin-bottom: 5px;
}

#menu {
    height: 88px;
    display: flex;
    align-items: center;
    background-color: white;
    margin-bottom: 3px;
    min-width: 800px;
}

#menu ul {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: 70px;
}

#menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#menu li {
    margin-right: 30px;
}

#menu #logo {
    margin-left: 100px;
}

.section {
    background-color: white;
    width: 100%;
}

.section:last-child {
    padding-bottom: 50px;
}

.leftright {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.left {
    flex: 1;
    overflow: hidden;
    padding: 50px 100px 50px 100px;
    min-width: 300px;
    min-height: 200px;
}

.right {
    flex: 1;
    overflow: hidden;
    margin-left: auto;
    padding: 50px 100px 50px 100px;
    min-width: 300px;
    min-height: 200px;
}

@media (max-width: 1000px) {
  .reverseright {
    order: -1;
  }
}

.sleft {
    flex: 0.15;
    overflow: hidden;
    padding: 75px;
    margin: 0 0 0 50px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px;
}

.sright {
    flex: 1;
    overflow: hidden;
    margin-left: auto;
    padding: 0 50px 0 50px;
    min-width: 400px;
}

.spaced {
    line-height: 24px;
}

.rmarker li::marker {
    color: #FF73A2;
}

.time {
    color: #FF73A2;
    font-weight: bold;
}

.left > h1, .left > h2, .right > h1, .right > h2, .sleft > h1, .sleft > h2, .sright > h1, .sright > h2, .sright > h3 {
    margin-top: 0;
}

.sright > h4 {
    margin-top: 10px;
}

.sright ul {
    margin-top: 5px;
}

.clear {
    height: 0;
    visibility: hidden;
    clear: both;
}

.info {
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #FF73A2;
    font-size: 16px;
}

.card {
    background-color: white;
    width: 400px;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgba(83, 53, 255, 0.2);
    float: left;
    margin: 10px;
}

.card-content {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
}

.card > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

#logo {
    width: 110px;
}

.strong {
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
    text-decoration-color: #FF73A2;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px
}

a, a:visited {
  color: inherit;
}

a {
    text-decoration: none;
}

a.button {
    padding: 8px 16px 8px 16px;
    background-color: #FF73A2;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    float: right;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card h3 {
    text-align: left;
}

.center {
    text-align: center;
}


#who .left {
    background-image: url('images/who.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#what .right {
    background-image: url('images/what.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bigcard {
    background-color: white;
}

.icon-mail::before {
    content: "✉ ";
    margin-right: 4px;
}

.icon-phone::before {
    content: "☏ ";
    margin-right: 4px;
}

.icon-calendar::before {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    content: "\f133";
    margin-right: 10px;
}

.icon-location::before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    content: "\f279";
    margin-right: 10px;
    width: 20px;
}

.icon-person::before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    content: "\f007";
    margin-right: 10px;
    width: 20px;
}
