body {
    background: #00e1ff; /* fallback for old browsers */
    background: radial-gradient(circle,rgba(0, 225, 255, 1) 0%, rgba(205, 212, 211, 1) 82%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: 100% 100%;
    margin-top: 5em;
}
h2 {
    font-family: "BlackChancery", "Montserrat Alternates";
    color: blue;
    -webkit-text-stroke: 0px;
    font-size: 4.5em;
}

p {
    font-family: "Montserrat Alternates";
    text-align: center;
    font-size: 1.25em;
}


.div_fb {
    font-family: "Montserrat Alternates";
    text-align: center;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.spn_hotel {
    font-family: "Montserrat Alternates";
    font-size: 1.5em;
}




.img_retreat {
    border-radius: 12px;
    width: 450px;
}

.img_nap {
    width: 250px;
    border-radius: 12px;
}


.img_fb {
    vertical-align: middle;
    width: 50px;
    margin-right: 5px;
}

.img_yt {
    vertical-align: middle;
    width: 30px;
    margin-left: 5px;
}


.img_div {
    width: 275px;
    border-radius: 12px;
}

.inp_main {
    font-size: 1.25em;
}

.lbl_main {
    font-size: 1.25em;
}


.p_fb {
    display: flex;
    justify-content: center;
    align-items: center;
}




.div_notes {
    font-family: "Montserrat Alternates";
    height: 100px;
    line-height: 100px;
    flex: 25%;
    text-align: center;
    margin-top: 20px;
}

.lbl_notes {
    height: 100px;
    vertical-align: top;
    font-size: 1.5em;
}

.txt_notes {
    height: 75px;
    width: 300px;
    margin-top: 10px;
    font-size: 1.5em;
}

.submitButton {
    font-family: "Montserrat Alternates";
    font-weight: bold;
    padding: 12px 25px ;
    border-radius: 25px;
    background-color: deepskyblue;
}

.clearButton {
    font-family: "Montserrat Alternates";
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 25px;
    background-color: deepskyblue;
}

.cb_lbl {
    font-family: "Montserrat Alternates";
    font-size: 1.25em;
}

.cb_inp {
    width: 1.25em;
    height: 1.25em;
}


.new_new {
    font-size: 3em;
}

.new_timer {
    font-size: 2em;
}


/* Container for flexboxes */
.row {
    display: flex;
    flex-wrap: wrap;
}
/* Create four equal columns */
.column {
    font-family: "Montserrat Alternates";
    flex: 25%;
    text-align: center;
    margin-top: 20px;
}
