/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'brandon';
  src: url("../fonts/brandongrotesque-bold-webfont.eot");
  src: url("../fonts/brandongrotesque-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandongrotesque-bold-webfont.woff2") format("woff2"), url("../fonts/brandongrotesque-bold-webfont.woff") format("woff"), url("../fonts/brandongrotesque-bold-webfont.ttf") format("truetype"), url("../fonts/brandongrotesque-bold-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  padding: 0;
  margin: 0; }

html,
body {
  width: 100%;
  min-height: 100%; }

body {
  padding-top: 50px; }

.statement {
  width: 505px;
  margin: 0 auto;
  margin-top: 20px; }
  .statement a {
    display: block;
    float: left;
    background: #000;
    color: #FFF;
    font-family: "Karla";
    font-size: 18px;
    padding: 5px 20px;
    margin-right: 58px;
    text-decoration: none; }
    .statement a.arabic {
      font-family: "Droid Arabic Naskh"; }
    .statement a:nth-child(3) {
      margin-right: 0; }

.clear {
  clear: both; }

.content {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  text-align: center; }

.header {
  padding: 0 130px 20px 130px;
  cursor: pointer;
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #000; }

.menu-icon {
  margin-top: 40px;
  cursor: pointer;
  margin-bottom: 50px; }

.menu {
  width: 345px;
  display: none;
  background: #FFF;
  z-index: 33;
  position: absolute;
  left: 50%;
  margin-left: -172px;
  top: 173px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-left: 1px solid #000; }
  .menu li {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #000;
    width: 100%; }
    .menu li.social {
      height: 125px;
      line-height: 115px; }
      .menu li.social a {
        display: inline-block; }
      .menu li.social img {
        vertical-align: middle; }
    .menu li a {
      font-family: "brandon";
      font-size: 34px;
      color: #000;
      display: block;
      height: 50px;
      text-decoration: none; }
      .menu li a.active {
        color: #FFF;
        background: #000; }

.current-section {
  display: none;
  font-family: "brandon";
  text-align: center;
  font-size: 34px;
  color: #000;
  margin-bottom: 50px;
  text-decoration: none; }

.post {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #000; }
  .post.arabic h2, .post.arabic h1, .post.arabic .text-holder p, .post.arabic .full-article {
    font-family: "Droid Arabic Naskh";
    direction: rtl; }
  .post.arabic .text-holder p {
    line-height: 26px;
    text-align: right; }
  .post h2 {
    font-family: "Karla";
    font-size: 21px;
    font-style: italic;
    line-height: 27px;
    color: #000; }
  .post h1 {
    font-family: "Karla";
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    color: #000; }
    .post h1 a {
      text-decoration: none;
      color: #000; }
  .post .image-holder {
    margin-top: 30px; }
    .post .image-holder img {
      width: 100%; }
  .post .text-holder {
    margin-top: 30px; }
    .post .text-holder p {
      font-weight: 400;
      font-size: 18px;
      font-family: "Karla";
      text-align: left;
      line-height: 23px; }
      .post .text-holder p a {
        color: #000; }
      .post .text-holder p strong {
        font-weight: 700; }
      .post .text-holder p em {
        font-style: italic; }
  .post .iframe-holder {
    margin-top: 30px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .post .iframe-holder iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
  .post .full-article {
    margin-top: 30px;
    display: block;
    font-family: "Karla";
    font-style: italic;
    color: #000;
    font-size: 21px;
    line-height: 25px; }
    .post .full-article.donate {
      background: #000;
      color: #FFF;
      padding: 5px;
      text-decoration: none;
      width: 100px;
      margin: 30px auto 0 auto; }

@media all and (max-width: 920px) {
  .menu {
    width: 90%;
    box-sizing: border-box;
    left: 5%;
    margin-left: 0; }

  .header {
    display: block;
    width: 90%;
    padding: 0 0 20px 0; } }
