@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap');
body {
   font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
#logo img {
    max-height: 130px;
}
#content .navbar_yaro {
    background: #e4c9a6;
}
#content h1, h3 {
    color: #937794 !important;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
}
#content h1 {
    font-size: 47px;
}
#content h3 {
    font-size: 33px;
}
#content h2 {
    color: #937794 !important;
}
.navbar-default .navbar-nav > li > a {
    text-transform: none;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
}
.hotelname a, #footernav a {
    color: #937794 !important;
}

.cards {
    font-family: 'Open Sans', sans-serif;
    height: auto;
    width: 100%;
    min-height: 200px;
    border: 1px solid;
    border-color: #e4c9a6 !important;
    padding: 30px 25px;
    border-radius: 15px;
    background-color: #e4c9a654 !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(125,125,125,0.8);
    -moz-box-shadow: 0px 0px 16px 0px rgba(125,125,125,0.8);
    box-shadow: 0px 0px 16px 0px rgba(125,125,125,0.8);
    margin-top: 20px;
}
.cards i {
    font-style: unset;
    font-size: 60px;
    display: flex;
    justify-content: center;
}
.cards p {
    margin: 10px 0px 0px 0px;
    text-align: center;
}