﻿/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
/* Variables */
/*  Mixins */

/*
    Green: 80b362
    Green light: b0f886
    Blue:
    Orange:
*/
body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    -webkit-tap-highlight-color: #80b362;
}

.text-muted {
    color: #5a5a5a;
}

.text-primary {
    color: #3482d1;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
    color: #3482d1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

    a:hover,
    a:focus,
    a:active,
    a.active {
        color: #80b362;
    }

h1,
h2,
h3,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h4 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 40px;
    font-size: 22px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #EDEFEF;
}

.bg-darkest-gray {
    background-color: #024160;
}

/*  BUTTON  */
.btn-primary {
    color: white;
    background-color: #3482d1;
    border-color: #066f77;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: white;
        background-color: #066f77;
        border-color: #05585e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #3482d1;
        border-color: #3482d1;
    }


input[type=text] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #999;
    border-radius: 5px;
}

input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #999;
    border-radius: 5px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

input[type=submit] {
    color: white;
    background-color: #6ebd3f;
    margin: 30px 0;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: bold;
    width: 300px;
}

input[type=checkbox] {
    background-color: #fff;
}

.mid-sec {
    border: solid 1px #ddd;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    background-color: #eee;
}

.req-sec {
    border: solid 1px #6ebd3f;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
}

.fb-sec {
    border: solid 1px #ddd;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    background-color: #eee;
}

.div-pay {
    padding: 20px;
}

.gs {
    font-weight: bold;
}
.liststyle {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #999;
    border-radius: 5px;
}
.know h2 {
    display: inline-block;
    padding: 20px;
    width: 100%;
    background-color: #eee;
    margin: 50px 0 30px 0;
}

.btn-primary .badge {
    color: #3482d1;
    background-color: white;
}

.btn-xl {
    color: white;
    background-color: #f36921;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-xl:hover,
    .btn-xl:focus,
    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        color: white;
        background-color: #fa9059;
    }

    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled,
    .btn-xl[disabled],
    fieldset[disabled] .btn-xl,
    .btn-xl.disabled:hover,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl:hover,
    .btn-xl.disabled:focus,
    .btn-xl[disabled]:focus,
    fieldset[disabled] .btn-xl:focus,
    .btn-xl.disabled:active,
    .btn-xl[disabled]:active,
    fieldset[disabled] .btn-xl:active,
    .btn-xl.disabled.active,
    .btn-xl[disabled].active,
    fieldset[disabled] .btn-xl.active {
        background-color: #3482d1;
        border-color: #3482d1;
    }

    .btn-xl .badge {
        color: #3482d1;
        background-color: white;
    }

/*  NAVBAR-CUSTOM  */
.navbar-custom {
    background-color: #eee;
    /* top color for mobile */
    border-color: transparent;
}

    .navbar-custom .navbar-brand {
        color: #3482d1;
        font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    }

        .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active {
            color: #80b362;
        }

        .navbar-custom .navbar-brand img {
            width: 330px;
            margin: 0;
            margin-top: -30px;
        }

    .navbar-custom .navbar-collapse {
        border-color: rgba(255, 255, 255, 0.02);
    }

    .navbar-custom .navbar-toggle {
        transition: all 200ms ease 0s;
        -webkit-transition: all 200ms ease 0s;
        -moz-transition: all 200ms ease 0s;
        -ms-transition: all 200ms ease 0s;
        background-color: #3482d1;
        border-color: #3482d1;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
    }

        .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
            background-color: #3482d1;
        }

    .navbar-custom .nav li a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #2d5b89;
        font-size:13px;
    }

        .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
            color: #80b362;
            outline: none;
        }

    .navbar-custom .nav li .active {
        color: #80b362; /*green*/
        /*text-decoration:underline;*/
       /* border-bottom: solid 2px #80b362;*/
    }

        .navbar-custom .nav li .active:hover, .navbar-custom .nav li .active:focus {
            color: #80b362; /*green*/
            outline: none;
        }

    .navbar-custom .navbar-nav > .active > a {
        border-radius: 0;
        color: white;
        background-color: #3482d1;
    }

        .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
            color: white;
            background-color: #066f77;
        }

.navbar-nav .last {
    background-color: #80b362;
    color: white !important;
    border-radius: 7px;
}

    .navbar-nav .last:hover {
        background-color: #9bbb88 !important;
        color: white !important;
    }

/*-----------------------------------*/

.table-stats {
    max-width: 100%;margin:20px 0;
}
    .table-stats th {
        background-color: #eee;
        border: solid 1px #bbb;
        padding: 7px;
    }
    .table-stats td {
        border: solid 1px #bbb;
        padding: 7px;
    }

    .gold {
        max-width: 100%;
    }

.sec-all {
    background: #fff url('/img/bg-main.jpg') no-repeat;
    background-size: cover;
}

.sec-mission {
    margin-top: 40px;
}

