

@charset "UTF-8";

/* CSS Document */

body
{
    padding: 0px;
    margin: 0px;
}

main
{
    width: 100%;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: initial;
    margin-bottom: 0px;
}

main header
{
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

#row-1
{
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
    height: auto;
    overflow: initial;
}

#space
{
    padding-top: 60px;
}

.destinations
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: center;
    align-content: center;
}

footer
{
    vertical-align: top;
    background-color: #0F8541;
    max-width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: small;
    margin-top: 5%;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
}

footer a:link
{
    color: #F26822;
}

footer a:visited
{
    color: #F26822;
}

#content
{
    padding-left: 20%;
    padding-right: 20%;
}

/*----Typography----*/

h1
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding-top: 140px;
}

li
{
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}

h2
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600i;
}

h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400i;
}

h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

p
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

h5
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #F26822;
    font-style: italic;
}

h6
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400i;
    text-align: center;
    font-style: italic;
    font-size: 22px;
}

th
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
}

tr
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
}

table
{
    border-collapse: collapse;
}

/*----Links----*/

/* unvisited link */

a:link
{
    color: #3e8e41;
    text-decoration: none;
}

/* visited link */

a:visited
{
    color: #3e8e41;
    text-decoration: none;
}

/* mouse over link */

a:hover
{
    color: #3e8e41;
    text-decoration: none;
}

/* selected link */

a:active
{
    color: #3e8e41;
    text-decoration: none;
}

.hidden
{
    display: none;
    padding: 0;
    margin: 0;
}

/*----Dropdown Menu----*/

/* Dropdown Button */

.dropbtn
{
    background-color: #3e8e41;
    color: black;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: absolute;
    right: 48px;
    float: left;
    top: 25px;
}

/* The container <div> - needed to position the dropdown content */

.dropdown
{
    border-top: 5%;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    right: 0;
    top: 54px;
    transition: height 0.5s;
    height: 0;
  }

/* breakout content background (Hidden by default)*/

.dropdown-content ul
{
    display: none;
    background-color: #f9f9f9;
    max-width: 160px;
    position: absolute;
    margin-top: -35px;
    right: 100%;
}

/* breakout content */

.dropdown-content ul a
{
    color: black;
    text-decoration: none;
    display: block;
    line-height: 25px;
    min-width: 145px;
    list-style-type: none;
}

/* unhovered dropdown */

.dropdown:hover .dropdown-content
{
    display: block;
    height: inherit;
}

.dropdown-content a
{
    color: black;
    text-decoration: none;
    display: block;
    line-height: 25px;
    padding: 5px 5px;
}

.dropdown-content a:hover,
  .active
{
    color: #3e8e41 !important;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn
{
    background-color: #3e8e41;
}

/*----Header----*/

.list
{
    position: relative;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0;
    background: white;
    opacity: 0.9;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    z-index: 9999999;
    display: none;
}

.list:hover .list-content
{
    display: flex;
}

.navsub-item a
{
    text-align: left;
    padding-left: 10px;
    text-decoration: none;
}

.container
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
}

.container img
{
    vertical-align: middle;
    width: 33%;
    display: inline-block;
    float: left;
}

.content
{
    position: relative;
    padding-top: 80px;
}

.content p
{
    margin-bottom: 10px;
}

#header
{
    clear: both;
    z-index: 2;
    position: fixed;
    width: 100%;
    line-height: 50px;
    background: #FFF;
    color: black;
    box-shadow: 5px 5px 20px black;
    float: left;
    min-height: 50px;
}

#header h5
{
    margin: 0px;
    text-transform: uppercase;
    font-size: 1.2em;
    display: block;
    text-align: center;
    width: 45%;
    float: left;
    line-height: 2em;
}

#adspace-small
{
    display: none;
}

#adspace-large
{
    display: block;
}

/*----Media Queries----*/

@media screen and (min-width:700px) and (max-width:899px)
{
    #header .container
    {
        width: 100%;
        max-width: 720px;
    }
}

