@font-face {
  font-family: "Avenir Light";
  src: url('/res/fonts/Metropolis-Light.otf');
}
@font-face {
  font-family: "AvenirNext Bold";
  src: url('/res/fonts/Metropolis-SemiBold.otf');
}
@font-face {
  font-family: "Roboto";
  src: url('/res/fonts/roboto/Roboto-Light.woff') format('woff'),
       url('/res/fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/res/fonts/roboto/Roboto-Regular.woff') format('woff'),
       url('/res/fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/res/fonts/roboto/Roboto-Bold.woff') format('woff'),
       url('/res/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #242524;
  -webkit-font-smoothing: antialiased;
}
#menu-cont {
  background-color: #292929;
}
.fa-store {
  vertical-align: middle;
}
.fa-times {
  vertical-align: middle;
}
.fa-bars {
  vertical-align: middle;
}
.btnrnd {
  border-radius: 3px;
}
hr {
  border: 0;
  height: 1px;
  background-color: #ebebeb;
  color: #242524;
}
hr.news-hr {
  border: 0;
  height: 3px;
  background-color: #fff;
  color: #fff;
  width: 90%;
}
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
h2 {
  font-family: "Roboto", sans-serif;
  color: #666;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: inherit;
}
p a {
  background-color: #f5c739;
}
#bar {
  height: 2em;
  padding: 0.5em;
  font-size: 3.5em;
  line-height: 2em;
  background-color: #fff;
  color: #242524;
  border: none;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#menu {
  width: 100%;
  background-color: #292929;
  text-align: center;
  padding-bottom: 10px;
  display: none;
}
#logo {
  float: left;
  display: inline-block;
}
#logo img {
  height: 1.8em;
  padding: 0.1em 0 0.1em 0.5em;
  margin-left: 0;
  background-color: #fff;
  image-rendering: -webkit-optimize-contrast;
}
#cart-icon {
  display: inline-block;
  float: right;
  padding-right: 0.5em;
}
#cart-icon:hover {
  color: #d32f2f;
  cursor: pointer;
}
#ham-toggle {
  display: inline-block;
  float: right;
  padding-right: 0.5em;
  width: 50px;
}
#ham-toggle:hover {
  color: #d32f2f;
  cursor: pointer;
}
#banner {
  background-size: cover;
  height: 75vh;
  width: 100%;
  display: block;
  position: relative;
}
#b-underlay {
  font-size: 3em;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20vh;
  color: transparent;
  z-index: 9;
  position: absolute;
  text-align: center;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #000;
  padding: 1.4em;
  opacity: 0.7;
  border-radius: 10px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#b-underlay #read {
  visibility: hidden;
}
#read {
  font-family: "AvenirNext Bold";
  background-color: #d32f2f;
  font-size: 0.3em;
  padding: 10px 20px;
  line-height: 0.3em;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#read:hover {
  cursor: pointer;
}
#b-title {
  font-size: 3em;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20vh;
  color: #fff;
  z-index: 10;
  position: absolute;
  text-align: center;
  font-family: "AvenirNext Bold";
  font-weight: 700;
  padding: 1.4em;
}
#b-sub {
  font-size: 0.65em;
}
#overlay {
  height: 75vh;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
}
#first {
  width: 70%;
  background-color: #fff;
  margin: 9em auto;
  padding: 0 5em 5em;
  border-radius: 10px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: flow-root;
}
#first img {
  max-width: 49%;
  margin: auto;
  display: inline-block;
  border-radius: 4px;
}
p.article {
  font-size: 1.5em;
  font-family: "Avenir Light";
  text-align: center;
}
#article-page {
  width: 70%;
  background-color: #fff;
  margin: 9em auto;
  padding: 0 5em 5em;
  border-radius: 10px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#section-title {
  text-align: center;
  font-size: 4em;
  padding: 1em 0 0.5em;
  font-family: "AvenirNext Bold";
  font-weight: 700;
}
#article-title {
  text-align: left;
  font-size: 4em;
  padding: 1em 0 0;
  font-family: "AvenirNext Bold";
  font-weight: 700;
}
#article-image img {
  text-align: center;
  max-width: 99%;
  display: inline-block;
  border-radius: 5px;
}
#article-content {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  color: #4a4a4a;
  padding-top: 1em;
}
#article-content img {
  border-radius: 5px;
}
.section {
  clear: both;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #a8a8a8;
  width: 100%;
  margin: auto;
}
.section-menu {
  width: 90%;
}
.news {
  background-color: transparent !important;
}
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
.group:after,
.group:before {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.span_1_of_3 {
  width: 32.26%;
  margin: auto;
}
.span_1_of_4 {
  width: 23.8%;
  font-family: "Avenir Light";
  background-color: #fff;
  color: #292929;
  padding: 10px 0;
}
.span_1_of_4 p {
  text-align: center;
  text-transform: capitalize;
  font-family: "Roboto";
}
.span_1_of_4 img {
  width: 80%;
}
a.edu_item {
  width: 100%;
  text-align: center !important;
}
.span_1_of_3 img.edu_item {
  text-align: center !important;
}
.span_1_of_3 img.news_item {
  width: 100%;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 15% !important;
  overflow: hidden;
  border-radius: 10px 10px 0 0 !important;
}
.news_item a {
  display: block;
  width: 90%;
  border-radius: 10px;
  margin-bottom: 3em;
  margin-left: 8%;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #131313;
}
.news_item img {
  border-radius: 10px 10px 0 0 !important;
}
p.edu {
  text-align: center;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
}
p.nit {
  text-align: left;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-left: 5%;
  width: 90%;
}
p.sub-nit {
  color: #fff;
  padding-left: 5%;
  font-size: 0.9em;
  font-weight: 400px;
  padding-bottom: 2em;
  width: 90%;
}
.span_1_of_5 {
  width: 18.72%;
  font-family: "Avenir Light";
  background-color: #fff;
  color: #292929;
  padding: 10px 0;
  margin-left: 1.2% !important;
}
.span_1_of_5:hover {
  background-color: #ff0909;
  cursor: pointer;
  color: #fff;
}
footer {
  height: auto;
  padding: 50px;
  font-size: 2em;
  line-height: 1em;
  background-color: #131313;
  color: #a8a8a8;
  border: none;
  margin: 0;
  font-family: "Avenir Light";
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.7);
}
footer img {
  height: 50px;
  margin: 0 0 0 25px;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}
