/* stripe 81cbbc */

body {
  background: #fff;
  margin-top: 20px;
}

.page {
  font-family: "Vollkorn", Georgia, serif;
  width: 700px;
  position: relative;
  margin-left: 100px;

  padding: 15px 0;
  color: #212121;

  -webkit-border-bottom-left-radius: 20px 500px;
  -webkit-border-bottom-right-radius: 500px 30px;
  -webkit-border-top-right-radius: 5px 100px;

  -moz-border-radius-bottomleft: 20px 500px;
  -moz-border-radius-bottomright: 500px 30px;
  -moz-border-radius-topright: 5px 100px;

  border-bottom-left-radius: 20px 500px;
  border-bottom-right-radius: 500px 30px;
  border-top-right-radius: 5px 100px;

  background: #fcf59b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#81cbbc),
    color-stop(2%, #fffbec)
  );

  background: -moz-repeating-linear-gradient(
    top,
    #fffbec,
    #fffbec 38px,
    #81cbbc 40px
  );

  background: repeating-linear-gradient(
    top,
    #fffbec,
    #fffbec 38px,
    #81cbbc 40px
  );

  /*Original color in place of FFFBEC - #fcf59b*/

  -webkit-background-size: 100% 40px;
  background-size: 100% 40px;

  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

/*.page:before {
	content: ' ';
	background: url(tape.png) no-repeat;
	width: 129px;
	height: 38px;
	position: absolute;
	top: -15px;
	left: 40%;
	display: block;
}
*/
#letter-content {
  font-family: "Roboto Slab", Georgia, serif;
  padding: 0 100px;
  line-height: 1.3em;
  margin-bottom: 40px;
  font-size: 16px;
  width: 640px;
  margin: auto;
}

#letter-content li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}

h2 {
  font-family: Vollkorn, Helvetica, Arial, sans-serif;
}

#language {
  clear: both;
  /*position: absolute;
	left: 550px;*/
}

a.round-button {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans", "Arial Unicode", Arial, Helvetica, sans-serif;
  font-family: 1em;
  letter-spacing: -0.4px;
  /*font-weight: bold;*/
  color: #fff;
  background-color: #990000;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

#header-container {
  width: 90%;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* MEDIA QUERY FOR PHONE/TABLET */

  .page {
    font-family: "Vollkorn", Gerogia, serif;
    width: 100%;
    position: relative;
    margin-left: 10px;

    padding: 15px 0;
  }

  #letter-content {
    font-family: "Roboto Slab", Georgia, serif;
    padding: 0 10px;
    line-height: 1.3em;
    margin-bottom: 40px;
    font-size: 16px;
    width: 92%;
    margin: auto;
  }

  #letter-content img.cloud {
    width: 100%;
    height: auto;
  }

  #language {
    clear: both;
    position: relative;
  }
}
