@font-face {
    font-family: SukhumvitSet;
    src: url(SukhumvitSet-Text.ttf);
}

:root {
    --light: #b8b8b8;
}

body {
    font-family: SukhumvitSet;
}

.bg-light {
    background-color: var(--light) !important;
}

.navbar {
    padding-top: 3rem;
    padding-bottom: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}


.text-title {
    font-weight: bold;
    font-size: 36px;
}

.text-desc {
    font-weight: bold;
    font-size: 28px;
}

.text-info-size {
    /* font-weight: bold; */
    font-size: 18px;
}

.btn,
.form-control {
    border-radius: 0px;
}

#concept {
    background: url('bg-concept.png');
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

#experience {
    background-color: #b8b8b8;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
}

#experience>a {
    color: black;
    text-decoration: none;
}

#gallery,
footer,
a {
    background-color: #b8b8b8;
    text-decoration: none;
    color: #212529;
}

.map-info {
    background-color: #dcdcdc;
    width: 100%;
    height: 100%;
}

.form-check-input:checked {
    background-color: #5c636a;
    border-color: #5c636a;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5c636a !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(92, 99, 106, .25);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1225px;
    }

    #concept {
        background: url('bg-concept.png');
        background-position: center;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
    }
}