* {
    --bs-gutter-x: 0 !important;
}
@font-face {
    font-family: globalFont;
    src: url('../fonts/PK Maehongson Medium.ttf');
}
html {
    font-size: 14px;
}

@media (min-width: 375px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}


html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth !important;
}

body {
    margin: 0;
    font-family: globalFont;
    background-color: #F0F0F0; 
}


/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
    */

.caption-section {
    padding: 2.5rem 0;
    scroll-margin-top: 5rem;
}

.contact-item {
    background-color: #EEE;
    padding: 5px;
    border: 0.5rem solid #666;
}

    .contact-item > img {
    }

.contact-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-desc > a > img {
    max-height: 54px;
}


.caption-title {
    font-size: 3rem;
    font-weight: 600;
    color: #454545;
}

.icon-website{
    width:10%;
}

.section-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.5rem;
}

.card-image {
    width: 100%;
}

.image-padding {
    width: 100%;
    padding: 3rem;
    border-radius: 3.5rem;
}
.section-content {
    color: #333;
    font-size: 2rem;
    font-weight: normal;
    text-indent: 5rem;
}

.pd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

video {
    max-width: 100%;
    height: auto;
    border: 0.5rem solid #ffffff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}