body {
  min-height: 1500px;
  padding-top: 70px;
}

#modified{
  display:inline;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 1px;
    padding-bottom: 48px;
  }
    
.navbar-default {
    background-color:#C0B283;
    }
    
.navbar-default .navbar-brand {
  color: #F4F4F4;
}
    
.buttonBlue {
    background-color: #0000ff;
    border: none;
    color: #0000ff;
    padding: 3px 0px 3px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 4px;
}

.buttonWhite {
    background-color: #ffffff;
    border: none;
    color: #ffffff;
    padding: 3px 0px 3px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block; 
    margin: 0px;
    cursor: pointer;
    border-radius: 4px;
}

.blue {
    background-color: #0000ff;  
    }
    
/* Nav Buttons */
    
.btn-xs {
    background-color:#ff9900;
    border-color: #000000;
    color: #000;
    }
    
.btn-primary {
    background-color:#C0B283;
    border-color: #a2976f;
    }

.btn-primary:hover {
     background-color:#bcc083;   
    }
    
.h3 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
    
/* Amazon advert
-------------------------------------------------- */
    
.adwrap {
    background-color: #fff; 
    padding: 0px 2px 0px 22px;
    }

@media screen and (max-width: 768px) {
  .adwrap {
    padding: 0px 2px 0px 22px;
  }
    
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
    
.container .text-muted {
  margin: 20px 0;
}


