body {
  font-family: 'Montserrat', sans-serif;
  color: #FFFAE8;
  background-color: #351788;
  font-weight: 200; /* extra light */
  font-size: 14px;
  margin: 0;
  background-image: url('bg.png');
  background-repeat: no-repeat;
  background-position: center top;
}

a {
  color: #F3FE78;
  text-decoration: none;
  display: inline-block;
}

/* Paper */
.mountain {
  position: absolute;
  left: 0%;
  right: -128.67%;
  top: -0.29%;
  bottom: 76.43%;

  background: #2B107A;
  box-shadow: 0px 5.32198px 8.51516px rgba(0, 0, 0, 0.25);
}

.body {
  width: 100%;
  background-image: url(mountain.svg);
  /*background-position: center top;*/
  background-repeat: repeat-x;
  background-position-y: -190px;
  background-position-x: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.centered {
  align-items: center;
  align-content: center;
  justify-content: center;
}

h1 {
  font-size: 16px;
  font-weight: 500;
}

.header {
  background-color: #2B107A;
  color: #F7FF9D;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500; /* medium */
  letter-spacing: 2px;
}

div.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


input[type=email], select {
  width: 50%;
  padding: 11px 20px;
  margin: 8px 0;
  border: 1px solid #A12D95;
  background-color: #4B3194;
  border-radius: 4px;
  box-sizing: border-box;
  color:  #982DA1;
  text-align: center;
  box-shadow: 1px 1px 5px #03144F;
}

.div-photo {
  color: #F7FF9D;
  text-align: center;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 500;
}

.wrapper  {
  width: 800px;
}

.div-image {
  width: 420px;
  float: left;
  padding-bottom: 5px;
}

img.portrait {
  width: 140px;
  height: 140px;
  border:  3px solid #FFFAE8;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.btn-1 {
  width: 30%;
  background: #A12D95;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
  z-index: 1;
  box-shadow: 1px 1px 5px #03144F;
}
.btn-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #F3FE78;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: #A12D95;
}
.btn-1:hover:after {
  left: 0;
  width: 100%;
}
.btn-1:active {
  top: 2px;
}

.blog-entry {
  text-align: left;
  line-height: 1.5;
}

.blog-entry-header {
  color: #F7FF9D;
  font-size: 22px;
}

.press-column {
  flex-grow: .5;
}

.press-box {
  padding-bottom: 25px;
}

footer {
  font-size: smaller;
}

.image-with-caption {
  text-align: center;
  font-size: smaller;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-width {
  width: 500px;
}

@media (max-width: 500px) {
  .container-width {
    width: 95%;
  }
}

.blog-image-max-width {
  max-width:  500px;
}

.press-image {
  padding:  5px;
}

@media (max-width: 500px) {
  .blog-image-max-width {
    width: 95%;
  }
}