@import url(//fonts.googleapis.com/css?family=Nunito);

body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif; 
    -webkit-font-smoothing: antialiased; 
    font-size:18px; 
    color:#626262; 
    line-height:23px; 
    letter-spacing: 0.02em
}

#commumap {
    width: 100%;
    height: 100%;
}
#page-content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
}

li.sidebar-brand {

}

img.sidebar-brand-img {
    height: 40px;
}

nav.navbar {
    background: #191a1a;
}

/* SIDEBAR */

#wrapper {
  padding-left: 0;
  /* -webkit-transition: all 0.5s ease; */
  /* -moz-transition: all 0.5s ease; */
  /* -o-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: url(img/wrapper_go_map.jpg);
  background-size: cover;
}
  /* -webkit-transition: all 0.5s ease; */
  /* -moz-transition: all 0.5s ease; */
  /* -o-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

li.copy{
margin: 20px 10px 5px;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #fff;
text-indent: 0px;
line-height: 22px;
text-align: center;
}

li.link-copy a{
display: block;
text-decoration: none;
font-family: 'Lato', sans-serif;
color: #fff !important; 
border: 2px solid #fff;
margin: 7px;
text-transform: uppercase;
font-size: 14px;
text-align: center;
text-indent: 0px;
font-weight: bold;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* RESPONSIVE */

@media(min-width:1000px) {
    nav.navbar {
        display: none !important;
    }
    #wrapper {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 250px;
    }
}
@media(max-width:1000px) {
    #wrapper {
        width: 100%;
        height: 90%;
        position: absolute;
        padding: 0px;
    }
}