body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding-top: 100px;
    background-color: #D6E5FA;
}

.wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
}

.logo a {
    font-size: 50px;
    font-weight: 800;
    float: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
}

header {
    top: 0px;
    width: 100%;
    background-color: #BAABDA;
    position: fixed;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
}

h2 {
  font-weight: bold;
  display: inline-block;
}

.nav {
    display: block;
    list-style: inside;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 650px;
  max-height: 400px;
  font-family: arial;
  display: flex;
  margin: auto;
  border:gray;
  flex-direction: row;
}

.card img{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 10px;
  max-width: 360;
  max-height: 360;
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-title {
  padding: 10px 20px 10px 10px;
}

.card p {
    padding: 10px 20px 10px 10px;
    display: inline-block;
    height: left;
    text-align: justify;
    word-wrap: break-word;
}

.row {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.column {
    flex: 50%;
}


.button {
    background-color: #BAABDA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.price {
  color: #6B705C;
  font-size: 20px;
}

footer p {
    margin-top: 90px;
    font-size: 1.3em;
    text-align: center;
}


#contact {
    background: #BAABDA;
    padding: 50px 0px 50px
}

.footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.footer-section {
    width: 20%;
    margin: 0 auto;
}

.footer p{
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
}

.footer a {
  color: black;
  text-align: center;
  text-decoration: none;
}

.footer-section button {
    color: #FFFFFF;
    background-color: #DDBEA9;
}

.footer-section button:hover {
    color: #A5A58D;
    background-color: #DDBEA9;
}

h3 {
    font-family: monospace;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
    color: #6B705C;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

#copyright {
    text-align: center;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin-top: 50px;
}