/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

.swiper-slide .s-fade-txt {
    position: absolute;
    top: 80%;
    left: 60%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-button-next:after, .swiper-button-next:before {
    color:#000
}

.swiper-button-prev:after, .swiper-button-prev:before {
    color:#000
}

h1.title {
    color: #fff;
}

div.content p {
    color: #fff;
}

* {
  box-sizing: border-box;
}

.social-column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.social-row::after {
  content: "";
  clear: both;
  display: table;
}
