html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: black;
    color: white;
    /*background-image: url('../img/marxman-silhouette-bw.jpg');
    background-size: 65%;
    background-repeat:no-repeat;
   */ 
}

.marxman-text{
    font-family:'Times New Roman', Times, serif;
}

.min-dark{
    color:white;
    background-color:black;
}

.navbar {
    background-color:black;
}
