        body {
            margin: 0;
            font-family: "Raleway";
            font-weight: 400;
            color: #a53426;
            background-color: #fff;
            text-transform: none;
            font-style: normal;
            text-align: inherit;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0px;
        }

        input[type=text] {
            line-height: 1.5;
            font-family: "Raleway";
            font-weight: 400;
            transition: all .3s ease-in-out;
            padding: 0.5rem 1rem 0.5rem 1rem;
            border-width: 1px;
            border-style: solid;
            border-color: #a53426;
            border-radius: 0;
            box-shadow: none;
        }

        input[type=radio], input[type=checkbox]{
            margin: 0;
        }

        input::placeholder {
            color: #a53426;
        }

.grid-container.fluid
{padding-top:.9375rem;}
	
        .button {
            font-family: "Raleway";
            letter-spacing: 1px;
            font-weight: 700;
            text-transform: uppercase;
            font-style: normal;
            padding: 1rem 2rem;
            font-size: 16px;
            line-height: 1.5;
            padding: 1rem 1rem;
            display: inline-block;
            border-width: 1px;
            border-style: solid;
            border-radius: 0px;
            max-width: 100%;
            box-shadow: none;
            transform: none;
            transition: all .3s ease-in-out;
            background: #d52731;
            color: #f5f5f5;
            border-color: rgba(0, 0, 0, 0);
            width: 100vw;
        }
        .button:hover, .button:active, .button:focus {
            background-color: #e6bd03;            
        }

        .disclaimer_text,
        #comments {
            border-width: 1px;
            border-style: solid;
            border-color: #a53426;
            border-radius: 0;
            box-shadow: none;
            padding: 20px;

        }

        #comments {
            resize: none;
        }
		.disclaimer_text p {
			margin-bottom:0;
		}

        ul {
            padding: 0;
            margin: 20px 0;
        }

        ul li {
            list-style: none;
            display: flex;
        }

        label {
            font-family: "Raleway";
            font-weight: 400;
            color: #a53426;
            font-size: 16px;
        }

        .g-recaptcha {
            margin: 20px 0;
        }

        .booking_form {}
