body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/**1**/
div.postcard#postcard1 {
  height: 100%;
  background-image: url('../images/abrahamlincoln2.jpg');
  background-size: cover;
  background-position: absolute;
}


p#quote1 {
  left: 60%;
  font-weight: 700;
  font-size: 16px;
  color: #533c66;
  position: absolute;
  top: 14%;
}

p#speaker1 {
  left: 60%;
  font-weight: 700;
  font-size: 12px;
  color: #533c66;
  position: absolute;
  top: 10%;
}


@media (min-width: 700px) {

div.postcard#postcard1 {
  height: 100%;
  background-image: url('../images/abrahamlincoln2.jpg');
  background-size: cover;
  background-position: absolute;
}


img {
  width: 100%;
}

p#quote1 {
  margin: 0;
  width: 35%;
  font-weight: 700;
  font-size: 30px;
  color: #533c66;
  position: absolute;
  top: 10%;
  left: 50%;
}

p#speaker1 {
  margin: 0;
  width: 250px;
  font-weight: 700;
  font-size: 14px;
  color: #533c66;
  position: absolute;
  top: 50%;
  left: 50%;
}
}


@media (min-width: 1200px) {
  div.postcard#postcard1 {
    height: 100%;
    background-image: url('../images/abrahamlincoln.jpg');
    background-size: cover;
    background-position: center;
  }

  p#quote1 {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    color: #533c66;
    position: absolute;
    width: 30%;
    left:7%;
  }

  p#speaker1 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    color: #533c66;
    position: absolute;
    width: 300px;
    left:10%;
    top:70%;
  }
}


/**2**/


div.postcard#postcard2 {
  height: 100%;
  background-image: url('../images/gandhi2.jpg');
  background-size: cover;
  background-position:right;
}

div.content2 {
  width: 40%;
  text-align: center;
  position: absolute;
  bottom: 4%;
  right: 15%;
}

p#quote2 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  color: #6f68ff;
}

p#speaker2 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #6f68ff;
}

@media (min-width: 900px) {
  div.postcard#postcard2 {
    height: 100%;
    background-image: url('../images/gandhi.jpg');
    background-size: cover;
    background-position:right;
  }

div.content2 {
  width: 40%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 4%;
}

p#quote2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  color: #6f68ff;
}

p#speaker2 {
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  color: #6f68ff;
}

@media (min-width: 1250px) {
  div.postcard#postcard2 {
    height: 100%;
    background-image: url('../images/gandhi.jpg');
    background-size: cover;
    background-position:right;
  }

div.content2 {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 4%;
}

p#quote2 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  color: #6f68ff;
}

p#speaker2 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  color: #6f68ff;
}
}



/**3**/

div.postcard#postcard3 {
  height: 100%;
  background-image: url('../images/frederickdouglas2.jpg');
  background-size: cover;
  background-position:center;
}

div.content3 {
  width:50%;
  position: absolute;
  top: 3%;
  left: 30%;
}

p#quote3 {
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  color: #171032;
}

p#speaker3 {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  color: #171032;
}

@media (min-width: 900px) {
  div.postcard#postcard3{
    height: 100%;
    background-image: url('../images/frederickdouglas.jpg');
    background-size: cover;
    background-position:right;
  }

  div.content3 {
    width:40%;
    position: absolute;
    top: 35%;
    left: 7%;
  }

  p#quote3 {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    color: #171032;

  }

  p#speaker3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #171032;

  }
}

@media (min-width: 1250px) {
div.postcard#postcard3{
  height: 100%;
  background-image: url('../images/frederickdouglas.jpg');
  background-size: cover;
  background-position:right;
}

div.content3 {
  width: 90%;
  position: absolute;
  top: 3%;
  left: 7%;
}

p#quote3 {
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: 70px;
  color: #171032;
}

p#speaker3 {
  margin: auto;
  text-align: left;
  top:4%;
  font-weight: 700;
  font-size: 28px;
  color: #171032;
}
}
