html{
    height: 100%;
}
body {
    background: rgba(70,6,189,1);
    background: -moz-linear-gradient(left, rgba(70,6,189,1) 0%, rgba(30,119,208,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,6,189,1)), color-stop(100%, rgba(30,119,208,1)));
    background: -webkit-linear-gradient(left, rgba(70,6,189,1) 0%, rgba(30,119,208,1) 100%);
    background: -o-linear-gradient(left, rgba(70,6,189,1) 0%, rgba(30,119,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(70,6,189,1) 0%, rgba(30,119,208,1) 100%);
    background: linear-gradient(to right, rgba(70,6,189,1) 0%, rgba(30,119,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4606bd', endColorstr='#1e77d0', GradientType=1 );
}

#my_centered_buttons { padding: 40px 0px 15px 0px; display: flex; justify-content: center; a2a_config.icon_color = "transparent"; }

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}

#prev, #next {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 35%;
  margin-top: -50px;
}

#next {
  right: 2%;
  margin-right: 2%;
}

#prev {
  left: 2%;
  margin-left: 2%;
}

.thestory {
text-align: left;
padding-top: 40px;
padding-bottom: 30px;
font-size: 1em;
width: 55%;
letter-spacing: 1px;
font-weight: 100;
}

.text-center img{ display: inline-block; }

.thestory {
    color: #ffffff;
    font-size: 18px;
}

.logo {
}

.img-responsive {
    height: 84px;
    width: auto;
    padding: 10px 0px 10px 0px;
}

.typo {
    text-align: center;
    margin-top: 35vh;
    position: relative;
}

.typo h1 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.58;
    color: #ffffff;
    margin: 35px 0;
}

.typo p {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

.arrow {
    background: url(img/arrow.png) no-repeat scroll 0 0;
    width: 170px;
    height: 178px;
    position: absolute;
    bottom: -230px;
    left: 50%;
}

.btn-1 {
    font-family: Montserrat;
    font-size: 22.4px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #4133be;
    border-radius: 6px;
    /* background: url(img/arrow-right.png); */
    padding: 12px 41px 12px 41px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: 90% center;
    margin-bottom: 20px;
}

.btn-1:hover{
    color: #4133be;
}