@media (min-width: 880px) {
    .book-now-form-wrapper {
        max-width: 880px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Style inputs */
select,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
}

select,
.travel-question,
textarea {
    font-size: 1em;
}

label {
    font-size: 1.15em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=submit] {
    /*setting to transparent to remove the apple formatting  */
    background-color: transparent;
    color: black;
    padding: 12px 20px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 1;
    display: block;
    margin: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
}

input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Style the container/contact section */
.book-now-form-wrapper {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.div-names,
.div-contact,
.div-services,
.div-bridal-count {
    display: inline-block;
}

.div-names label,
.div-contact label,
.div-services label {
    display: block;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {

    .column img {
        width: 50%;
        height: 50%;
    }

    .column,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .div-names,
    .div-contact,
    .div-services,
    .div-bridal-count {
        display: block
    }

}

@media(max-width: 1228px) {
    .main-title {
        font-size: 2em;
    }
}