/*
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {
}

.mainContainer .post a{
  color: #3956a6;
  text-decoration: underline;
}

/* Social Banner */
.SocialBannerWrapper {
  padding: 0 0;
  background-color: black;
}

.SocialBanner {
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  max-width: 768px;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.SocialBanner a {
  text-decoration: underline;
  color: white;
} 