.sec-vid {
    padding-bottom: 100px;
    border-top: solid 1px #80b362;
    background-image: linear-gradient(#fff, #80b362);
}

    .sec-vid h4 {
        font-size: 18px !important;
    }

    .sec-vid p {
        font-size: 14px;
        font-weight: bold;
        margin-top: 25px;
    }

.sec-home {
    font-family: Verdana;
    margin: 0 0 30px 0;
    padding: 40px 0;
    background-image: linear-gradient(#fff, #80b362);
}

.div-welcome {
    margin-top: 255px;
    margin-bottom: 150px;
    border: solid 1px #ddd;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0 20px 10px;
    min-height: 180px;
}

.div-fun {
    margin-top: 200px;
}

.caption-1 {
    width: 90%;
    opacity: 0;
    background: rgba(11,122,182,0.5);
    box-shadow: 1px 5px 12px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    padding: 30px 10px;
}

    .caption-1 h3 {
        color: #fff;
        margin: 0;
    }

.caption-2 {
    width: 90%;
    margin-bottom: 20px;
    opacity: 0;
    background: rgba(128,179,98,0.5);
    box-shadow: 1px 5px 12px rgba(0,0,0,0.3);
    padding: 30px 10px;
}

    .caption-2 h3 {
        color: #fff;
        margin: 0;
    }

.caption-3 {
    color: #0b7ab6;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 5px 12px rgba(0,0,0,0.3);
    opacity: 0;
    padding: 30px 10px;
}

    .caption-3 h3 {
        color: #0b7ab6;
        margin: 0;
    }


.btn-main {
    color: white;
    background-color: #3f7ab5;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    padding: 18px 40px;
    text-decoration: none;
}

    .btn-main:hover,
    .btn-main:focus,
    .btn-main:active {
        color: white;
        background-color: #4898ea;
        text-decoration: none;
    }

.div-top {
    border: dashed 1px #80b362;
    border-radius: 25px;
    padding: 10px;
    margin: 50px 0 0 0;
    background-color: #fff;
}

.sec-main {
    text-align: center;
    padding-top: 180px; padding-bottom:100px;
    background-image: linear-gradient(#fff, #80b362);
}
.sec-in {
    text-align: center;
    padding-top: 150px;
}
    .sec-in p {font-size:16px;margin-bottom:25px;}
    .sec-main h3 {
        color: #035d89;
        font-size: 38px;
        font-weight: normal;
    }

.sec-video {
    background-color: #eee;
    border-top: 1px solid #ddd;
    padding-top:0;
}
.hunger {
    background-color: #80b362;
    padding: 30px;
    min-height: 250px;
}

    .hunger h3 {
        color: #fff;
        text-transform: none;
        line-height: 50px;
        font-size: 36px;
    }

.sec-facts h4 {
    color: #3482d1;
    font-size: 22px;
    margin-top: 10px;
}

    .sec-facts h4 span {
        font-weight: bold;
        font-size: 30px;
    }

.sec-facts p {
    margin: 25px 0;
}

.facts-in {
    border: 1px solid #ddd;
    padding-top: 30px;
    min-height: 250px;
}






header {
    text-align: center;
    color: white;
}

    header .intro-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }

        header .intro-text h1, header .intro-text .intro-lead-in {
            color: #fff;
            font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            font-style: italic;
            font-size: 42px;
            line-height: 42px;
            margin-bottom: 25px;
            text-transform: none;
        }

        header .intro-text .intro-heading {
            color: white;
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: capitalize;
            font-weight: 700;
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 25px;
        }

.header-main {
    background-image: url("/img/header-lg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-about {
    background-image: url("../img/header-sm.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .header-about .intro-text {
        padding-top: 140px !important;
        padding-bottom: 50px !important;
    }

/* Main Content */
#main-content h1 {
    color: #3482d1;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* MAP */
#map {
    padding: 0;
}

    #map .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #map iframe {
        width: 100%;
        height: 280px;
        border: none;
    }

/*  TEAM MEMBER  */
#team {
    padding-bottom: 0;
}

    #team .team-member {
        margin-bottom: 50px;
    }

        #team .team-member img {
            margin: 0 auto;
            border: 4px solid #3482d1;
        }

        #team .team-member .img-circle {
            border-radius: 10%;
        }

        #team .team-member h4 {
            margin-top: 25px;
            margin-bottom: 0;
            text-transform: none;
        }

        #team .team-member p {
            margin-top: 0;
        }

    #team .large {
        font-weight: bold;
    }

    #team li {
        font-size: 16px;
        line-height: 30px;
    }

    #team .fa {
        color: #066f77;
        margin-right: 8px;
    }

aside.clients img {
    margin: 50px auto;
}


/*---------------------------------------------------------*/

.didyouknow {
    background-color: #EDEFEF;
    border-radius: 15px;
    border: solid 4px #3482d1;
    margin: 0 auto;
    text-align: center;
}

.home-pic {
    border-radius: 20px;
    max-width: 100%;
}

.home-sec h4 {
    color: #3482d1;
    font-size: 30px;
    margin-top: 100px;
    ;
}

    .home-sec h4 span {
        font-weight: bold;
        font-size: 34px;
    }

