.centered-container {
  max-width: 1080px;
  margin: 0 auto;
}
#content:before,#content:after,#content content "" {
  clear: both;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body { margin:0; padding:0; }
body {
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans", sans-serif;
  background-color: #ffffff;
  color: #535252;
}
.psiphon-logo {
  display: block;
  float: right;
  background-image: url('/static/psiphon-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  font-size: 1.2rem;
}
.tagline {
  display: block;
  float: left;
  font-size: 1.4rem;
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #FFFFFF;
  padding-top: 4px;
  margin-left: 15px;
}
header {
  width: 100%;
  background: linear-gradient(21deg, #d6401a 37%, #d6402a);
  padding: 20px;
}
.content {
  padding: 0 20px;
  color: #222222;
  display: block;
  text-decoration: none;
}
.item .content, .item .image-container {
  width: 100%;
}
.content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#explanation, #rotating, #content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  font-size: 0.85em;
}
footer {
  padding-top: 30px;
  padding-bottom: 75px;
  max-width: 1080px;
  padding: 20px;
  margin: 0 auto;
}
footer a, footer a:visited {
  color: #444444;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.heading {
  margin: 0;
  font-size: 1.35rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}
.heading a {
  color: #222222;
  text-decoration: none;
}
.heading a:hover {
  text-decoration: underline;
}
.sub-heading {
  color: #888888;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.dateline {
  padding: 5px 0;
}
.link {
  /* leave empty, used as selector for JS */
}
.button {
  display: block;
  background-color: #d6402a;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 0 10px;
  width: calc(100% - 20px);
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
}
.button:hover {
  text-decoration: underline;
}
.item {
  margin-top: 25px;
}
.item:first-child {
  margin-top: 0;
}
 {
  width: 100%;
  height: auto;
}
.item-image, .item.full-width img {
  width: 100%;
  height: auto;
  padding: 5px 5% 10px 5%;
}
.desktop {
  display: none;
}
.site-title {
  color: #ffffff;
  float: right;
  padding: 10px;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
#purpose {
  margin: 0;
  font-size: 1.35rem;
  padding-bottom: 10px;
  padding: 20px☼;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.dw-logo {
  background: url('/static/dw-logo-small.png');
  width: 94px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
}
.content img {
  max-width: 100%;
}
@media(min-width:480px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .heading {
    font-size: 1.2rem;
  }
  .item:first-child {
    margin-top: 10px;
  }
  .item-image, .item.full-width img {
    padding: 10px 20px;
    padding-top: 50px;
    max-width: 260px;
    float: right;
  }
  .content {
    float: left;
  }
  .button {
    max-width: 400px;
    margin: 20px auto;
  }
}
@media(min-width: 650px) {
  .item-image, .item.full-width img {
    max-width: 360px;
    padding-top: 25px;
  }
  .item {
    width: calc(100% - 210px);
    margin: 0 auto;
  }
}
@media(min-width: 750px) {
  .item-image, .item.full-width img {
    padding-top: 10px;
  }
  .item {
    width: calc(100% - 310px);
    margin: 0 auto;
  }
}
@media(min-width: 1500px) {
  html {
    font-size: 1.8rem;
  }
  .persian-logo {
    font-size: 1.5rem;
  }
  .item-image, .item.full-width img {
    max-width: 430px;
    padding-top: 25px;
  }
  .item {
    width: calc(100% - 330px);
    margin: 0 auto;
  }
}
