/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'alegre_sans';
    src: url('/font/alegresans/algresansregularncwebfont.eot');
    src: url('/font/alegresans/algresansregularncwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/alegresans/algresansregularncwebfont.woff') format('woff'),
         url('/font/alegresans/algresansregularncwebfont.ttf') format('truetype'),
         url('/font/alegresans/algresansregularncwebfont.svg#alegre_sans_ncregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background:  #5b5f62;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.main.wrapper {
    background:  #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.6); 
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

/* ===================
    ALL
   =================== */

.header-container, nav a {
    border-bottom: 10px solid #62c88b; 
}

.footer-container {
    background: #5B6063;
}

.header-container {
    background: #1fb15a;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 55px 0;
    float: left;
    width: 27%;
    margin: 0 2%;
    margin-bottom: 0;
    background: #1fb15a;
    
    font-family: alegre_sans;
    font-size: 30px;
    line-height:  20px;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    
     transition: background .25s, border.25s;
   -moz-transition: background .25s, border.25s;
   -webkit-transition: background .25s, border.25s;

    

}

nav a:hover {
    background: #62c88b;
    border-bottom: 10px solid #1fb15a;
     transition: background .25s, border.25s;
   -moz-transition: background .25s, border.25s;
   -webkit-transition: background .25s, border.25s;

   }

}




/* ==============
    MOBILE: Main
   ============== */

.main {
   /* padding: 30px 0; */
}

.main article h1 {
    font-size: 2em;
    text-align:  left;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

#getintouch h1 {
    text-align: center;
}

h2 {
    color: #1fb15a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3em;
}

.footer-container footer {
    color: white;
    padding: 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.section {
    width: 100%;
    float: left;
    margin: 8px 0
}

#contact.section {
    height: 480px;
}

.main article {
    width: 74%;
    padding:  0 13%;
}

.bold {
    font-weight: bold;
}

#slideshow,
#slideshow img {
    width: 100%;
}

.header-container {
    height: 130px;
}

article h1 {
    
}
article p {
    color: #5E6E66;
    font-size:  17px;
    line-height:  1.5;
}

.header-container {
    position: fixed;
    top: 0;
    width:  100%;
    z-index: 100;
}

.main-container {
    margin-top: 140px;
}

#footerLeft {
    width: 50%;
    height: 150px;
    float: left;
}

#footerLeft img{
    float: right;
    padding: 30px;
}
#footerRight {
    padding: 0 0 0 5%;
    width: 45%;
    height: 150px;
    float: right;
}

#footerRight h1 {
    margin-bottom: 10px;
}

#footerRight p {
    font-size:  15px;
    margin: 0;
}

#footerRight p span{
    color: #63C98C;
    font-weight:  bold;
}

#copyright {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 13px;
}
#copyright a {
    color: #f78f1e;
    text-decoration: none;
}

#copyright a:hover {
    color: #8c9790;
}

    #map.section {
        background: url('/img/mapBG.jpg') #1152b3 no-repeat;
    }

    #mapLeft {
        width: 50%;
        float: left;
        color: #fff;
        margin: 0;
        padding: 0;
    }

#mapLeft img {
        margin-top: 20px;
        float: right;
    }

    #mapLeft section {
        width: 100%;
        text-align: right;
        float: right;
    }
img#logo {
    float: left;
}

img#grass {
    width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 479px) {
    img#logo {
        display: none;
    }
     #mapLeft {
    float: left;
    padding-right: 10%;
    width: 90%;
}
    #mapRight iframe {
    width: 100%;
    margin:  0;
    }
}
@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
    img#logo {
    width: 200px;
    padding: 30px 0 0 0;
}
    nav {
        float: right;
        width: 50%;
    }
#map.section { height: 600px;}
#mapRight {
    width: 100%;
    float: left;
}
    #mapLeft {
    float: left;
    padding-right: 10%;
    width: 90%;
    height: 300px;
}
    #mapRight iframe {
    width: 100%;
    margin:  0;
    height: 300px;
    }

    nav a {
        width: 46%;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

    /* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        /* -webkit-box-shadow: 0 5px 10px #333;
           -moz-box-shadow: 0 5px 10px #333;
                box-shadow: 0 5px 10px #333; */
    }

    /* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }
    
    img#logo {
        padding: 15px 0 0 50px;
        width: 260px;
    }
    nav {
        float: right;
        width: 50%;
    }

    nav a {

        width: 27%;
    

    }


    #mapRight iframe {
        width: 290px;
        margin-left: 12%;
    }


    #map.section {
        height: 300px;
        background: url('/img/mapBG.jpg') #1152b3 no-repeat;
    }

    #mapLeft {
        width: 50%;
        float: left;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    #mapRight {
        width: 50%;
        float: right;
    }
}
@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

 #mapRight iframe {
   width: 400px;
    }

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 55px 0;
    float: left;
    width: 27%;
    margin: 0 2%;
    margin-bottom: 0;
    
    font-family: alegre_sans;
    font-size: 30px;
    line-height:  20px;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}



}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}