.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff0d7;
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron h1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff0d7;
}

footer p {
    margin-bottom: .25rem;
}

body main {
    background-color: #fff0d7;
}

.card-text {
    color: #bd9479;
}

.special-h2 {
    color: #9d0000;
}

.special-h3 {
    color: #60370f;
}

.rounded-circle-border {
    border-color: #bd9479;
    /* border-width: 1em; */
    border-style: solid;
    background-color: white;
}

.h1-mathilde{
    font-family: 'Mathilde';
    font-weight: bold, sans-serif;
    font-size: 4em;
    font-weight: bold;
    color: rgb(189, 148, 121);
}
.h2-mathilde{
    font-family: 'Mathilde';
    font-weight: bold, sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    color: rgb(189, 148, 121);
}
.h3-mathilde{
    font-family: 'Mathilde';
    font-weight: bold, sans-serif;
    font-size: 1.17em;
    color: rgb(189, 148, 121);
}
.p-mathilde, .btn-mathilde, .a-mathilde{
    font-family: 'Mathilde', sans-serif;
    font-weight: bold;
    font-size: 2em;
    color: rgb(189, 148, 121);
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff0d7;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.fakeimg {
height: 2000px;
background: #fff0d7;
}

.btn-margin{
  border-color: rgb(189, 148, 121);
  border-style: solid;
  padding-left: 50px;
}

.h1-calibri{
    font-family: 'Calibri';
    font-weight: bold, sans-serif;
    /* font-size: 4em; */
    color: rgb(189, 148, 121);
}
.h2-calibri{
    font-family: 'Calibri';
    font-weight: bold, sans-serif;
    /* font-size: 3.5em; */
    color: rgb(189, 148, 121);
}
.h3-calibri{
    font-family: 'Calibri';
    font-weight: bold, sans-serif;
    /* font-size: 1.17em; */
    color: rgb(189, 148, 121);
}
.p-calibri, .btn-calibri, .a-calibri, p{
    font-family: 'Calibri', sans-serif;
    /* font-weight: bold; */
    /* font-size: 2em; */
    color: rgb(189, 148, 121);
}

#Contact form
