body {
font-family: 'Roboto', arial, sans-serif;
line-height: 26px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
letter-spacing: -0.1px;
}

@media screen and (max-width: 767px) {
    .lee {
        font-size: 20px;
		font-weight: bold;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar-default .navbar-nav > li > a {font-size: 14px;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.navbar-default .navbar-nav > li > a {font-size: 16px;}
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
color: #555;
background-color: #EEE;
border-color: #DDD;
}

.form-signin {
margin: 15px auto;
max-width: 380px;
}

/* REMOVE NAVBAR MARGIN */
.navbar:last-child {
  margin-bottom: 0;
}

/* BLOG */
.wygwam h2 {
font-size: 22px;
}

/* SEARCH BAR */
.search {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

/* FORUM NAV */
.forum-nav {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding: 10px 0 10px 0;
}

.btn {font-weight: 500px;}