﻿    .box{
        position: relative;
        display: inline-block;  
    }
    .box .text{
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 40%;  
        text-align: center;
        width: 70%;  
    }
 
hr.bold {
    border: 1px solid;
}


h1 {
    font-size: 1rem;
}

@media (min-width: 400px) {
    h1 {
        font-size: 1.3rem;
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }
}

@media (min-width: 800px) {
    h1 {
        font-size: 1.9rem;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 2.2rem;
    }
}

/* Container holding the image and the text */

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Centered text */
.centered-img {
  position: absolute;
  top: 100px;
  left: 100px;
  transform: translate(-50%, -50%);
}

ul.blogcrumb li{
  width: auto;
  float: left;
}
