/*
 * style.css
 */

html, body {
  margin:0;
  padding:0;
  height:100%;
}

.cover {

    text-align: center;
    color: #f8f8f8;
    background: url(../img/mdj_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

p {
    font-family: "Verdana", sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    padding-top: 10px;
    
    
       
    
}

li {
     padding: 30px;
    padding-right: 60px;
    padding-left: 60px;
}


.img-responsive {
    margin: 0 auto;
}
