﻿
@font-face {
    font-family: Corbert;
    src: url('typography/Corbert-Regular.eot');
    src: url('typography/Corbert-Regular.eot') format('embedded-opentype'), 
        url('typography/Corbert-Regular.woff') format('woff'), 
        url('typography/Corbert-Regular.ttf') format('truetype'), 
        url('typography/Corbert-Regular#Corbert-Regular') format('svg');
}
@font-face {
    font-family: Corbert-Wide;
    src: url('typography/CorbertWide-Regular.eot');
    src: url('typography/CorbertWide-Regular.eot') format('embedded-opentype'), 
        url('typography/CorbertWide-Regular.woff') format('woff'), 
        url('typography/CorbertWide-Regular.ttf') format('truetype'), 
        url('typography/CorbertWide-Regular#CorbertWide-Regular') format('svg');
}

@font-face {
    font-family: AmaticSC-Bold;
    src: url('typography/AmaticSC-Bold.eot');
    src: url('typography/AmaticSC-Bold.eot') format('embedded-opentype'), 
        url('typography/AmaticSC-Bold.woff') format('woff'), 
        url('typography/AmaticSC-Bold.ttf') format('truetype'), 
        url('typography/AmaticSC-Bold#AmaticSC-Bold') format('svg');
}
.centerIntro {
    margin: auto;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    margin-top: 20%;
}
a.logo {
    display: inline-block;
    /*width: 30%;*/
    text-decoration: none;
    margin: 5% 0 1% 10%;
}
nav {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 48%;
    margin: 5% 10% 0 0;
    font-size: 0.8em;
    line-height: 1.0em;
    text-align: right;
    font-family: Corbert-Wide;
}
a.logo h1 {
    margin: 0;
    color: #fff;
    font-size: 3em;
    font-family: AmaticSC-Bold !important;
    font-weight:normal!important;
    text-transform:none!important;
    cursor:pointer;
}
html, body, form {
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
    /*background-color: #b9b5b5;*/
    background-color: #aec4ad;
}
body {
    font-family: Corbert, helvetica, sans-serif !important;
    color: #3e2e05;
    font-size: 1.6em;
    line-height: 1.5em;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-weight: 200;
}
h1 {
    font-family: Corbert-Wide;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 10%;
    margin-bottom: 4%;
    /* color: #4a4646; */
    /* padding-top: 3px; */
    line-height: 1.1em;
    font-weight: 200;
}
h2, h3 {
    font-family: Corbert-Wide;
    color: #fff;
    margin: 0;
    z-index: 9999;
    font-weight: 400;
}
h2 {
    font-size: 1.3em;
    font-weight:700;
    margin-top:3em;
}
h3 {
    font-size: 0.7em;
    margin:auto;
    color: #1b1a1a;
}
h4 {
    font-family: Corbert-Wide;
    font-size: 1.3em;
}
h5 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
strong {
    font-weight: 500;
}
.padd {
    padding: 0 0 0 25px;
}
.footer {
    font-size: 0.9em;
}
a {
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
}
    a.linkMap {
        text-decoration:underline;
        text-transform:uppercase;
        color:#b4f115;
        font-size:0.9em;
        display:none!important;
    }
    nav a {
        text-decoration: none !important;
        color: #f8bd2e;
        text-shadow: 1px 1px 5px #484848;
    }
    a h2 {
        color: #94c11f;
    }
li.selected a {
    color: #b4f115;
}

li a:hover, li a:focus {
}
/*, a.selected , li.selected a*/