.footer_1_of_4 {
  width: 23.8%;
  vertical-align: middle;
}
p.footer {
  font-size: 0.5em;
  line-height: 1em !important;
  font-weight: 100;
  margin: 0 0 0 25px;
}
span.follow {
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 0 25px;
  float: right;
}
footer ul {
  padding: 0;
  line-height: 0.5em;
  font-size: 1em;
  margin: 0 0 0 25px;
  float: right;
  text-align: right;
  color: #fff;
  text-decoration: none;
}
footer .fa {
  color: #a8a8a8;
  text-decoration: none;
}
.fa-twitter-square:hover {
  color: #1da1f2;
}
.fa-youtube-square:hover {
  color: #cc181e;
}
.fa-facebook-square:hover {
  color: #4267b2;
}
.fa-instagram-square:hover {
  color: #30618A;
}
.fa-reddit-square:hover {
  color: #ff4006;
}
#contact-left {
  display: inline-block;
  float: left;
  width: 50%;
}
#contact-right {
  display: inline-block;
  float: right;
  margin-left: 10%;
  width: 40%;
}
#member-left {
  width: 45%;
}
#member-right {
  display: inline-block;
  float: right;
  width: 60%;
  margin-top: -300px;
  text-align: right;
}
.footer-ul {
  font-size: 0.5em;
  line-height: 1em !important;
  text-align: left;
  display: contents;
  list-style-type: none;
}
.footer-ul li {
  margin-left: 100px;
}
.footer-hr {
  margin-left: 100px;
}
@media screen and (max-width: 736px) {
  .col {
    margin: 1% 0 1% 0;
  }
  .col:first-child {
    margin-left: 0;
  }
  .span_1_of_3,
  .span_1_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    margin-left: 0;
    text-transform: uppercase;
    font-family: "AvenirNext Bold";
  }
  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }
  .news_item a {
    margin-left: 5%;
    margin-bottom: 1em;
  }
  hr.news-hr {
    border: 0;
    height: 3px;
    background-color: #000;
    color: #000;
    width: 100%;
    margin: 0;
  }
  #bar {
    height: 1em;
    padding: 0.2em;
    font-size: 3.5em;
    line-height: 1em;
    background-color: #fff;
    color: #000;
    border: none;
  }
  #menu {
    width: 100%;
    margin: auto;
    background-color: #292929;
    text-align: center;
    padding: 10px 0;
  }
  #logo {
    float: left;
    display: inline-block;
    position: absolute;
    z-index: 11;
  }
  #logo img {
    height: 2em;
    padding: 0 0.2em 0.2em;
    margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    image-rendering: -webkit-optimize-contrast;
  }
  #logo img.page-logo {
    height: 1em;
    padding: 0 0.2em 0.2em;
    margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    image-rendering: -webkit-optimize-contrast;
  }
  #logo img.menu-open {
    height: 1em;
    padding: 0 0.2em 0.2em;
    margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    image-rendering: -webkit-optimize-contrast;
  }
  #ham-toggle {
    display: inline-block;
    float: right;
    padding-right: 0.2em !important;
  }
  #banner {
    height: 65vh;
    width: 100%;
    display: block;
    position: relative;
  }
  #b-underlay {
    font-size: 1.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30vh;
    color: transparent;
    z-index: 9;
    position: absolute;
    text-align: center;
    font-family: "Roboto";
    font-weight: 700;
    background-color: #000;
    opacity: 0.7;
    padding: 1.5em 0 1.4em;
    border-radius: 0;
  }
  #b-title {
    font-size: 1.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30vh;
    color: #fff;
    z-index: 10;
    position: absolute;
    text-align: center;
    font-family: "AvenirNext Bold";
    text-shadow: 0 0 15px #000;
    padding: 1em 0;
  }
  #b-sub {
    font-size: 0.8em;
    vertical-align: text-top;
  }
  #read {
    font-size: 0.5em;
    vertical-align: text-bottom;
  }
  #overlay {
    height: 65vh;
    width: 100%;
    background-image: url(https://socialistra.org/res/img/overlay.png);
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
  }
  #first {
    width: 90vw;
    background-color: #fff;
    margin: 5vw auto;
    padding: 0 5vw 5vw;
    border-radius: 0;
  }
  #first img {
    display: block;
    padding-top: 0;
  }
  #article-page.closed {
    width: 90%;
    background-color: #fff;
    margin: 9em auto;
    padding: 5%;
    border-radius: 0;
  }
  #section-title {
    text-align: center;
    font-size: 2em;
    padding: 1em 0 0.5em;
    font-family: "AvenirNext Bold";
    font-weight: 700;
  }
  #article-title {
    text-align: left;
    font-size: 2em;
    padding: 0;
    font-family: "AvenirNext Bold";
    font-weight: 700;
  }
  #article-image {
    width: 100vw;
    margin-left: -6%;
    border: none;
  }
  #article-image img {
    border-radius: 0;
    max-width: 100vw !important;
  }
  p.article {
    font-size: 1em;
    font-family: "Avenir Light";
    text-align: center;
  }
  .span_1_of_3 img.news_item {
    width: 100%;
    padding-left: 0;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  p.nit {
    padding-left: 0;
    margin-left: 4%;
  }
  p.sub-nit {
    padding-left: 0;
    margin-left: 4%;
  }
  #contact-left {
    width: 100%;
    display: block;
    padding-bottom: 2em;
  }
  #contact-left img {
    display: none;
  }
  #contact-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  footer {
    padding: 0;
    font-size: 2.5em;
    line-height: 2.5em;
    background-color: #131313;
    color: #a8a8a8;
    border: none;
    margin: 0;
    font-family: "Avenir Light";
  }
  .section {
    clear: both;
    padding: 0;
    margin: 0;
    background-color: #292929;
    color: #a8a8a8;
    width: 100%;
    margin: auto;
  }
  footer img {
    height: 1em;
    margin-left: 20px;
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    image-rendering: -webkit-optimize-contrast;
  }
  p.footer {
    width: 90vw;
    font-size: 0.3em;
    line-height: 1em !important;
    margin-left: 20px;
    padding: 0;
    margin-top: -2em;
    font-weight: 100;
    margin-bottom: 25px;
  }
  span.follow {
    display: none;
  }
  footer ul {
    margin-top: -2em;
    float: left;
  }
  #member-right {
    display: none;
  }
  #member-left {
    width: 100%;
  }
  .footer-ul {
    font-size: 0.5em;
    line-height: 1em !important;
    text-align: left;
    display: contents;
    list-style-type: none;
    margin-top: 10px;
  }
  .footer-ul li {
    margin-left: 20px;
  }
  .footer-hr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col {
    margin: 1% 0 1% 0;
  }
  .footer_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }
}

.section-subtitle {
  text-align: center;
  margin-top: -16px;
  margin-bottom: 32px;
  font-size: 1.25em;
}
.mastodon-icon {
  height: 18px;
  width: 18px;
}