.home-sec p {
    margin: 25px 0;
}

input[type=text] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #999;
    border-radius: 5px;
}

input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #999;
    border-radius: 5px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

input[type=submit] {
    color: white;
    background-color: #6ebd3f;
    margin: 30px 0;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: bold;
    width: 300px;
}

input[type=checkbox] {
    background-color: #fff;
}

.link-review {
    max-width: 700px;
    min-height: 700px;
    margin: 200px auto 10px auto;
    font-size: 16px;
}
/*-----------------------------------------------------------*/



/* SERVICES */
#services .service-heading {
    margin: 15px 0;
    text-transform: none;
}

#services .home-heading {
    color: #3482d1;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

#services .service-circle {
    background-color: #EDEFEF;
    width: 130px;
    height: 130px;
    border-radius: 10%;
    border: solid 4px #3482d1;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#services img {
    width: 65%;
    margin: 0 auto;
    padding-top: 25px;
}

#services .btn {
    margin-bottom: 0;
    margin-top: 30px;
}

#services ul {
    margin: 0 0 0 20%;
}

#services li {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

#services .fa {
    color: #5a5a5a;
    margin-right: 8px;
}

/* WHY CHOOSE */
#why-choose {
    background-color: #013047;
}

    #why-choose .section-heading {
        color: white;
    }

    #why-choose .btn {
        margin-bottom: 0;
        margin-top: 30px;
    }

    #why-choose .text-muted {
        color: #dadada;
    }

/*  SECTION  */
section {
    padding: 70px 0;
}

    section h2.section-heading {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: none;
        font-style: italic;
        font-weight: 400;
    }

/* CONTACT */
/*#contact .form-group {
    margin-bottom: 15px;
}

    #contact .form-group input {
        padding: 8px;
    }

    #contact .form-group textarea {
        padding: 8px;
    }

    #contact .form-group .form-control:focus {
        border-color: #3482d1;
        box-shadow: none;
    }

    #contact .form-group .text-danger {
        color: #e74c3c;
    }*/

/*#contact .fa {
    color: #066f77;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 15px;
}

#contact .fa-mobile {
    font-size: 28px !important;
    padding-left: 2px;
}

#contact h4 {
    text-transform: none;
}

#contact .btn-xl {
    padding: 20px 40px !important;
}

#contact iframe {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    border: 4px solid #3482d1;
    border-radius: 8px;
    padding: 2px;
}*/

.form-control {
    width: auto !important;
    display: inline-block !important;
}

/*#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #7ed3fc;
}

#contact :-moz-placeholder {*/
    /* Firefox 18- */
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #7ed3fc;
}

#contact ::-moz-placeholder {*/
    /* Firefox 19+ */
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #7ed3fc;
}

#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #7ed3fc;
}*/

/*  FOOTER  */
footer {
    background-color: #3482d1;
    color: white;
    padding: 25px 0;
    text-align: center;
}

    footer .copyright {
        font-size: 12px !important;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: none;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        line-height: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

/*  SOCIAL BUTTONS  */
ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: white;
        height: 40px;
        width: 40px;
        border-radius: 15%;
        font-size: 20px;
        line-height: 40px;
        color: #3482d1;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
            background-color: #3482d1;
            color: #044246;
        }

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
    background: #3482d1;
}

::selection {
    text-shadow: none;
    background: #3482d1;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

@media (max-width: 767px) {

    .sec-all {
        background: #fff url('https://gdhelps.com/may12/img/bg-main-mob.jpg') no-repeat;
        background-size: contain;
    }

    .sec-mission {
        margin-top: 0;
    }

    .div-fun {
        margin-top: 0;
    }

    .navbar-custom .navbar-brand {
        color: #3482d1;
        font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    }

        .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active {
            color: #066f77;
        }

        .navbar-custom .navbar-brand img {
            width: 200px;
            margin: 0;
            margin-top: -15px;
        }

    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }

        .navbar-custom.affix .navbar-brand img {
            width: 140px;
            margin: 0;
            margin-top: -5px;
        }

    #services .service-circle {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: #eee;
        /* top color for desktop */
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

        .navbar-custom .navbar-brand {
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom.affix {
            background-color: #eee;
            padding: 10px 0;
        }

            .navbar-custom.affix .navbar-brand {
                font-size: 1.5em;
            }

                .navbar-custom.affix .navbar-brand img {
                    width: 200px;
                    margin: 0;
                    margin-top: -15px;
                }

    header .main-text {
        padding-top: 200px;
        padding-bottom: 100px;
        font-size: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


    header .intro-text {
        padding-top: 200px;
        padding-bottom: 100px;
    }

        header .intro-text .intro-lead-in {
            font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: italic;
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-size: 50px;
            line-height: 55px;
            margin-bottom: 50px;
        }
    /*section {
    padding: 100px 0;
  }*/
}

@media (min-width: 768px) and (max-width: 966px) {
    #contact h3 {
        font-size: 22px;
    }

    #contact h4 {
        font-size: 16px;
    }
}

/*# sourceMappingURL=deer-lake.css.map */
