/* =============================================
   Flower 520 - base.css
   Matches the style of flower520.info
   ============================================= */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    min-height: 100vh;
}

/* ---- HEADER ---- */
#logo {
    margin: auto;
    width: 200px;
    text-align: center;
    padding-top: 10px;
}

#logo img {
    width: 100%;
    height: auto;
}

#phone {
    font-size: 30px;
    color: #800080 !important;
    width: 250px;
    margin: auto;
    text-align: center;
}

#phone a {
    text-decoration: none;
    color: #800080;
}

#businessHour {
    text-align: center;
    color: #800080;
}

/* ---- NAVBAR ---- */
.navbar-nav .nav-link {
    color: #800080 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23800080' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media only screen and (max-width: 600px) {
    .navbar-collapse { text-align: center; }
    .navbar-nav { display: inline-block; vertical-align: top; margin-top: 20px; }
}

@media only screen and (min-width: 992px) {
    #myNav { margin: auto; width: 250px; }
}

/* ---- SLIDER ---- */
.f520-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    line-height: 0;
}

.f520-slide {
    width: 100%;
    display: none;
}

.f520-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.f520-slide.active {
    display: block;
}

/* ---- ANNOUNCEMENT ---- */
#announcement {
    text-align: center;
    color: #800080;
    font-size: 18px;
    padding: 10px 20px;
}

/* ---- MODEL CARDS ---- */
.location {
    text-align: center;
    color: #800080;
    margin-top: 30px;
    margin-bottom: 10px;
}

.location h1 {
    color: #800080;
}

.container {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
}

.col a {
    font-size: 20px;
    text-decoration: none;
}

.col img.card-img-top {
    height: 450px;
    object-fit: cover;
    object-position: top center;
}

.card p {
    text-align: center;
    color: purple;
    padding: 8px;
    margin: 0;
}

.card p.card-name {
    font-size: 20px;
    font-weight: 600;
}

.card p.card-intro {
    font-size: 15px;
    color: #555;
    padding: 0 10px 8px;
    line-height: 1.5;
}

/* ---- FOOTER ---- */
#content_foot {
    font-size: 20px;
    padding: 50px;
    color: #800080;
    text-align: center;
}

#content_foot .legal {
    font-size: 12px;
    color: #090909;
    max-width: 700px;
    margin: 4px auto;
    line-height: 1.6;
}

#wechat {
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

#wechat img {
    width: 200px;
}

/* ---- RESPONSIVE ---- */
@media only screen and (max-width: 600px) {
    .col img.card-img-top { height: 250px; }
    .col a { font-size: 15px; }
    #content_foot { font-size: 15px; }
}
