:root {
  --main: #662e69;
  --sec: #eea054;
  --third: #b13075;
  --fourth: #e03561;
  --light:#fff;
  --dark:#111;
}
/*
Materialize color:
red         indigo      teal        yellow      brown     black
pink        blue        green       amber       grey      white
purple      light-blue  light-green orange      blue-grey transparent
deep-purple cyan        lime        deep-orange   
*/

@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: 400;
  src: 
       url(../fonts/Baloo-Bhai.ttf) format('truetype'),
       url(../fonts/Baloo-Bhai.woff2) format('woff2'),
       url(../fonts/Baloo-Bhai.woff) format('woff'),
       url(../fonts/Baloo-Bhai.otf) format('otf');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Medium.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; 
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  -moz-osx-font-smoothing: grayscale;

  font-feature-settings: 'liga';
}
html, body {
  height: 100%;
  background-color: #fff;
}

h1,h2,h3,h4,h5,h6,.card-title, .btn, .title{
  font-family: 'Baloo';
}
.small-text{font-size: 16px!important;}
.smaller-text{font-size: 12px!important;}
a{color:var(--sec);}    
.no-margin{margin:0;}
.no-padding{padding:0;}
.p10{padding:10px;}
.p20{padding:20px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt100{padding-top: 100px;}
.m10{margin:10px;}
.m20{margin:20px;}
.mt20{margin-top:20px;}
.mt100{margin-top: 100px;}
.mb0{margin-bottom: 0px;}
.mt0{margin-bottom: 0px;}
.bgmain{background-color:var(--main);}
.bgsec{background-color:var(--sec);}
.bgthird{background-color:var(--third);}
.bgfourth{background-color:var(--fourth);}
.bglight{background-color:var(--light);}
.bgdark{background-color:var(--dark);}
.txtmain{color:var(--main);}
.txtsec{color:var(--sec);}
.txtthird{color:var(--third);}
.txtfourth{color:var(--fourth);}
.txtlight{color:var(--light);}
.txtdark{color:var(--dark);}

.container{
  width: 90%;
}
nav{
  background-color: var(--main);
}
.brand-logo img{
  height:50px;
  margin-left:10px;
}
nav ul li a{
  position: relative;
}
nav ul span.badge{
  position: absolute;
  top:5px;
  left:0px;
  background-color: var(--red);
  color:white;
  border-radius:5px;
  min-width: 1rem;
}
@media only screen and (max-width: 992px){
  nav .brand-logo {
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.navbar-fixed{
  height:56px;
}
#menu.navbar-fixed{
  position: fixed;
  bottom:0;
  x-index:998;
  overflow-y: scroll;
}
#menu nav{
  background-color: var(--main);
}
#icon-menu{
  padding-top:10px;
  justify-content: center;
  display: flex;
}
#icon-menu li{
  width:60px;
  margin:0 5px;
}
#icon-menu li a i{
  margin:0 auto;
  line-height: 40px;
}
#icon-menu li a{
  line-height: 0;
  padding:0;
  margin: 0 4px;
  width:50px;
  height:50px;
}
#icon-menu li a{
  width:50px;
  height: auto;
  line-height: 0;
}
#icon-menu li a:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
}
.preloader-background{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}
.preloader-background img{
  width:50px;
  height: auto;
  position: absolute;
}
#map{
  height: 90vh;
}
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }
