@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600');

.welcm {
    font-size: 2.3rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #000;
  }

.bgimgatt {
    /*background-image: url(../images/bg22.jpg);*/
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-size: contain;
    border-bottom:1px solid #ddd;
}

.padsml {
    padding: 0px;
}

.abtxt {font-size:18px!important;}

.paratxt {font-family: 'Roboto', sans-serif; font-size: 15px; color#fff;}

.txtspc {letter-spacing: 0.1em!important; font-size:1.2rem!important; color:#020202!important;}

.google-maps {
    position: relative;
    padding-bottom: 70%; // This is the aspect ratio
   
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.facu { 
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: normal;
  line-height:1em;
  font-size:18px;
  letter-spacing:0.5px;
}

@media (max-width: 639px) {
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25)!important;
}


.welcm {
    font-size: 1.9rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
  }
  
  
.hidemobshadow{
    box-shadow: none!important;
    padding:0px!important;
}

.removepadd { padding: 0px!important;}

.smlpad {padding: 0px 0px 0px 15px !important;}

}

.uk-list:focus,
.uk-list:active {
    background-color: transparent !important; /* or specify your preferred color */
    outline: none!important; /* Removes any focus outline */
}

.uk-list {
    -webkit-tap-highlight-color: transparent!important;
}


.uk-navbar-left:focus,
.uk-navbar-left:active {
    background-color: transparent !important; /* or specify your preferred color */
    outline: none!important; /* Removes any focus outline */
}

.uk-navbar-left {
    -webkit-tap-highlight-color: transparent!important;
}
