/* ==========================
   Header
========================== */
#head {
    /*background: #ffffff url("../images/candee-logo-header12.jpg") no-repeat center center;*/
    background: url("../images/candee26-logo-header-12-1.jpg") center center/cover no-repeat;
    background-size: 100% 100%;          /* Better than 100% 100% */
    /*min-height: 600px;*/
    min-height: 650px;
    padding-top: 240px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: relative;
}

#head.secondary {
    min-height: 100px;
    height: 100px;
    padding-top: 0;
}

#head .lead {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 6px;
    color: #FF5722;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#head .tagline {
    color: rgba(255,255,255,0.75);
    margin-bottom: 15px;
}

#head .tagline a {
    color: #fff;
}

#head .btn {
    margin-bottom: 15px;
}

#head .btn-default {
    background: transparent;
    color: rgba(255,255,255,.6);
    text-shadow: none;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.6);
    transition: all .3s ease;
}

#head .btn-default:hover,
#head .btn-default:focus {
    color: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

#head .btn-default:active,
#head .btn-default.active {
    color: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

/* ==========================
   Responsive
========================== */

@media (max-width:767px) {

    #head {
        min-height: 260px;
        padding-top: 130px;
        background-position: center center;
        background-size: 100% 100%;;
    }

    #head .lead {
        font-size: 30px;
    }

    #head .tagline {
        font-size: 16px;
    }
}

/* ==========================
   Autohide Navbar
========================== */

.slideUp {
    top: -100px;
}

.headroom {
    transition: all .4s ease-out;
}

/* ==========================
   Highlights
========================== */

.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ==========================
   Typography
========================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 30px;
}

blockquote {
    margin: 30px 0;
    font-family: Georgia, serif;
    font-style: italic;
    color: #999;
}

label {
    color: #777;
}

.thin {
    font-weight: 300;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    margin: 30px 0 0;
    padding: 0;
    background: none;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

/* ==========================
   Helpers
========================== */

.container-full {
    width: 100%;
    margin: 0 auto;
}

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

img.pull-right {
    margin-left: 10px;
}

img.pull-left {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin: 50px 0;
}

#social .wrapper {
    width: 340px;
    margin: 0 auto;
}

/* ==========================
   Sidebar
========================== */

.sidebar {
    padding: 36px 0 30px;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar h1,
.sidebar h2,
.sidebar h3 {
    margin-top: 20px;
}

/* ==========================
   Footer
========================== */

.footer1 {
    background: #1c66ae;
    color: #fff;
    font-size: 12px;
    padding: 30px 0 0;
}

.footer1 a {
    color: #ccc;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 .widget {
    margin-bottom: 30px;
}

.footer1 .widget-title {
    margin-bottom: 20px;
    color: #ccc;
    font-size: 17px;
    font-weight: bold;
}

.footer1 .entry-meta {
    margin-bottom: 35px;
    padding: 2px 0;
    color: #888;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer1 .entry-meta .meta-in {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin-right: 10px;
}

/* Bottom Footer */

.footer2 {
    background: #03396d;
    color: #aaa;
    font-size: 12px;
    padding: 15px 0;
}

.footer2 a {
    color: #aaa;
}

.footer2 a:hover {
    color: #fff;
}

.footer2 p {
    margin: 0;
}

.widget-simplenav {
    margin-left: -5px;
}

.widget-simplenav a {
    margin: 0 5px;
}
