/* 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;
}

/* Black orange theme, correct font font-weight */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

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

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

.header-image {
    min-height: 150px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid #1a1a1a;
}

.headline {
    padding: 40px 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;
}