@charset "UTF-8";
.container{
    background-color: #D9C4EC;
    background-size: cover;
    align-items: baseline;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 30%;
}
.title{
    text-align: left;
    padding-top: 1%;
    padding-left: 4%;
    padding-right: 0%;
    padding-bottom: 0%;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #966FD6;
    padding-bottom: 1%;
}
.nav ul{
    text-align: right;
    word-spacing: 20px;
    font-size: 20px;
    padding-right: 4%;
    padding-top: 1%
}
.nav li{
    display: inline-block;
}
a{ 
    color: black;
    text-decoration: none;
}
a:active{
    color: blue
}
a:hover{
    color: blue
}
.subtitle{
    text-align: left;
    padding-top: 2%;
    padding-left: 6%;
    padding-right: 0%;
    padding-bottom: 0%;
}
.home-image{
    width: 8.5in;
    height: 5in;
    float: right;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
}
.para{
    padding-left: 8%;
    font-size: 18px;
}
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
    max-width: 840px;
  }
  .form-horizontal {
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
  }  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
  }
  .alt-send-button {
    width: 400px;
    height: 34px;
  }
  .send-text {
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  .list-item {
    line-height: 4;
    color: black;
  }
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: black;
  }
  .place {
    margin-left: 62px;
  }
  .phone {
    margin-left: 56px;
  }
  .gmail {
    margin-left: 53px;
  }
  .contact-text a {
    color: black;
    text-decoration: none;
  }