html {
  height: 100%; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  height: 100%;
  margin: 0 0; }

a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none; }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none; }

.bg {
  /* The image used */
  background-image: url("../images/soft_bg.jpg");
  /* Full height */
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px; }

#logo {
  margin-bottom: 50px;
  max-width: 700px; }

.responsive {
  width: 100%;
  height: auto; }

h2 {
  margin-bottom: 30px; }

.menu {
  margin: 50px 0; }

.btn {
  margin-right: 10px;
  margin-top: 10px; 
  margin-bottom: 10px; }
