/*md*/
/*.md-default {
  background-image: url('md.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: initial !important;
}*/

.md-default {
  /*background-image: url('md.jpg');*/
  background-image: url('tiger landing page.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /*background-origin: content-box;*/
  background-size: 450px;
  margin-top: 150px;
  margin-bottom: 150px;
}
.md-top-text {
    padding-bottom: 5px;
}
.md-img {
    background-image: url('risk-master-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 200px;
}

.md-img-tiger {
  background-image: url('tiger-logo-png.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 200px;
}

.md-li-text {
    padding-top: 5px;
}
.md-li-text li {
    list-style: none;
    background: url('bullet.jpg') no-repeat left center;
    padding-left: 15px;
}
.md-bottom-text {
    font-size: 0.7em;
    text-align : center;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 10px;
}

.md-top-text-left {
    padding-left: 30px;
    padding-bottom:5px;
    /*font-family: 'Harabara';*/
    font-size: 16px;
    font-weight: bold;
}

/* Laptop hero image fix for laptops */
/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .md-default {
        background-image: url('tiger landing page.jpg');
        background-position: center; 
    }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
        .md-default {
        background-image: url('tiger landing page.jpg');
        background-position: center; 
    }
}
