@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  color: #777;
  font-weight: 300; }

.sado-body {
  font-size: 2em;
  padding: 0px 4em;
  line-height: 1.5; }

header.nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
header.nav ul {list-style-type: none;color: #333;}
header.nav a {
	font-size: 85%;
	text-decoration: none;
	background-color: rgba(255,255,255,.4);
	color: #333;
	transition: all 200ms ease;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
header.nav a:hover {background-color: rgba(255,255,255,.6);color: #111;}
header.nav ul li {display: inline-block;}
header.nav ul li.active a {
	background-color: rgba(255,255,255,1);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 823px) {
    .sado-body {
	    padding: 0px 1em;
	    font-size: 1.3em; 
	} 
	header.nav {
		display: none;
	}
	.note {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		padding: 10px;
		font-size: 75%;
		z-index: 999;
	    box-sizing: border-box;
	    color: white;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 824px) {
	.note {display: none;}
}

/*# sourceMappingURL=custom.css.map */
