﻿section.social-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333 !important;
}

.social-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.social-brand-header {
  width: 340px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

iframe.twitter-timeline.twitter-timeline-rendered {
  height: 475px !important;
  width:340px !important;
}

.social-brand-header.twitter {
  background-color: #0c7bc1;
}

.social-brand-header.facebook {
  background-color: #3a5998;
}

.social-brand-header img {
  padding-left: 5px;
}

.social-brand-header.twitter img {
  width: 40px;
}

.social-brand-header.facebook img {
  width: 20px;
}

@media screen and (min-width: 768px) {
  .social-title {
    font-size: 36px;
  }

  .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }

  .social-brand-header {
    margin: 0;
  }
}
