/* Bruno Custom for SMS Nexus */

.lato {
	font-family: 'Lato', cursive;
}

.yellow {
	color: #024059;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.overlay_topo {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

h2 {
	font-weight: 300 !important;
	font-size: 1.4em !important; 
}

.text_shadow {
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
}

#sobre {
	background: #024059 !important;
	padding-top: 0 !important;
	margin-bottom: 50px;
	color: #fff;
}

.row-feat {
	padding-top: 0 !important;
}

.feature-img{
	margin-top: -1px;
	padding-bottom: 1px;
}

.site-name img {
    width: 200px !important;
    height: auto !important;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

#intro {
    padding: 20px 0 20px !important;
}

body {
	font-size: 18px !important;
	color: #333 !important;
}

.navbar-toggle {
	margin-top:20px;
	margin-bottom: 20px;
}

#menu {
	position: relative;
}

.feat-list {
    margin-top: 0px !important;
}

.landing h1 {
	margin: 20px 0 !important;
}

@media (max-width: 767px) {
  .feature-img img {
    max-height: 200px !important;
    margin: 20px auto 0px;
  }
}

.navbar-default {
	background: #121d2f;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}