h1 {
    font-weight: 600;
    line-height: 3rem;
}

h3 {
    color:#512683;
    font-weight: 600;
    margin: 24px 0 0 0
}

.entry-form {
    background: rgb(220,221,242);
}

.entry-form > * {
    box-sizing:border-box;
}

.entry-form .col-1-2:nth-of-type(1) {
    padding:0 1rem 0 0;
}

.entry-form .col-1-2:nth-of-type(2) {
    padding:0 0 0 1rem;
}

.entry-form label {
    display:block;
    font-size:1.1rem;
    margin:1.5rem 0 1rem 0;
    font-family: sofia-pro, sans-serif;
    font-weight:400;
    color:#512683;
}

.ef {
    display: inline-block;
    background: #f5012e;
    color: #ffffff;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-radius: 3px;
}

textarea,
input {
    font-family: sofia-pro, sans-serif;
    outline:none;
    transition:0.7s;
    color: #512683;
    width:100%;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    max-width: 640px;
}

textarea {
    min-height:200px;
}

.flex-container.intro {
    align-items: center;
}

.intro-image img {
    display: block;
    width: 80%;
    margin: 20px;
    border-radius: 20px;
}

input.smaller {
    max-width: 180px;
}

.text_page {
    padding-top: 60px;
}

input:focus {
    border: 2px solid #512683;
}

.entry-form .col-1-2:nth-of-type(2).radio-buttons {
    padding: 1rem;
}

.entry-form .radio-buttons label {
    display:inline;
    margin:0;
}

.entry-form .radio-buttons {
    max-width: 1260px;
    margin: 32px 0;
    display: flex;
    justify-content: space-between
}

.entry-form .radio-buttons.rbx3 {
    max-width: 680px;
}

.entry-form .radio-buttons.rbx2 {
    max-width: 320px;
}

.entry-form .radio-buttons > div {
    background:#cbcce7;
    color:#512683;
    padding: 6px 20px 8px 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    font-family: sofia-pro, sans-serif;
    border-radius: 25px;
    text-align: center;
    border:none;
    outline:none;
}

.entry-form button {
    background:#512683;
    color:#FFFFFF;
    transition:0.7s;
    display: inline-block;
    padding: 6px 20px 8px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    font-family: sofia-pro, sans-serif;
    letter-spacing: 1px;
    border-radius: 25px;
    text-align: center;
    border:none;
    outline:none;
}

.entry-form button:hover {
    background:#008F3A;
}

.entry-form .radio-buttons input {
    display:inline;
    margin:0 0.5rem;
    width:unset;
}

.form-controls {
    margin:2rem 0 1rem 0;
}

.form-controls input {
    width:300px;
    background:#502682;
    color:#FFFFFF;
    border:none;
    padding:0.5rem;
    font-weight:500;
    margin:1rem auto;
    cursor:pointer;
    transition:0.7s;
    font-size: 1.2rem;
}

.form-controls input:hover {
    background:#008F3A;
}

.form-row {
    align-items:center;
}

.thank-you-msg {
    font-size: 2rem;
    font-family: sofia-pro, sans-serif;
    font-weight:500;
    padding: 64px 0;
}

.thank-you-msg h2 {
    margin:0;
}

.thank-you-msg p {
    line-height: 2.75rem;
    color:#512683;
}

@media all and (max-width: 960px) {

    .entry-form .col-1-2 {
        width:100%;
    }

    .entry-form .col-1-2:nth-of-type(1), 
    .entry-form .col-1-2:nth-of-type(2) {
        padding:0;
    }
}
