.section_1_div {
    background-image: url(../images/city_bg.jpg);
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.section_1_div_left {
    margin: 0 10px;
}

.section_1_div h1 {
    font-size: 65pt;
    font-weight: bold;
}

.fast_reliable_text {
    padding: 35px 0px 15px 60px;
    text-shadow: 2px 3px 7px #535353;
}

.section1_signup_button {
    margin-top: 45px;
    margin-left: 105px;
    margin-bottom: 180px;
}

.section_1_animation_1 {
    animation-name: section1Pop1;
    animation-duration: 1s;
}

.section_1_animation_2 {
    animation-name: section1Pop2;
    animation-duration: 1s;
    animation-delay: 0.5s;
}

.section_1_animation_3 {
    animation-name: section1Pop3;
    animation-duration: 1s;
    animation-delay: 1s;
}

@keyframes section1Pop1 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05);
    }
    10% {
        transform: scale(1.0);
    }
}

@keyframes section1Pop2 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05);
    }
    10% {
        transform: scale(1.0);
    }
}

@keyframes section1Pop3 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05);
    }
    10% {
        transform: scale(1.0);
    }
}

.section_2_div {
    text-align: center;
    background-color: transparent;
    flex: 1 100%;
}

.section_2_div h1 {
    font-weight: bold;
    font-size: 45pt;
    width: 100%;
    background-color: rgba(52, 63, 68, 0.6);
}

.section_2_services {
    font-weight: normal;
    font-size: 28pt;
    background-color: rgba(52, 63, 68, 0.90);
}

#section_3_div {
    border-top: 1px solid #333333;
}

.experienceSquares {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0;
    margin: 0;
}

.eSquare {
    perspective: 1000px;
    background-color: transparent;
    text-decoration: none;
    height: 275px;
    text-align: center;
    border: 1px solid #272727;
}

.eSquare_inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.eSquare:hover .eSquare_inner {
    transform: rotateY(180deg);
}

.eSquare_front,
.eSquare_back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.eSquare_front {
    background-color: #444444;
}

.eSquare_back {
    color: white;
    transform: rotateY(180deg);
}

.eSquare_back p {
    padding: 25px 15px;
}

.eSquareImg {
    display: inline-block;
    margin: 40px 10px 10px 10px;
    filter: invert(.75);
    -webkit-filter: invert(.75);
}

.archiveLink {
    text-align: center;
}

.section_4_div {
    background-image: url(../images/city_3_bg.jpg);
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    text-align: center;
}

.section_4_div h2 {
    padding-top: 110px;
    padding-bottom: 85px;
    font-weight: bold;
    font-size: 35pt;
    width: 100%;
    background-color: rgba(52, 63, 68, 0.90);
}

.section_4_div h3 {
    font-weight: normal;
    font-size: 28pt;
    background-color: rgba(52, 63, 68, 0.6);
}


/* galllery section: */

#galllerysection {
    background-color: #181818;
}

#galllerysection h2 {
    font-size: 45pt;
    color: #eeeeee;
    padding-top: 1.5em;
}

#galllerysection h4 {
    font-size: 20pt;
    color: #fefefe;
    padding: 0.5em 0em 2.5em 0em;
}

#galllerysection a {
    color: #cccccc;
    transition: 0.3s;
}

#galllerysection p {
    padding-bottom: 1.0em;
}

.slideshow {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    color: #eeeeee;
}

.my_slides {
    opacity: 0.8;
    transition: 0.3s;
}

.my_slides:hover {
    opacity: 1.0;
}

.slide_thumbnail {
    background-color: rgba(52, 63, 68, 0.6);
    align-self: flex-end;
}

.slide_content_1 {
    background-image: url(../images/slaterville.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
}

.slide_content_2 {
    background-image: url(../images/eagle_mountain.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    display: flex;
}

.slide_content_3 {
    background-image: url(../images/cedar_hills.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    display: flex;
}


/* Pricing */

.pricing_section {
    margin: 0 auto;
    width: 40%;
    color: #b1b1b1;
    text-align: center;
    margin-bottom: 15px;
}

.pricing_section h2 {
    font-size: 45pt;
    padding: 50px 5px 25px 5px;
}

.pricing_section p {
    padding: 5px;
}

.pricing_section table {
    margin: 45px auto 0px auto;
    width: 95%;
    border-collapse: collapse;
    text-align: left;
}

.pricing_section td,
.pricing_section th {
    border: 1px solid #747474;
    padding: 8px;
}

.pricing_section tr:nth-child(even) {
    background-color: transparent;
}

.pricing_section th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ca8443;
    color: white;
}

.pricing_section button {
    margin: 30px 0px 15px 0px;
}


/* seciont 5 */

.section_5_div {
    background-image: url(../images/city_2_bg.jpg);
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    text-align: center;
}

.section_5_div h2 {
    padding-top: 110px;
    padding-bottom: 85px;
    font-weight: bold;
    font-size: 35pt;
    width: 100%;
    background-color: rgba(52, 63, 68, 0.90);
}

#contactform {
    text-align: center;
    padding-bottom: 200px;
}

.contact_form_title {
    font-weight: normal;
    font-size: 28pt;
    padding: 20px 0px 30px 0px;
}

.contactform {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: height 0.5s;
    -ms-transform: height 0.5s;
    transform: height 0.5s;
    transition: height 0.5s;
}

.contactform form {
    width: 67%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.contactform input {
    padding: 0.7em;
    margin: 0.3em;
    display: inline-block;
    border: 1px solid #909090;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12pt;
}

.contactform textarea {
    width: 100%;
    height: 8em;
    padding: 0.7em;
    margin: 0.3em;
    resize: none;
    display: inline-block;
    border: 1px solid #909090;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12pt;
}

input:focus,
textarea:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid #ca8443;
    outline: none;
}

 ::placeholder {
    color: #d2d2d2;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #eeeeee;
}

 ::-ms-input-placeholder {
    color: #eeeeee;
}

.contactform input[type=submit] {
    display: block;
    float: right;
    box-shadow: inset 0px 1px 0px 0px #ca925d;
    background-color: #ca8443;
    border-radius: 6px;
    border: 1px solid #af723a;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    transition: 0.3s;
    color: #eeeeee;
    width: 8em;
    height: 3em;
}

.contactform input[type=submit]:hover {
    background-color: #a6672f;
    color: #bbbbbb;
}

.g-recaptcha {
    display: block;
    float: right;
    padding: 6px;
    width: 304px;
}

@media only screen and (max-width: 768px) {
    .section_1_div {
        background-position: right;
        background-attachment: scroll;
        display: block;
        text-align: center;
    }
    .section_1_div_left {
        margin: 0;
    }
    .fast_reliable_text {
        padding: 100px 0px 0px 0px;
        margin: 0;
    }
    .section_1_div h1 {
        font-size: 40pt;
        padding: 0;
        margin: 0;
    }
    .section_1_div h3 {
        font-size: 30pt;
        padding: 0;
        margin: 0;
    }
    .section1_signup_button {
        margin: 50px 10px;
    }
    .section_2_div {
        display: none;
    }
    .experienceSquares {
        display: block;
    }
    .slideshow {
        display: block;
    }
    .pricing_section {
        width: 100%;
    }
    .pricing_section table {
        min-width: 350px;
    }
    .contactform form {
        width: 92%;
    }
}