.contactSeperator{
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 60px;
    justify-content: center;
}
.contactSection{
    height: 760px;
    background-image: url(images/Lampe_Design_Social.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.contactSectionCover{
    height: 100%;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.8);
}
.contactHeader{
    color: white;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 6px;
}
.contactSubtext{
    color: white;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    max-width: 600px;
    align-content: flex-end;
}
.contactInputWrapper{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    flex: 2;
}
.contactDetailsWrapper{
    flex: 1;
    max-width: 448px;
}
.contactDetailsText{
    color: white;
    text-align: right;
    margin-bottom: 60px;
    width: 100%;
}
.contactDetail{
    color: white;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}
.contactDetail img{
    float: right;
    margin-left: 15px;
    width: 25px;
}
.contactDetail a{
    color: white;
    text-decoration: none;
}
.contactSubject{
    background-color: white;
    border-radius: 3px;
    padding: 10px 5px 10px 10px;;
    color: #181818;
    font-family: Raleway;
    letter-spacing: 1px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-sizing: border-box;
    margin-top: 20px;
}
.contactContent{
    background-color: white;
    border-radius: 3px;
    padding: 10px 5px 10px 10px;;
    color: #181818;
    font-family: Raleway;
    letter-spacing: 1px;
    height: 125px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-sizing: border-box;
    margin-top: 20px;
    resize: none;
}
.contactButton{
    align-self: flex-end;
    margin-top: 20px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    background-color: #d63d35;
    color: white;
    letter-spacing: 1px;
    float: right;
    font-weight: 100;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    transition: 0.3s;
}
.contactButton:hover{
    transform: scale(1.1);
}
