/* CSS Document */
body {
    padding-top: 14px;
}

@media (min-width: 992px) {
    body {
        padding-top: 16px;
    }
}

#Natural {
    overflow: auto;
    height: 370px;
    min-height: 400px;
    margin: 0 auto;
    text-align: left;

}

p {
    margin: 0;
}

#Entertainment {
    overflow: auto;
    height: 100px;
    min-height: 160px;
    margin: 0 auto;
    text-align: left;

}

#Services {
    overflow: auto;
    height: 100px;
    min-height: 160px;
    margin: 1px;
    text-align: left;



}

#Animals {
    overflow: auto;
    height: 150px;
    min-height: 360px;
    margin: 0 auto;
    text-align: left;

}

#Content {
    overflow: auto;
    height: 100px;
    max-height: 205px;
    margin: 0 auto;
    text-align: left;
    background: #efeffa
}

#ContentEntertainment {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #FFFF33;

}

#ContentUnknown {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #FFFF33;

}

#ContentMidYellow {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #f9fd7e;

}

#ContentServices {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #999999
}

#ContentLightBlue {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #bbfffb
}

#ContentLightGreen {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #aadd9e
}

#ContentLavendar {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #f0a2fc
}

#ContentMidBlue {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #a2b1fc
}

#ContentMidBlue2 {
    overflow: auto;
    height: 300px;
    max-height: 350px;
    margin: 0 auto;
    text-align: left;
    background: #a2b1fc
}

#ContentLightBrown {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #f4d4a2
}

#ContentVacationRentals {
    overflow: auto;
    height: 550px;
    max-height: 600px;
    margin: 0 auto;
    text-align: left;
    background: #f4d4a2
}

#ContentAnimals {
    overflow: auto;
    height: 550px;
    width: 250px;
    max-height: 550px;
    margin: 1px;
    text-align: left;
    background: #ffffff
}

#ContentYellow {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #fef49c
}

#ContentPinkish {
    overflow: auto;
    height: 100px;
    max-height: 200px;
    margin: 0 auto;
    text-align: left;
    background: #fcbfa7
}

body {
    /*background-color: #d7effd;*/
    background-color: #fff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.style2 {
    font-weight: bold
}

.style24 {
    color: #000000;
    font-weight: bold;
}

.style28 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.style29 {
    font-size: 24px;
    color: #0000FF;
    font-style: italic;
    font-weight: bold;
}

.style63 {
    font-size: 18px
}

.style72 {
    font-size: 28px;
    color: #0000FF;
}

.style73 {
    font-size: 18px;
    font-weight: bold;
    color: #0000FF;
}

.style75 {
    font-size: 33px;
    color: #000066;
}

.style76 {
    font-size: 24px;
    font-weight: bold;
    color: #0000FF;
}

.style87 {
    color: #330000;
    font-weight: bold;
    font-size: 18px;
}

.style3 {
    color: #000066;
    font-weight: bold;
    font-size: 18px;
}

.style79 {
    color: #FFFFFF
}

.style82 {
    color: #990066;
    font-weight: bold;
    font-size: 18px;
}

.style83 {
    color: #000;
}

.style41 {
    color: #16018B;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}

.style42 {
    color: #FFFFFF
}

.style35 {
    color: #FFFFFF;
    font-weight: bold;
}

.style44 {
    color: #FFFFFF
}

.top-header {
    max-width: 1300px;
    padding-bottom: 5px;
}

.top-header table {
    width: 100%;
}

.iframe-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 375 / 650;
  margin: 0 auto;
  background: white;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  float: none !important;
}

@media (max-width: 767.98px) {
    .top-header table {
        width: auto;
    }
}

a {
    color: #000066;
}

.select-wrapper select {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 2px 0;
}

.s-wrapper {
    padding: 0 15px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}