@charset "UTF-8";

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo'),
        url('/assets/dist/font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
        url('/assets/dist/font/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+AC00-U+D7A3, U+0030-0039;
}


:root {
    --bs-primary-rgb: 38, 151, 255;
}

body {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

.navbar {
    --bs-navbar-toggler-focus-width: 0.05rem;
}

.navbar-dark {
    /* --bs-navbar-hover-color: rgba(255, 255, 255, 0.85); */
    --bs-navbar-hover-color:rgba(0, 100, 255, 1);
    --bs-navbar-active-color: rgba(0, 100, 255, 1);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler {
    /* color: white; */
    color: rgb(38, 151, 255);
    border: 0px solid var(--bs-navbar-toggler-border-color);
}

.nav-link {
    /* color: rgba(255, 255, 255, 0.6); */
    color: rgba(38, 151, 255, 0.85);
}

.nav-link.active {
    font-weight: 500;
}

.bd-gutter {
    --bs-gutter-x: 3rem;
}

footer {
    background-color: aliceblue;
}

.footer-wrap {
    height: 5rem;
}

.footer-header p {
    color: #444;
    font-size: 1rem;
}

.footer-info p {
    color: #888;
    font-size: 0.85rem;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.footer-info p>span {
    padding: 0 10px;
    color: #ddd;
}

@media (max-width: 690px) {
    .footer-wrap {
        height: 7rem;
    }

    .footer-sm-info p {
        display: block;
        margin-bottom: 0.125rem;
    }

    .footer-sm-info p>span {
        display: none;
    }

    .footer-header p {
        font-size: 0.75rem;
    }
}

/* Carousel base class */
.carousel {
    margin-bottom: 0.5rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    max-height: 35rem;
}

.marketing .col-lg-6 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing .col-lg-6 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    /* margin: 5rem 0; */
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
  
    .featurette-heading {
        font-size: 50px;
    }
}
  
@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


.bd-placeholder-img {
    /* height: 15rem; */
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.middle-image {
    height: 20rem;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (min-width: 992px) {
    .middle-image {
        height:20rem;
    }
    /* .bd-placeholder-img {
        height:20rem;
    } */
}

@media (min-width: 1200px) {
    .middle-image {
        height:25rem;
    }
    /* .bd-placeholder-img {
        height:25rem;
    } */
}

.company-profile-table tbody tr {
    height:3rem;
}

.company-profile-table tbody tr td {
    font-size: medium;
}


.company-body p,
.company-profile-table-body,
.company-contact-table-body,
.featured-body-content p {
    font-size: 0.9rem;
    color: #606167;
}

.featured-body-content-content {
    font-size: 0.9rem;
}


