/* image-header template styles */

/* Header Image Adjustments */

/* fix header image-image position by removing navbar bottom margin */
.navbar {
    margin-bottom: 0px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;    
}

#footer {
  /* Set the fixed height of the footer here */
  height: 120px;
}

.separate-top {
    margin-top: 30px;
}

.separate-bottom {
    margin-bottom: 30px;
}

.header-image {
    min-height: 200px;
    display: block;
    width: 100%;
    text-align: center;
    /*background: rgba(90,161,80,0.35) url('../../../../../../images/data/default-header.png') no-repeat center center scroll;*/
    background: rgb(24, 24, 24);
    background: rgba(24, 24, 24, 0.65);      
    background-image: url('../../../../../../images/data/default-header.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 60px 0;
    color: #fff;
    /*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);*/
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.5);
}

.headline h1 {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;  
/*    background: #fff;
    background: rgba(255,255,255,0.9);*/
}

.headline h2 {
    font-size: 30px;
/*    background: #fff;
    background: rgba(255,255,255,0.9);*/
}

@media (max-width: 768px) { 
    .header-image {
        min-height: 100px;
    }
    
    .headline {
        padding: 25px 0;        
    }

    .headline h1 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 10px;        
    /*    background: #fff;
        background: rgba(255,255,255,0.9);*/
    }

    .headline h2 {
        font-size: 15px;
    /*    background: #fff;
        background: rgba(255,255,255,0.9);*/
    }
}
/* EOF Header Image Adjustments */

.content-page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-top {
    margin-top: 30px;
}