
#intro {
    background: url("../../images/textdisplay/magazine/fr_blog_back_orig.jpg");
          -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
   background-size: cover; padding-bottom: 2em;}

.titleInstruction {
     
      margin: 1em auto 1em auto;
    padding: 5px;
  width: 83.75%;
    font-weight: bold;
    font-size: 18px;
    font: Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-shadow: 0.5px 0.5px #fff;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px;
}

.adaptedSource{
    margin: 1em auto 1em auto;
 
    padding: 5px;
  width: 83.75%;
    font-weight: bold;
    font-size: 18px;
    font: Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-shadow: 0.5px 0.5px #fff;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px;
}

.magazineBody {
      
/*	background: url("http://resource.download.wjec.co.uk.s3.amazonaws.com/vtc/2015-16/15-16_02/images/french/fr_blog_back4.jpg") repeat-x -2% -230px,
		url("http://resource.download.wjec.co.uk.s3.amazonaws.com/vtc/2015-16/15-16_02/images/french/fr_blog_backft3.jpg") repeat-x -4% 350px,
		url("http://resource.download.wjec.co.uk.s3.amazonaws.com/vtc/2015-16/15-16_02/images/french/body.gif") repeat -50% 0,
		#CECECE;
  color: #333;*/
      background-color: #ebe6eb;
  font: normal normal normal 1em 'Open Sans', sans-serif;
margin: 2em;
 padding-top: 0.5%;
 border: 2px solid #fff;
}
.magazine{
 margin: 0% 0.5% 0% 0.5%;
}



@-webkit-keyframes slideleft {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -250px;
  }
}
h2 {
  text-align: center;
  font: normal normal 100 2em 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin: 0.6em 0em 0.2em 0em;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.cards {
  list-style-type: none;

  padding: 0% 4% 4% 4%;
  margin: 1em 0 0;
  display: flex;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-bottom: 2em;
  margin-right: 1%;
  border-radius: 2px;
  position: relative;
  border-right: 1px solid #bbb;
  flex-grow: 1;
  text-align: center;
}

.cover-wrapper {
  position: relative;
  display: block;
  width: 70%;
  margin-left: 15%;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
}

.cover-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
}

.cover {
  width: 100%;
  display: block;
}

.title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -1px;
  display: block;
  color: #069;
}

.band-name {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.about {
  font-weight: 100;
}

.about:before {
  content: '....';
  display: block;
  color: #000;
  font-size: 0.6em;
  font-weight: bold;
}


  .card {
    width: 32%;
  }
}
header {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #1A4149;
  margin: 0.5em;

}
header p {
  margin: 0;
  font-size: 0.8125em;
  line-height: 1em;
}
header p:last-child {
  text-align: right;
}
header h1 {
  margin: 0;
  font-family: Georgia, serif;

  font-size: 3.75em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
#head-bg {
  display: block;
  background-color: #069;
  color: #fff;
  text-align: left;
   padding: 1.5%;

   
  
}
