section {
    background-color: darkslategray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.section1 {
    background-image: url('background1.jpg');
}

.section2 {
    background-image: url('background2.jpg');
}

.section3 {
    background-image: url('background3.jpg');
}

.section4 {
    background-image: url('background4.jpg');
}

.section5 {
    background-image: url('background5.jpg');
}

.section6 {
    background-image: url('background6.jpg');
}

.pane {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 200px);
    left: 100px;
    font-style: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    color: #fff;
}

@media only screen and (max-height: 659px) {
    .pane span {
        font-size: 2em;
    }

    .container .grid1 {
        display: block;
        grid-row: 1;
        grid-column: 1 / span 2;
    }

    .container .grid2 {
        display: block;
        grid-row: 2;
        grid-column: 1 / span 2;
    }

    .container .grid3 {
        display: block;
        grid-row: 3;
        grid-column: 1;
    }

    .container .grid4 {
        display: block;
        grid-row: 3;
        grid-column: 2;
    }

    .container .grid5 {
        display: block;
        grid-row: 4;
        grid-column: 1 / span 2;
    }
}

@media only screen and (min-height: 660px) {
    .pane span {
        font-size: 3em;
    }

    .container .grid1 {
        display: block;
        grid-row: 1;
        grid-column: 1;
    }

    .container .grid2 {
        display: block;
        grid-row: 2;
        grid-column: 1;
    }

    .container .grid3 {
        display: block;
        grid-row: 3;
        grid-column: 1;
    }

    .container .grid4 {
        display: block;
        grid-row: 4;
        grid-column: 1;
    }

    .container .grid5 {
        display: block;
        grid-row: 5;
        grid-column: 1;
    }
}

.pane span a {
    color: white;
    text-decoration: none;
}

    .pane span a:hover {
        color: gray;
    }

input[type=text], input[type=email], textarea {
    margin-top: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #333;
}

.button {
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: #ec8013 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    display: inline-block !important;
    border: none !important;
    transition: all 0.4s ease 0s !important;
    cursor: pointer !important;
}

    .button:hover {
        background: #434343 !important;
        letter-spacing: 1px !important;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
        box-shadow: 5px 40px -10px rgba(0,0,0,0.57) !important;
        transition: all 0.4s ease 0s !important;
    }

.container {
    display: grid;
    position: absolute;
    transform: translateY(-50%);
}

@media only screen and (max-width: 564px) {
    .container {
        left: -60px;
    }
}

@media only screen and (min-width: 565px) {
    .container {
        left: calc(50% - 250px);
    }
}

@media only screen and (max-height: 400px) {
    .container .grid2 {
        display: none;
    }
}

#contact {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 100000;
    right: 50px;
    bottom: 50px;
    font-size: large;
}

    #contact a {
        color: white;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        text-decoration: none;
    }

        #contact a:hover {
            color: lightgray;
        }

table {
    text-align: left;
}

footer {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: x-small;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    display: none;
}

footer a {
    color: white;
    text-decoration: none;
}

    footer a:hover {
        color: lightgray;
    }

.grecaptcha-badge {
    display: none !important;
}