body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

#wrapper {
    width: 500px;
    border: 1px solid black;
}
#left {
    width: 300px;
    border: 1px solid red;
}
#right {
    border: 1px solid green;
}

#mySidebar {
    z-index: 4
}

.mySlides {
    display: none
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 10px;
    width: 10px;
}

nav {
    z-index: 2;
    position: relative;
}

main {
    color: white;
    width: 100%;
}

header {
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    margin-left: -80px;
    z-index: 1
}

header h1 {
    text-transform: uppercase;
    display: none;
}

header img {
    max-height: 100%;
    float: left;
    padding: 0 20px;
    display: none;
}

section#cover div.container {
    height: 575px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 110px 35px 0;
    position: relative;
}

a#home-icon {
    position: absolute;
    bottom: -25px;
    margin-left: -25px;
    z-index: 1
}

section#cover div.container img {
    max-width: 100%;
}

section#cover div.container h2 {
    text-transform: uppercase;
}

section#one div.container,
section#two div.container,
section#three div.container,
section#four div.container,
section#five div.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

section#four {
    background-color: #EAEAEA;
    color: #222222;
    padding: 10px 0;
}

section#five {
    background-color: #676B70;
    color: white;
    padding: 20px 0;
}

.green-text {
    color: #9fc51c;
}

.button-green {
    background-color: #eee;
    color: #9fc51c;
    padding: 8px 16px;
}

.button-green-2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #9fc51c;
    padding: 8px 16px;
}

.button-position-right {
    position: fixed;
    top: 10px;
    right: 10px;
}

a .button-left,
a .button-right {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

a .button-left-green {
    background-color: #60971E;
    color: white;
}

a .button-right-green {
    background-color: #80b73E;
    color: white;
}

a:hover .button-left-green {
    background-color: #70a72E;
    color: white;
}

a:hover .button-right-green {
    background-color: #9fc51c;
    color: white;
}

a .button-left-grey {
    background-color: #e3e3e3;
    color: #9fc51c;
}

a .button-right-grey {
    background-color: #f2f2f2;
    color: #9fc51c;
}

a:hover .button-left-grey {
    background-color: #eee;
    color: #9fc51c;
}

a:hover .button-right-grey {
    background-color: #fff;
    color: #9fc51c;
}

.email-button {
    position: relative;
    top: -5px;
    margin-left: 5px;
    white-space: nowrap
}

.social-media-icon {
    text-decoration: none;
}

.button-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.social-media-icon:hover {
    opacity: 0.6;
}

.gray-text {
    color: gray !important;
}

.map-container {
    position: relative;
    border: 6px solid #9fc51c;
}

.map-icon {
    position: absolute;
    right: 5px;
    width: 20px
}

.map-plus-icon:hover,
.map-minus-icon:hover {
    opacity: 0.8;
}

.map-plus-icon,
.map-minus-icon {
    cursor: pointer;
}

.map-plus-icon {
    top: 5px;
}

.map-minus-icon {
    top: 30px;
}

footer {
    border-top: 1px solid #9fc51c;
    color: gray;
}

@media screen and (min-width: 600px) {
    header {
        padding: 15px 0 0 80px;
    }

    header h1 {
        font-size: 20px;
    }

    #mySidebar {
        width: 400px;
    }
}

@media screen and (max-width: 600px) {
    header {
        padding: 15px 0 0 70px;
    }

    header h1 {
        font-size: 16px;
    }

    #mySidebar {
        width: 100%;
    }
}

/* my code */

/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script');*/

.home-page section#cover div.container {
/*    background-color: rgba(250, 250, 250, 1);*/
    background-color: #fff;
}

section#one {
    position: relative;
}

section#one:before {
/*
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: #9fc51c;
    left: 0;
    top: -3px;
*/
    /*    z-index: 1;*/
}

section#cover .container h2.home-tagline {
    color: black;
    background-color: #9fc51c;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: white;
    /*    color: #9fc51c;*/
/*    text-shadow: 1px 1px 3px gray;*/
}

section#cover .container img {
    display: block;
    margin: 0 auto;
}

.circle-icon {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    margin-left: -20px !important;
    padding: 0 !important;
    left: 50% !important;
}
.circle-icon i {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 40px !important;
}

.circle-icon i {
    z-index: 2;
    position: relative;
    color: #9fc51c !important;
}

.circle-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
/*    background-color: #40812a;*/
    background-color: transparent;
    z-index: 1;
}

.circle-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
/*    background-color: #9fc51c;*/
    background-color: transparent;
    z-index: 1;
}

section#one.home-one {
    background-color: #9fc51c !important;
    color: white !important;
    border-top: 3px solid darkgray !important;
}

section#one a .button-left-grey {
    color: #9fc51c;
    text-shadow: 0 1px 1px #000;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

section#one a .button-right-grey {
    color: #9fc51c;
    /*    text-shadow: 0 1px 0 #000;*/
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

section#two a .button-left-grey {
    /*    color: #9fc51c;*/
    color: #9fc51c;
    text-shadow: 0 1px 1px black;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

section#two a .button-right-grey {
    /*    color: #9fc51c;*/
    color: #9fc51c;
/*    text-shadow: 0 1px 1px #000;*/
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

section#one .w3-grey.slider1,
section#one .w3-hover-grey:hover.slider1,
section#one .w3-gray.slider1,
section#one .w3-hover-gray:hover.slider1 {
    border: 1px solid white;
    background-color: transparent !important;
}

section#two .w3-grey.slider2,
section#two .w3-hover-grey:hover.slider2,
section#two .w3-gray.slider2,
section#two .w3-hover-gray:hover.slider2 {
    border: 1px solid white;
    background-color: transparent !important;
}

section#two {
    color: white !important;
    position: relative;
    background-image: url(../image/backgound-1.png);
    background-size: cover;
    background-position: center center;
    background-color: gray !important;
}

section#two h3,
section#two p {
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
}

section#two .container {
    position: relative;
    z-index: 1;
}

section#two:before,
section#two:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

section#two:before {
    bottom: 0;
    background-color: #9fc51c;
}

section#two:after {
    top: 0;
    background-color: #9fc51c;
}

section#three {
    background-color: white !important;
    color: #3F3F3F !important;
}

section#three .w3-button.w3-circle.slider3.w3-hover-green {
    position: relative;
    background-color: white !important;
    color: #000 !important;
    border: 2px solid lightgray;
}

section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green {
    position: relative;
    background-color: white !important;
    color: #000 !important;
    border-left: 2px solid #9fc51c;
    border-top: 2px solid #9fc51c;
    border-right: 2px solid #9fc51c;
    border-bottom: 2px solid #9fc51c;
}

/*
section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green:before,
section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
}

section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green:before {
    background-color: #40812a;
    left: 0;
}

section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green:after {
    background-color: #9fc51c;
    right: 0;
}*/

.section-two-title-wrapper.w3-padding {
    text-align: right;
    padding-bottom: 0 !important;
}

.section-two-title-wrapper.w3-padding h3 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
    .section-two-title-wrapper {
        text-align: center;
    }

    .section-two-title-wrapper.w3-padding {
        text-align: center;
        padding-bottom: 16px !important;
    }
}

section#four .w3-xlarge {
    padding-bottom: 25px !important;
    display: inline-block !important;
}