/* FASTGAP https://github.com/GustavoCostaW/FastGap */
/* CUSTOMIZE YOUR APP */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#menu ul li {
  color: #000;
  font-weight: bold; }

#scroll {
  padding: 3px;
  box-sizing: border-box; }

#content {
  background: white;
  color: #000; }

#content a {
  font-weight: bold;
  color: #000;
  font-size: 13px; }

.title-page {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.page-item {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
  

.page-item img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  margin-left: 10px;
  margin-top: 10px; }

#internal-page {
  width: 100%;
  text-transform: uppercase; 
  font-size:12px; }
  


#internal-page h1 {
  font: 5px "Source Sans", helvetica, arial, sans-serif;
  width: 100%;
  font-size: 18px;
  font-weight:bold;
  text-align: center; }

.page-item p {
  margin-top: 10px;
  text-align: left;
  font-size: 15px; }

.developers {
  margin-top: 10px;
  text-align: center;
 }

.developers img {
	padding-bottom:3px;
  border-radius: 5px;
  }


  
.developers a {
 
  font-size:36px; }

/*-----------------------*/

html,
body {
  background: white;
}
body {
  background: #f4f4f4;
}
/* APP LOGO IMG */

header#header-app {
  height: 60px;
  text-align: right;
  background: #ab0207 url('../img/home.png') no-repeat right;
}
/* BOX LOAD PAGES */

/* SCROLL */
.overthrow-enabled #scroll {
  background: #f4f4f4;
}
/* MENU BUTTON */

#menu-button {
  top: 1px;
  left: -5px;
  width: 60px;
  color: white;
  height: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 37px;
  background: #345365;
  background: url('../img/back.png') no-repeat center;
}
/* MENU APP */

menu {
	width: 250px;
	height: 100%;
	border-right: 1px solid #ccc;
}
