.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 130px;
}
.hero video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero .hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 87px;
    z-index: 99;
    position: relative;
}
.hero-text-container h1,
.hero-text-container p {
    color: #FFFFFF;
    font-size: 56px;
    font-family: "Raleway-Regular", sans-serif;
    text-align: center;
}
.hero-text-container #typeit {
    font-size: 64px;
    font-family: "Raleway-Bold", sans-serif;
    letter-spacing: 4px;
}
.about {
    padding-top: 40px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about p {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 22px;
    color: #323232;
}
.about:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #C5C5C5;
    left: 0;
    position: absolute;
}
.about:before {    
    top: 0;
}
.about a {
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #00A3C3;
    padding: 0 16px;
    transition: all 0.5s ease;
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    height: 50px;
}
.about a:hover, .about a:focus, .about a:focus-visible {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0198b6;
}
.projects-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
    padding-top: 45px;
    padding-bottom: 56px;
    margin-bottom: 130px;
}
.projects-section * {
    text-align: center;
    color: #FFFFFF;
}
.projects-section p {
    font-family: "Raleway-Italic", sans-serif;
    font-size: 22px;
    max-width: 576px;
    margin: 45px auto;
    text-shadow: 0px 5px 6px #00000029;
}
.projects-section a,
.projects-section a:hover,
.projects-section a:focus {
    position: relative;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 22px;
    padding-bottom: 8px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 5px 6px #00000029;
}
.projects-section a:after {
    content: "";
    background-color: #FFFFFF;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    transition: width 0.5s ease;
}
.projects-section a:hover:after,
.projects-section a:focus:after {
    width: 50%;
}
.section-title {
    text-transform: uppercase;
    font-family: "Raleway-Regular", sans-serif;
    color: #424242;
    font-size: 40px;
    text-align: center;
    margin-bottom: 32px;
}
.section-title span {
    font-family: "Raleway-Bold", sans-serif;
}
.swiper-slide {
    position: relative;
}
.book-title {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #67C2C5;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid #707070;
}
.book-summary {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 16px;
    color: #434343;
}
a.btn.btn-buy {
    display: inline-block;
    background: rgb(0, 163, 195, 1);
    border-radius: 0;
    font-family: 'Raleway-Medium', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
}
.swiper-pagination-bullet-active {
    background-color: #67C2C5;
}
.swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    margin-top: 16px;
}
.publications-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.publications-container {
    background-color: #00A3C3;
    padding: 4px 24px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 32px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 16px;
}
.publications-container a,
.publications-container a:hover,
.publications-container a:focus {
    font-family: "Raleway-SemiBold", sans-serif;
    color: #FFFFFF;
    transition: all 0.5s ease;
}
.events-section {
    background-color: #67C2C5;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 98px;
}
.events-section * {
    color: #FFFFFF;
}
.events-section .img-container {
    text-align: center;
}
.events-section .events-section-title {
    text-transform: uppercase;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 40px;
    text-align: center;
}
.events-section .events-section-title span {
    font-family: "Raleway-SemiBold", sans-serif;
}
.event-container p.event-title {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 32px;
    margin-top: 8px;
}
.event-container p {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 22px;
}
.event-container {
    padding: 16px;
    background: rgba(105, 105, 105, 0.44);
    margin-bottom: 16px;
}
.event-container .event-specifics {
    display: flex;
    align-items: center;
}
.date-icon {
    margin-right: 8px;
}
p.event-date {
    margin-bottom: 0;
    line-height: 22px;
}
.event-container .event-specifics * {
    margin-bottom: 0;
}
.event-container p.event-location {
    font-size: 16px;
    margin: 0;
}
p.event-location img {
    margin-right: 8px;
}
.contact-section {
    margin-top: 130px;
}
.contact-section img {
    max-width: 144px;
}
.contact-section p {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 22px;
    color: #696969;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 320px;
}
.contact-section .social {
    display: flex;
    align-items: center;
}
.contact-section .social a {
    text-decoration: none;
    background: #696969;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 4px;
    transition: all 0.5s ease;
}
.contact-section .social a:hover {
    background-color: #8b8b8b;
}
@media only screen and (max-width: 991px) {
    .hero-text-container h1, .hero-text-container p {
        font-size: 29px;
    }
    .hero-text-container #typeit {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .hero {
        margin-bottom: 72px;
    }
    .about p, .about a, .projects-section p,
    .projects-section a, .projects-section a:hover, 
    .projects-section a:focus, .event-container p,
    .contact-section p, .book-title {
        font-size: 16px;
    }
    .book-summary {
        font-size: 14px;
    }
    .projects-section p {
        margin: 32px auto;
    }
    .about-img {
        margin-top: 30px;
    }
    .projects-section, .contact-section {
        margin-top: 72px;
    }
    .projects-section .img-container {
        max-width: 120px;
        margin: 0 auto;
    }
    .section-title, .events-section .events-section-title {
        font-size: 32px;
    }
    .book-title {
        line-height: 18px;
        margin-top: 16px;
        font-size: 16px;
    }
    .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
    }
    .publications-container {
        margin-top: 24px;
        font-size: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .events-section {
        margin-top: 72px;
    }
    .events-section .img-container {
        max-width: 120px;
        margin: auto;
    }
    .event-container p.event-title {
        font-size: 24px;
        line-height: 28px;
    }
    .contact-section .social {
        margin-bottom: 24px;
    }
}