/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.nav > li {display: block;}
#users-list-big {text-align:center;}
.nav > li {margin-top:1px;}
h1 {font-size: 35px;line-height:40px;}
.tagline {line-height: 20px;font-size: 20px;}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}