html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
      font-family: "Helvetica Neue",sans-serif;
      font-weight: lighter;
}

header {
      width: 100%;
      height: 90px;
}

.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}
.title-short{
	color: #B7DC17;
	font-size:20px;
}

.col-sm-4{
	font-size:15px;
}

#footer {
    position: relative;
	margin: 0px auto;
    display: block;
    border-top: 2px solid #B7DC17;
	padding-top: 2px;
    width: 100%;
}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 55px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 50px;
	  z-index: 1000;
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #f3fad1;
}

nav ul li {
      display: inline-block;
      padding: 16px 40px;;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #fff;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #000;
      display: none;
}

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 0px;
            background: #fff;
      }

      nav.black ul {
            background: #f3fad1;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}
.topnav {
    overflow: hidden;
	list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

/* Style the links inside the navigation bar */
.topnav li{
    display:inline;
}

.topnav a {	
    color: black;
	display:inline-block;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	border-bottom: 3px solid #B7DC17;
}

/* Change the color of links on hover */
.topnav a:hover {
	color: #B7DC17;
}

/* Add a color to the active/current link */
.topnav a.active {
	color: #B7DC17;
}

#footer a {	
    color: black;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

#footer a:hover {
	color: #B7DC17;
}

#footer a.active {
	color: #B7DC17;
} 

#row-head {
	font-size: 12px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	border-bottom: 3px solid #f3fad1;
	display:inline-block;
}

#row-head a {
	color: black;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

#row-head a.seta {
	color: #B7DC17;
}

#row-head a.not:hover {
	color: #B7DC17;
}

#row-head a.active {
	color: #B7DC17;
}

.row {
	padding: 10px;
}

#article {
	padding: 10px;
}

#title-article {
	color: #B7DC17;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 25px;
}

#article p, li {
	font-size: 12px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
}