@media screen and (min-width:900px) and (max-width:1099px)
{
    .container img
    {
        vertical-align: middle;
        padding-left: 10px;
    }
    #header h5
    {
        text-transform: uppercase;
        font-size: 1.2em;
        height: auto;
        line-height: 2em;
    }
}

@media (max-width: 900px)
{
    #nav
    {
        width: 100%;
        top: 60px;
    }
    #nav:before
    {
        content: '\2630';
        display: block;
        position: absolute;
        right: 3%;
        top: -50px;
        line-height: 40px;
        font-size: 1.4em;
        cursor: pointer;
    }
    #nav ul
    {
        background: #222;
        width: 100%;
        margin: 0px;
    }
    #nav ul li
    {
        float: none;
    }
    #nav ul li a
    {
        padding: 10px 3%;
        line-height: 20px;
        border-top: 1px solid #333;
    }
    .map
    {
        display: none;
    }
    h6
    {
        display: block;
        align-items: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .destinations
    {
        display: block;
        align-items: center;
    }
}

@media screen and (max-width:499px)
{
    #header h5
    {
        display: block;
        width: 100%;
        font-size: .85em;
        line-height: 1.5em;
        padding-top: 2%;
    }
}

@media (max-width: 600px)
{
    #adspace-large
    {
        display: none;
    }
    #adspace-small
    {
        display: block;
    }
    .destinations
    {
        display: block;
        align-items: center;
    }
    h6
    {
        display: block;
        align-items: center;
        padding-left: 20%;
    }
}

/*----Image Gallery----*/

div.img
{
    margin: 5px;
    border: 1px solid #ccc;
    width: 300px;
    float: left;
}

div.img:hover
{
    border: 1px solid #777;
}

div.img img
{
    width: 100%;
    height: auto;
}

div.desc
{
    padding: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 110px;
}

.gallery {
	display:                 flex;
    display:                 -webkit-flex; /* Safari 8 */
    flex-wrap:               wrap;
    -webkit-flex-wrap:       wrap;         /* Safari 8 */
    justify-content:         center;
    -webkit-justify-content: center;       /* Safari 8 */
	
}

/*----Destinations Image Gallery----*/

div.img
{
    margin: 5px;
    border: 1px solid #ccc;
    width: 300px;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

div.img:hover
{
    border: 5px solid #3e8e41;
}

div.img img
{
    width: 100%;
    height: auto;
}

div.desc
{
    padding: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    align-items: center;
}

.destinations
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width:900px) and (max-width:1099px)
{
    .container
    {
        max-width: 920px;
        height: auto;
    }
}

@media screen and (min-width:700px) and (max-width:899px)
{
    .container img
    {
        width: 33%;
        height: auto;
    }
    #header h5
    {
        font-size: 0.9em;
        width: 43%;
        line-height: 2em;
    }
    .dropbtn
    {
        right: 20px;
        top: 25px;
    }
}

@media screen and (max-width:499px)
{
    .container
    {
        max-width: 480px;
        height: auto;
        padding-top: 0;
    }
    .container img
    {
        width: 35%;
        height: auto;
        margin-left: 10px;
    }
    .dropbtn
    {
        right: 10px;
        top: 0px;
        padding: 5px;
    }
}

@media screen and (min-width:600px) and (max-width:699px)
{
    .container
    {
        max-width: 580px;
    }
}

@media screen and (min-width:500px) and (max-width:699px)
{
    .container img
    {
        height: auto;
    }
    #header h5
    {
        font-size: 0.7em;
        line-height: 2em;
        width: 45%;
    }
    .dropbtn
    {
        right: -15px;
        padding: 10px;
    }
}

@media screen and (max-width:499px)
{
    #header
    {
        min-height: 50px;
        position: relative;
        padding-bottom: 0;
        box-shadow: none;
        margin-top: 3%;
    }
}

@media screen and (min-width:500px) and (max-width:599px)
{
    .container
    {
        max-width: 480px;
    }
}

