/*
variables
*/
:root
{
    --main-grey: #292c2e;
    --blue-grey: #34434d;
    --light-grey: #b2bbc0;
    --bg-grey: #f1f1f1;
    --light-orange: #ea7849;
}





.hidden
{
    /* display: none;
    visibility: hidden; */
    opacity: 0;
}





.wrapper-90
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-80
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-70
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}



.row
{
    margin-top: 30px;
}


.row::after
{
  content: "";
  clear: both;
  display: table;
}

.col
{
    /* float: left; */
}

/* For tablets */
@media only screen and (min-width: 700px)
{
    .col
    {
        float: left;
        width: 50%;
    }

    .row
    {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}








*
{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body
{
    /* background-color: var(--main-grey); */
}


.header_section
{

}

.header_img-container
{

}

.header_img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
}

.header_img-text
{
    color: var(--blue-grey);
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 20px;
}

.content_section-grey
{
    background-color: var(--bg-grey);
}

.content_section-light
{

}

.content_section-top
{
    padding-top: 5%;
    padding-bottom: 2%;
}

.content_section-top-img
{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 300px;
    max-width: 600px;
}

.content_section-top-text-heading
{
    /* margin-top: 5%; */
    margin-bottom: 10px;
    text-align: center;
    color: var(--main-grey);
}

.content_section-top-text
{
    text-align: center;
    font-size: 1.2rem;
    font-weight: lighter;
}

.content_section-top-text--bold
{
    color: var(--blue-grey);
    font-weight: bold;
}

.icon-pdf
{
    display: block;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.action-button-container
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.action-button
{
    background-color: #d16e41;
    color: white;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none;
    padding: 20px;
    width: 135px;
    text-align: center;
    cursor: pointer;
}

.hide-action-button
{
    opacity: 0;
    visibility: hidden;
    display: none;
}

.google-form
{
    width: 100%;
    height: 1200px;
}

.hide-form
{
    opacity: 0;
    visibility: hidden;
    display: none;
}

.content_section-mid
{

}

.booking-form
{

}

.input-field
{

}

.input-label
{

}

.input-text-field
{

}

.content_section-bottom
{

}

.info-block
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.info-block-img
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info-block-heading
{
    color: var(--blue-grey);
    margin: 20px 0;
}

.info-block-text
{
    color: grey;
    padding-bottom: 40px;
}

footer
{
    background-color: var(--main-grey);
    color: var(--light-grey);
    text-align: center;
    padding: 30px 0;
    font-size: .8rem;
}
