body {
  padding-top: 56px;
    background-image: url(env70.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #000;
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: justify;
    }
body.about {
  background-color: #b6afa9;
  color: #000;
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: justify;
  color: #000;
}
.navbar-brand {
	font-size: 2em;
}
h1.env {
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h2.social {
  font-size: 1em;
}
a:link {
  color: #000;
}
a:visited {
  color: #ff45b8;
}
a:hover {
  color: #ff45b8;
}
a:active {
  color: #ff45b8;
}
li {
	list-style-type: none;
}