body {
    margin:0 auto !important;max-width:640px;min-width:320px;background: rgba(39, 255, 64, 0) !important;overflow-x: hidden;
    width: 100%;
    height: 100%;

}

html {

    background-repeat:no-repeat;
}

#main {

    background: rgba(204, 247, 255, 0);
    margin: 0 ;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;

}

.logo {
    text-align: center;
}
.logo img{
    width: 100%;
}
#banners {
    text-align: center;
}
#banners img {
    width: 100%;

}

.tel {
    display: inline-block;


}
#select{


}

.larger {
    font-weight: bold;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: normal;
}




.dropdown {
    position: relative;
    display: inline-block;
    color: #a94e94;
    text-decoration: none;
    margin-top: 0.2rem;
    background-position: right center;
    background-repeat: no-repeat;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 3.00rem;
    box-shadow: 0rem 1rem 1rem 0rem rgba(231, 231, 231, 0.80);
    padding: 1rem 1rem;
}

.dropdown:hover .dropdown-content {

    display: block;
}
.dropdown a:hover {

    color: #ec9a78;
    display: block;
}

.menu_font {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: bold;
    font-family:Arial;
    text-align: left;

}

.menu_first {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7rem



}
.menu_first a{
    text-decoration: none;
    font-family:Arial;
    color: #a94e94;
}
.tel a:hover {
    text-decoration: none;
    color:#ec9a78;
}
.tel a,.menu_font a {
    text-decoration: none;
    color: #404040;
}

h4 {
    padding: 2rem 0 0 0;
    font-size: 3rem;
    color: #404040;
    clear: both;
}
.text_content a{
    font-family: Arial;
    color: #404040;
    text-align:left;
}

h3 {
    font-size: 1rem;
    color: #a94e94;
    margin-bottom: 2rem;
    font-weight: normal;
    line-height: 2rem;
    font-family: Arial;
    border-bottom: solid #999 0.07rem;
}
.footer-bg{
    font-family: Arial;
    color: rgba(0, 0, 0, 0.98);
    font-size: 0.5rem;
}