li.selected a {
    color: #f8bd2e;
}
a:hover, a.focus, a h2:hover, a h2:focus {
    /* color: #fff;
    text-shadow: 1px 1px 1px #727171;

        color: #f8bd2e;
    */
    color: #b4f115;
    text-shadow: 1px 1px 5px #484848;
    text-decoration: underline;
    transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
}
nav a:hover, nav a.focus {
    color: #fff;
}
a.logo:hover, a.logo:focus {
    text-decoration: none!important;
}
/*.innerHolder a:hover, .innerHolder a.focus {
    color: #1b1a1a;
    text-shadow: 1px 1px 1px #fffffff2;
}*/
.container {
    bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
    /*margin-bottom:5%;*/
	z-index: 200;
	width:100%;
}
.innerHolder {
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 15% 10% 10% 10%;
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
    -ms-transition: all 0.3s ease 1s;
    -o-transition: all 0.3s ease 1s;
    -moz-transition: all 0.3s ease 1s;
    -webkit-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s;
}
.innerHolder div.divContainer {
    width:80%;
    margin: 0 auto;
    padding:3px;
    position:relative;
    }
.innerHolder span {
    display:inline-block;
}
.boxNav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    -webkit-transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    /*background-color: #8e8d8d;*/
    background-color: #7f957d;
    min-height: 160px;
    box-shadow: 1px 1px 10px #7774748f;
}
ol, ul {
	list-style: circle;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: right;
}
    nav ul li {
        display: inline-block;
        margin: 0 0 0 0.7em;
        width: auto;
        opacity: 1;
        border: 1px solid #7f957d;
    }
li.last {
    margin: 0 0 0 0.9em;
}
nav ul li:hover, nav ul li.selected {
    border-bottom: 1px solid #b4f115;
    -ms-transition: all 0.3s ease 0.03s;
    -o-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
    -webkit-transition: all 0.3s ease 0.03s;
    transition: all 0.3s ease 0.1s;
}
nav ul li:nth-child(2) {
	-webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	transition: opacity 0.2s 0.1s, transform 0.2s 0.1s;
	transition: opacity 0.2s 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
}
nav ul li a, nav ul li span {
	text-transform: uppercase;
    padding: 0.5em 0.1em; 
	margin: 0;
	position: relative;
	-webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}
nav.pages {
    width:100%;
    margin-bottom:5%;
}
table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
table tr {
    border-bottom: 1px solid #fff;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: default;
}
table th {
    background-color:#646464;
    font-size:0.8em;
    padding: 8px;
    text-transform:uppercase;
    color:#fff;
    width:50%;
}
    table td {
        font-size: 0.95em;
        background: #8ca28a;
        border-top: 1px solid #fff;
        padding: 1px 6px;
        margin: 0;
        text-transform: lowercase;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
table tr td:hover {
    border-top: 1px solid #669;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    tr td:hover {
    border-top: 1px solid #669;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
img {
    width: 100%;
}
aside {
    margin-top:10%;
}
    aside div {
        display: inline-block;
        width: 32% !important;
        background-color: #7f957d;
        margin: 0 0.5% 0 0 !important;
        position: relative;
        box-shadow: 1px 2px 5px #48484896;
        border-radius: 5px;
        min-height: 300px;
        /*padding:2%;*/
        white-space: normal !important;
        overflow: hidden;
        transition: all 0.3s ease-out 0.1s;
        -ms-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -webkit-transition: all 0.3s ease-out 0.1s;
    }
        aside div:focus, aside div:hover {
            color:#aec4ad;
            background-color: #596957;
            box-shadow: 1px 2px 5px #e6e4e496;
            transition: all 0.3s ease-out 0.1s;
            -ms-transition: all 0.3s ease-out 0.1s;
            -o-transition: all 0.3s ease-out 0.1s;
            -moz-transition: all 0.3s ease-out 0.1s;
            -webkit-transition: all 0.3s ease-out 0.1s;
        }
        aside div.last {
            margin-right: 0 !important;
        }
        aside div a:focus, aside div a:hover {
            color: #f8bd2e;
        }
            
    aside h3 {
    color: #fff;
    margin: 10% 10%;
    text-shadow: 1px 2px 10px #1d1e1c87;
    line-height: 1.2em;
}
    aside p {
        font-size: 0.6em;
        line-height: normal;
        margin: 0 10% 10% 10%;
    }
    aside a {
        word-break: break-all;
        /*color: #cbdbc7;*/
    }
/*a.overlayText {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
}
a.overlayText:hover, a.overlayText.focus {
    color: #b4f115;
    text-shadow: 1px 1px 5px #1b1a1a;
    opacity: 1;
    background: rgb(26, 24, 24, 0.70);
    transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
}
a.overlayText h4 {
    font-size: 1.7em;
    line-height: 1.8em;
}
a.overlayText span {
    font-size:1.3em;
}*/
footer {
    position: absolute;
    bottom: -2%;
    width: 100%;
    text-align: right;
    font-size: 0.7em;
    color: #5f5f5f;
    right: 5%;
}

.leaflet-container {
    height:600px;
}
/*////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 2024px) {
    .innerHolder {
                /*margin: 12% 10% 10% 10%!important;*/
            }
     }
