/* Space out content a bit */
/*html,body{
height: 100%;
}*/

body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(138,155,103);
  height: 100%;
}

h2{
  font-weight: bolder;
}

h4{
  color:rgb(138,155,103);
}

#dan {
    float: right;
    margin: 0 0 10px 10px;
	height: 281px;
	width: 191px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing{
  padding-right: 15px;
  padding-left: 15px;

}

.footer{
  text-align: center;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  /*position: absolute;
  bottom: 0;*/
  padding-top: 9px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/*.fill{
  height:100%;
}

.container{
  height: 100%;
}*/

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
    background:rgb(221,216,194);
    border-radius: 15px;
    height: 100%;
  }
}


.container-narrow > hr {
  margin: 30px 0;
}

.infor{
  padding-left:20px;
  padding-right: 20px;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background:rgb(221,216,194);
  color:rgb(138,155,103);
  font-family:cambria;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/*.nav-pills { 
  display: flex;
  justify-content: center; 
}*/
/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
