.top-img img{
  display: block;
  margin: auto;
  width: 100%;
}
.top-img img:hover {
  box-shadow: 2px 2px 2px #a1a1a1;
}
.position {
  margin-top: 0%;
  text-align: center;
  font-family: 'Ruluko';
  color: #616d90;
}
.position h4 {
  font-size: 1.2em;
}
.caption {
  text-align: center;
  font-size: .8em;
}
.img-cent {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: auto;
  box-shadow: 2px 2px 2px #a1a1a1;
}
.img-cent:hover {
  box-shadow: 2px 2px 2px #a1a1a1;
}
.paper {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
  margin-bottom: 5%;
}
.bord {
  border: 1px solid #a1a1a1;
  box-shadow: 2px 2px 2px #a1a1a1;
}
.color {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.a1 {
  margin-left: 2%;
  margin-bottom: 2%;
  float: right;
  width: 40%;
  height: auto;
}
.a4 {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: -1%;
  float: right;
  width: 40%;
  height: auto;
}
.a4 img {
  width: 100%;
  height: auto;
}
.a5 {
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 4%;
}
.a6 {
  float: right;
  display: inline;
  margin-left: 2.5%;
  margin-bottom: 2%;
}
.content h5 {
  font-family: 'Lato';
  letter-spacing: .2px;
}
.content h6 {
  font-family: 'Ruluko';
  color: #616d90;
  font-size: 1.4em;
  margin-top: 4%;
  margin-bottom: 2%;
}
.content p {
  font-family: 'Lato';
  color: #5c5c5c;
  line-height: 1.5;
  letter-spacing: .1px;
}
.content a {
  color: #616d90;
  text-decoration: underline;
}
.bullets li {
  list-style-type: circle;
  font-family: 'Lato';
  color: #5c5c5c;
  line-height: 1.5;
  letter-spacing: .2px;
}
.bot-hr {
  margin-top: 5%;
  margin-bottom: 5%;
  border-top: 1px solid #gray;
  text-align: center;
}
.bot-hr:after{
  content: '\2615'; //00A7, 221E, 223E, \22B0 \22B1
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #ffffff;
  color: #a1a1a1;
  font-size: 1em;
}
.extra {
  margin-top: 5%;
  margin-bottom: 5%;
}
.extra img {
  width: 9vw;
  height: 9vw;
  display: block;
  margin: auto;
  margin-bottom: 7%;
}
.extra a {
  text-align: center;
  font-family: 'Montserrat';
  color: #5c5c5c;
  text-decoration: none;
}
.extra img:hover {
  background-color: #ffffff;
  opacity: .5;
  transition: .2s;
}
.back {
  text-decoration: none !important;
  font-family: Ruluko;
  font-size: 1.2em;
}
.back:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 786px) {
  .position {
    margin-top: 0%;
  }
  .a1,.a4 {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    margin-left: 4%;
  }
  .img-cent {
    width: 100%;
    height: auto;
  }
  .extra img {
    width: 20vw;
    height: 20vw;
    display: block;
    margin: auto;
  }
  .extra .col-sm {
    margin-top: 6%;
  }
  .content img {
    margin-bottom: 4%;
  }
  .bord {
    display: block;
    margin: auto;
    width: 65%;
  }
  .a6 {
    float: none;
    display: block;
    margin: auto;
  }
}