/* Bruno Custom for SMS Nexus */

.lato {
	font-family: 'Roboto Slab', serif;
}

.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: 16px !important;
	color: #333 !important;
	font-family: 'Roboto Slab', serif !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;
  }
}

.logo img {
	width: 288px !important;
	height: auto !important;
	margin-top: 50px;
}

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

sup {
	top: -0.7em;
	font-size: 50%;
	left: -0.3em;
}

small {
	font-size: 85%;
	line-height: -2px;
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
}