body {
    background-color: #FFFFFF;
}

#comment-form {
    color: black;
    margin-left: 100px;
}

.navi-user-profile-link {
  display: inline;
  color: black;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}

@font-face {
    font-family: fontVenite;
    src: url('fonts/venite_adoremus/Venite Adoremus Straight.otf');
}

footer {
    font-family: Arial, sans-serif;
}

input {
    font-family: Arial, sans-serif;
}

select {
  font-family: Arial, sans-serif;
}

button {
    font-family: Arial, sans-serif;
}

li {
    font-family: Arial, sans-serif;
}

p {
    font-family: Arial, sans-serif;
    color: black;
}

div {
    font-family: Arial, sans-serif;
    color: black;
}

h1 {
    font-family: Arial, sans-serif;
    color: black;
}

.jumbotron-custom {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

h2 {
    font-family: Arial, sans-serif;
    color: black;
}

h3 {
    font-family: Arial, sans-serif;
    color: black;
}

.important-color {
    color: black !important;
}

.icon-fill-style {
    fill: rgb(0, 0, 0);
}