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

#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;
}

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

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: #61971e;
}

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

.button-green-2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #61971e;
    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: #90c74E;
    color: white;
}

a .button-left-grey {
    background-color: #e3e3e3;
    color: #90c74E;
}

a .button-right-grey {
    background-color: #f2f2f2;
    color: #90c74E;
}

a:hover .button-left-grey {
    background-color: #eee;
    color: #90c74E;
}

a:hover .button-right-grey {
    background-color: #fff;
    color: #90c74E;
}

.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 #61971e;
}

.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 #90c74e;
    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');

section#cover div.container {
    background-color: rgba(225, 225, 225, 0.55);
}

section#one {
    position: relative;
}

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

section#cover .container h2 {
    color: #fc5d9a;
    /*    color: #90c74e;*/
    text-shadow: 0 1px 3px #000;
    font-family: 'Dancing Script', cursive;
    text-transform: none !important;
    letter-spacing: 1px;
    font-size: 3rem;
}

.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;
}
.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;
}

.circle-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 75%;
    top: 0;
    background-color: #fc5d9a;
    z-index: 1;
}

.circle-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 75%;
    top: 0;
    background-color: #90c74e;
    z-index: 1;
}

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

section#one a .button-left-grey {
    color: #fc5d9a;
    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: #fc5d9a;
    /*    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: #90c74e;*/
    color: #fc5d9a;
    text-shadow: 0 1px 1px gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

section#two a .button-right-grey {
    /*    color: #90c74e;*/
    color: #fc5d9a;
    text-shadow: 0 0 0 #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 #fc5d9a;
    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: #90c74e;
}

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

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 #90c74e;
    border-top: 2px solid #90c74e;
    border-right: 2px solid #fc5d9a;
    border-bottom: 2px solid #fc5d9a;
}

/*
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: #fc5d9a;
    left: 0;
}

section#three .w3-button.w3-circle.slider3.w3-green.w3-hover-green:after {
    background-color: #90c74e;
    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;
}