/*@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900italic,900,700italic,700,400italic);*/

.container section {
    color: #000000;
    padding: 10px 0;
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.divider {
    padding:0;
    margin:0;
}
.divider h2 {
    text-align:center;
    font-size:24px;
    color: #fff;
}

html{
  padding: 1rem;
} 
body{
  background-color: #000;
  font-family: 'Khula', sans-serif;
}
p{
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
}
@media only screen and (max-width: 700px){
  .divider h2{
    font-size: 12px;
  }
}
a
{
    color: #fff;
    text-decoration: none;
}

h2
{
    color: #fff;
}

img.ri
{
    position: absolute;
    max-width: 80%;
    top: 10%;
    left: 10%;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  img.ri { max-height: 90%; }
}