@import url('https://fonts.googleapis.com/css?family=Yesteryear&display=swap');
body{
	background: url('../images/body-bg.jpg')no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.whatsapp {
    background: #359a0b;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.whatsapp a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
}
.navbar-top{
    text-align: center;
    padding: 5px 0;
}
.width{
    display: block;
    margin: auto;
    width: 100% !important;
}
.top-header .logo h1 {
    font-family: 'Yesteryear', cursive;
    color: #bd2130;
    font-size: 46px;
    text-align: center;
    margin: 0;
}
.top-header {
    background: #00000094;
    padding: 5px 0;
}
.social-icon ul li{
    display: inline-block;
}
.social-icon ul li a {
    color: #000;
    width: 36px;
    display: inline-block;
    height: 36px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    background: #f00;
}
header{
    background: #fff;
}
ul.main-menu li{
    display: inline-block;
    padding: 10px 20px;
}
ul.main-menu li a {
    position: relative;
    color: #484848;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 2px 3px 5px #c1c1c1;
}
ul.main-menu li a:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #ca0708;
    bottom: 0;
    left: 50%;
    right: 50%;
}
ul.main-menu li a:hover{
    text-decoration: none;   
    transition: 0.5s;
}
ul.main-menu li a:hover:after {
    left: 0;
    right: 0;
    width: 100%;
    transition: 0.5s;
}
.navbar-button {
    padding: 10px;
    text-align: center;
}
.navbar-button a{
    font-size: 30px;
    color: #da0101;
    border: 1px solid #c70909;
    width: 47px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
}
article {
    background: #fff;
    margin: 50px 0;
    padding: 25px;
}
.head-text {
    font-size: 27px;
    color: #656464;
    margin-bottom: 20px;
}
aside {
    margin: 50px 0;
    position: relative;
}
.top-aside {
    background: #fff;
    position: relative;
}
.top-aside img {
    width: 65%;
    margin: auto;
    display: block;
    border: 5px solid #bd2130;
    border-radius: 50%;
    position: relative;
    top: -50px;
}
.round-img{
    background: #fff;
    margin-top: 100px;
}
.top-aside .content{
    padding:0 20px 10px;
}
.top-aside .content h2{
    font-size: 20px;
}
article p{
    text-align: justify;
}
.width-sm{
    width: 63%;
    margin: auto;
    display: block;
}
footer .title {
    text-transform: uppercase;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #898a8e;
    color: #ccc;
}
footer strong{
    display: block;
}
footer {
    background: #3a1b1e;
    padding: 35px 0;
    color: #a5a5a5;
    border-top: 5px solid #bd2130;
}
footer .contact-footer a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
footer .link-footer ul li a{
    color: #ccc;
}
footer .link-footer ul li a i{
    margin-right: 5px;
    color: #bd2130;
}
footer .link-footer ul li{
    margin-bottom: 10px;
}
footer .link-footer ul li a:hover{
    text-decoration: none;
    color: #ff0;
}
.copyright h2{
    font-family: 'Yesteryear', cursive;
    color: #bd2130;
    font-size: 46px;
    text-align: center;
    margin: 0;   
}
.copyright {
    background: #251113;
    padding: 20px 0;
}
.copyright p{
    color: #fff;
}
.copyright a{
    color: #ff0;
}
.location{
    margin-top: 30px;
}
.location h2{
    margin: 0;
    background: #bd2130;
    color: #fff;
    padding: 10px;
    font-size: 24px;
}
.aside-bottom ul li a {
    color: #bd2130;
    font-size: 16px;
    font-weight: 600;
    display: block;
    background: #ececec;
    padding: 9px 20px;
    border-bottom: 1px solid #2f2f2f;
}
.aside-bottom ul li a i{
    color: #000;
    margin-right: 8px;
}
.aside-bottom ul li a:hover i{
    color: #fff;
}
.aside-bottom ul li a:hover{
    text-decoration: none;
    background:#000;
    color: #fff;
}
.aside-bottom {
    background: #fff;
}
#lightgallery li a img{
    width: 100% !important;
    margin-bottom: 20px;
    height: 200px;
}
.contact-add li i{
    margin-right: 8px;
    color: #bd2130;
}
.contact-add strong{
    color: #808080;
}
.gray li i{
    margin-right: 10px;
}




/*media query*/
@media screen and (min-width: 768px){
    .navbar-button{
        display: none;
    }
}

@media screen and (max-width:786px){
    .navbar-top ul.main-menu li {
        display: block;
        padding: 10px 20px;
    }
    .navbar-top{
        display: none;
    }
}