nav a{
   font-size: 1.3em !important;
}


header {
  background-color: #343a40;
}

section{
  background: url(../images/forest.jpg) no-repeat;
}

footer {
    color: white;
    background-color: #343a40;
    border-top: #86c232 3px solid;
}

section .view {
  background-color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

h1 {
  font-family: 'Audiowide', cursive;
}

div {
  font-family: 'Share', cursive;
}

article{
  background-color: #333;
}

div .card{
  background-color: rgb(180, 213, 180, 1);
}

div.jumbotron{
  background-color: rgb(160, 190, 150, 1) !important;
}
