﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

.dx-bs5.bg-light {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #CE8C2C !important;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .dx-bs5.bg-light {
        padding: 4rem 2rem;
    }
}

dx-bs5 {
    padding: 2rem 0rem;
    margin-bottom: 2rem;
    background-color: #CE8C2C !important;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .dx-bs5 {
        padding: 4rem 2rem;
    }
}

.dreamcamp-menu {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: black;
}


@media (max-width: 767px) {
    .footer-height {
        height: 500px;
    }
}

@media (min-width: 768px) {
    .footer-height {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .dreamcamp-default-title {
        font-size: 40px;
        font-weight: bold;
    }
}

@media (max-width: 991px) {
    .dreamcamp-default-title {
        font-size: 50px;
        font-weight: bold;
    }
}

@media (max-width: 1999px) {
    .dreamcamp-default-title {
        font-size: 60px;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .dreamcamp-default-title {
        font-size: 80px;
        font-weight: bold;
    }
}

.ImageSlider {
    width: 100%;
    max-width: 100%;        
    flex-grow: 1;
    object-position: center top;
    object-fit: cover;
}

.roundedBorders {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-family: 微軟正黑體;
    font-size: 16px;
    margin-right: 5px;
}

.roundedBordersFocus {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-family: 微軟正黑體;
    font-size: 16px;
    border-color: #0d6efd !important; /* 藍色（Bootstrap primary） */
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; /* focus 陰影 */
}

.roundedBordersDisabled {
    color: #737373 !important;
    background-color: #E6E6E6 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-family: 微軟正黑體;
    font-size: 16px;
    margin-right: 5px;
}