/*////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1200px) {
    
    a.logo h1 {
        font-size: 2.7em;
    }
    
    a.overlayText h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    a.overlayText span {
        font-size: 1.1em;
    }
    nav {
        width: 54%;
        margin: 5% 7.5% 0 0;
    }
    a.logo {
        margin: 5% 0 1% 7.5%;
    }
    .leaflet-container {
        height: 450px;
    }
    aside div {
        min-height:280px;
    }
/*////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 1000px) {
        table {
            font-size: 1.5em!important;
        }
        .innerHolder div.divContainer {
            width: 85%;
        }
        .innerHolder {
            margin: 18% 5% 5% 5%!important;
            width:90%;
        }
        a.logo h1 {
            font-size: 2.6em;
        }
        aside div {
            width: 100% !important;
            min-height: 20px !important;
            margin: 1% 0 !important;
        }
        aside h3, aside p {
            margin: 2% 2% !important;
        }
        nav {
            font-size: 0.6em;
            line-height: 0.9em;
            width: 58%;
            margin: 5% 5% 0 0;
        }
        a.logo {
            margin: 5% 0 1% 5%;
        }
        .leaflet-container {
            /*height: 400px;*/
        }
    }
/*///////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 800px) {
        table {
            font-size: 1.3em!important;
        }
        .innerHolder div.divContainer {
            width: 90%;
        }
        .innerHolder {
            margin: 25% 5% 5% 5% !important;
            width: 90%;
        }
        a.logo h1 {
          
            font-size: 2.3em;
        }
        body {
            font-size: 1.5em;
        }
        .leaflet-container {
            /*height: 350px;*/
        }
    }
    /*///////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 600px) {
        table {
            font-size: 1.1em!important;
        }
        a.logo {
            /*width: 90%;*/
        }
        nav {
            width: 90%;
            margin-top:0!important;
        }
        a.overlayText h4 {
            font-size: 1.4em;
        }
        /*a.overlayText span {
            font-size: 1.0em;
        }*/
        table th {
            padding: 8px 2px;
        }
        h1 {
            margin-top: 10%;
            font-size: 0.95em;
        }
        .leaflet-container {
            /*height: 300px;*/
        }
        .leaflet-popup-content {
            margin: 7px 12px 7px 10px !important;
            font-size: 0.6em;
        }
        h4 {
            font-size: 1em !important;
        }

        h5 {
            font-size: 0.7em !important;
        }
    }
    /*////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 550px) {
        table {
            font-size: 1em!important;
        }
        .innerHolder div.divContainer {
            width: 95%;
        }
        .innerHolder {
            margin: 40% 2% 5% 2% !important;
            width: 96%;
        }
        .navTop ul li a {
            margin-top: 0;
        }
        h1 {
            /*margin-top: 7%;*/
            font-size: 0.90em;
        }
        }
        }
        .leaflet-container {
            height: 400px;
        }
    }
    /*////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 350px) {
        table {
            font-size: 0.8em!important;
        }
        .innerHolder {
            margin: 45% 3% 3% 3% !important;
            /*max-width:80%;*/
        }
        h1 {
            /*margin-top: 5%;*/
            font-size: 1em;
        }
        body {
            font-size: 1.3em;
        }
        .leaflet-container {
            /*height: 500px;*/
        }
       
    }
    /*////////////////////////////////////////////////////////////////////////////////////*/