body {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color:#491000;
}

ul a {
        font-family: 'Bitter';
        font-size:21px;
        color:#DFD9AB;
        padding-left: 15px;
        padding-right:15px;
    }

ul a:hover {
        text-decoration:none;
        color:#DFD9AB;
    }

li {
        display:inline-block;
        padding-bottom:17px;
    }

.navbar {
    background-color:#491000;
    font-family:'Bitter';
    color:#DFD9AB;
    padding-top: 20px;
}

.navbar-brand {
    display:block;
    margin-top:-12px;
}

.jumbotron {
    text-align:center;
    font-family:'Hind';
    font-variant:small-caps;
    background-color:#491000;
    background-image:url('https://i.imgur.com/Gl0u6ZH.png')
}

.featurette-heading {
    color:#DFD9AB;
    font-family:'Hind';
    
}

.responsive {
  max-width: 100%;
  height: auto;
}

.main {
    text-align:center;
    color:#DFD9AB;
    font-family:'Hind';
    font-size:16px;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }