* {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body {
    font-family: poppins;
    background-color: #F6E8D7;
    color: #0C1E1E;
}
header {
    width: 90%;
    margin: 20% auto 5% auto;
}
#logo-link {
    display: block;
    margin: 0 auto;
    width: 250px;
}
#logo {
}
h1, h2, h3, p {
    font-family: "playfair display";
    padding: 15px 0;
    text-align: center;
}
h1 {
    font-weight: 400;
}
h2 {
    font-weight: 300;
    padding-bottom: 15px;
}
h3 {
    font-weight: 200;
    padding-bottom: 10px;
}
p {
    color: #0C1E1E;
    width: 250px;
    margin: 0 auto;
    text-align: justify;
    font-family: 'poppins';
    line-height: 25px;
    font-size: 14px;
}
a {
    color:#0C1E1E;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: #bb8811;
}

ul {
    text-align: center;
}

#instagram-link {
    width: 35px;
    margin: 0 auto;
    display: block;
}
#instagram {
    margin-top: 30px;
    width: 35px;
    transition: transform 0.15s ease;
}

#instagram:hover {
    transform: translateY(5px);
}

/* Tablet (Portrait) */
@media (min-width: 968px) {

    header {
        margin: 10% auto 3% auto;
    }

}







section#contact-form {
    padding: 2% 10%;
    box-sizing: border-box;
}
section#contact-form label, section#contact-form input, section#contact-form textarea {

    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 4px;
    box-sizing: border-box;
    border: none;
}
section#contact-form input, section#contact-form textarea  {
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 10px;
}

section#contact-form label {
    font-size: 20px;
    margin-left: 4px;
}


section#contact-form input[type="submit"]{
    color:#F6F5ED;
    background-color:#A4544C;
    margin-top: 25px;
    cursor: pointer;
}



section#contact-form input[type="submit"]{
    background-color:#a77773;
}


section#contact-form input[type="checkbox"], section#contact-form label.checkbox {
    display: inline;
    width: unset;
}

.get-started {
    color: #8C4340;
}

section#contact-form .checkboxes input, section#contact-form .checkboxes label {
    display: inline;
}
section#contact-form .checkboxes label {
    padding-right: 10px;
    margin-right: 10px;

}

.thank-you {
    padding-top: 10%;
    padding-bottom: 10%;
}