body {
  color: #333;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  top: 0;
  position: relative;
  transition: top .5s;
  -moz-transition: top .5s;
  -webkit-transition: top .5s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: 4em;
  margin-bottom: 40px;
}

h2 {
  font-size: 2em;
}

.contained {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.contained.smaller {
  width: 960px;
}

.full-height {
  height: 100%;
}

a {
  color: #7bc557;
  text-decoration: none;
}

a.btn.inline {
  line-height: 46px;
}

p {
  font-size: 16px;
  line-height: 1.75em;
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

p.large {
  font-size: 22px;
  font-weight: normal;
}

p.small {
  font-size: 13px;
  font-weight: normal;
}

.btn.large {
  height: 80px;
  padding: 0 40px;
  font-size: 22px;
  font-family: "proxima-nova", Arial, sans-serif;
}

a.btn.large {
  line-height: 80px;
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.padding-0-40 {
  padding: 0 40px;
}

.padding-40 {
  padding: 40px;
}

.padding-40-0 {
  padding: 40px 0;
}

.padding-80-40 {
  padding: 80px 40px;
}

.padding-80-0 {
  padding: 80px 0;
}

section {
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 53.125%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.valign {
  position: relative;
  top: 50%;
  opacity: 0;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

.browser-height {
  height: 800px; /* For browsers that don't support viewport units. I'm looking at you, IE8. */
  height: 100vh;
}

[data-scrollto] {
  cursor: pointer;
}

/*********************/
/**** Blockquotes ****/
/*********************/

blockquote {
  font-style: italic;
  padding: 20px 20px 5px 50px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

blockquote:before {
  content: "\201c";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  line-height: 70px;
  color: #611171;
}

blockquote p {
  font-family: "Times New Roman", serif;
  line-height: 1.75em;
  font-size: 1.25em;
}

blockquote cite {
  font-family: "Times New Roman", serif;
  text-align: right;
  display: block;
  margin-bottom: 15px;
}

blockquote cite:before {
  content: "–";
}

blockquote.large {
  border: none;
  font-size: 24px;
}

blockquote.large p {
  font-size: 24px;
  line-height: 1.75em;
}

.brand-purple-bg blockquote:before {
  color: #f15b22;
}

.brand-orange-bg blockquote:before {
  color: #611171;
}

/***************/
/**** Stats ****/
/***************/

.stats .stat {
  font-size: 28px;
  font-weight: bold;
}

.stats .description {
  font-size: 18px;
  color: #8f8e8c;
  font-family: "Times New Roman", serif;
  font-style: italic;
}

/*************/
/**** Nav ****/
/*************/

#nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.95);
  padding: 15px 40px;
  z-index: 2;
}

#nav ul {
  margin: 0;
  padding: 0;
  float: right;
  line-height: 60px;
}

#nav ul li {
  float: left;
  display: block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

#nav ul li.brand-purple a {
  color: #611171;
}

#nav .logo {
  float: left;
  display: block;
  width: 173px;
  height: 60px;
  background: url('oi-logo-white.png');
  background-size: 100% auto;
}

.hello {
  position: fixed;
  top: -1000px;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  line-height: 20px;
  background-color: #7bc557;
  color: #fff;
  z-index: 100;
  transition: top .5s;
  -moz-transition: top .5s;
  -webkit-transition: top .5s;
}

.hello .close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}

.hello .close:hover {
  font-weight: bold;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/***************/
/**** Intro ****/
/***************/

#header {
  overflow: hidden;
  height: 800px;
  height: 100vh;
}

.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  z-index: 1;
  background-color: rgba(97,17,113,.8);
}

.ukaid {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  height: 140px;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 80px;
}

.scroll-indicator div {
  display: inline-block;
  vertical-align: bottom;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
}

.scroll-indicator div:hover {
  color: #ed027e
}

@media (max-width: 1600px) {
  .photo-overlay .sparkles {
    background-size: auto 100%;
  }
}

.bg-photo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('intro-bg.jpg');
  background-position: center;
  background-size: auto 100%;
  position: absolute;
}

.photo-overlay p.large {
  margin-bottom: 40px;
}

.photo-overlay .line-1 {
  font-size: 30px;
}

/****************/
/**** Thanks ****/
/****************/

#thanks .sponsor {
  padding: 40px;
  border: solid 2px #efeeea;
}

#thanks .logo {
  width: 100%;
  margin-bottom: 20px;
}

#thanks .logo img {
  display: block;
  width: 100%;
  height: auto;
}

#thanks .sponsor .you {
  font-size: 48px;
  font-weight: bold;
  color: #611171;
  margin-bottom: 20px;
}

#donate.widescreen, .bg-photo.widescreen {
  background-size: 100% auto;
}

/***************/
/**** Story ****/
/***************/

#gallery h2 {
  margin-bottom: 40px;
}

.gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;

}

.gallery.loading {
  opacity: 0;
}

.gallery-items {
  position: relative;
  height: 450px;
  transition-property: transform;
  -moz-transition-property: -moz-transform;
  -webkit-transition-property: -webkit-transform;
}

.gallery-item {
  height: 100%;
  width: auto;
  margin: 0 40px;
  float: left;
  opacity: .3;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -moz-transition: opacity .3s;
}

.gallery-item.current {
  opacity: 1;
  cursor: default;
}

.photo {
  height: 100%;
}

.photo img {
  height: 100%;
  width: auto;
  display: block;
}

.caption {
  width: 500px;
  margin: 40px auto 0;
  text-align: center;
  display: none;
}

.caption.current {
  display: block;
}

.gallery .next, .gallery .prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  text-align: center;
  color: #00abab;
  font-size: 100px;
  line-height: 450px;
  cursor: pointer;
  display: none;
  transition: font-size .3s;
  -moz-transition: font-size .3s;
  -webkit-transition: font-size .3s;
}

.gallery .next:hover, .gallery .prev:hover {
  font-size: 120px;
}

.gallery .next {right: 40px;}
.gallery .prev {left: 40px;}

#story .portrait {
  width: 220px;
  float: left;
}

#story .portrait img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

#story .portrait .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00abab;
}

#story .portrait .location {
  text-transform: uppercase;
  font-size: 14px;
}

#story .story {
  padding-left: 260px;
}

/****************/
/**** Arrows ****/
/****************/

.arrow.up {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.arrow.down {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.arrow.down:before {
  border-top: solid 30px #222;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
}

.arrow.right:before {
  border-left: solid 30px #222;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.arrow.left:before {
  border-right: solid 30px #222;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.arrow.up:before {
  border-bottom: solid 30px #222;
  border-right: solid 30px transparent;
  border-left: solid 30px transparent;
}

.arrow.up.brand-white:before {
  border-bottom-color: #fff;
}

.arrow.down.brand-white:before {
  border-top-color: #fff;
}

.arrow.down.brand-purple:before {
  border-top-color: #611171;
}

.arrow.up.brand-offwhite:before {
  border-bottom-color: #efeeea;
}

.arrow.down.brand-offwhite:before {
  border-top-color: #efeeea;
}

/*****************/
/**** Support ****/
/*****************/

.hrh {
  float: left;
  width: 300px;
  margin-right: 40px;
}

.hrh img {
  width: 100%;
}

.hrh img.no-desktop {
  display: none;
}

.hrh-quote {
  margin-left: 340px;
}

/****************/
/**** Donate ****/
/****************/

#donate {
  background: url('agriculture-bg.jpg');
  background-position: center;
  background-size: auto 100%;
}

#donate:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #611171;
  opacity: .8;
}

#donate .valign {
  z-index: 1;
  position: relative;
}

#donate h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

#donate p.large {
  font-size: 32px;
}

#donate p.large span {
  color: #ed027e;
  font-weight: bold;
  font-size: 1.25em;
}

#donate p {
  margin-bottom: 40px;
}

/**********************/
/**** Donate Modal ****/
/**********************/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: -1;
  opacity: 0;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

.modal-overlay.show {
  opacity: 1;
  z-index: 99;
}

.modal-overlay.hide {
  z-index: 99;
}

#donate-modal {
  position: fixed;
  top: 0;
  left: 50%;
  width: 540px;
  height: 690px;
  background-color: #fff;
  margin-left: -270px;
  margin-top: -345px;
  padding: 40px;
  z-index: -1;
  overflow: auto;
  opacity: 0;
  transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -webkit-transition: opacity .5s, top .5s;
}

#donate-modal.show {
  opacity: 1;
  top: 50%;
  z-index: 99;
}

#donate-modal.hide {
  z-index: 99;
}

#donate-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #8f8e8c;
  cursor: pointer;
}

#donate-modal .close:hover {
  color: #333;
}

@media (max-height: 750px) {
  #donate-modal {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
  }
  
  #donate-modal.show {
    top: 0;
  }
  
  #donate-modal .inner {
    width: 540px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    position: relative;
  }
}

/*******************/
/**** Our model ****/
/*******************/

#model:after {
  content: '';
  display: block;
  background-color: #611171;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#model .valign {
  position: relative;
  z-index: 1;
}

/********************/
/**** Supporters ****/
/********************/

.supporters {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.supporter-page {
  float: left;
  display: none;
  width: 100%;
}

.supporter-page.current {
  display: block;
}

.supporter {
  float: left;
  width: 16.666%;
  position: relative;
  padding: 10px;
}

.supporter-inner {
  width: 100%;
  background-color: #efeeea;
  position: relative;
  overflow: hidden;
}

.supporter-inner.donate-btn {
  background-color: #611171;
}

.supporter .name {
  color: #611171;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.supporter .icon img {
  width: 100%;
  display: block;
  padding: 30px 40px 0 40px;
}

.supporter .title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.supporter .today {
  text-align: center;
  position: relative;
  margin-top: -20px;
  padding: 10px;
}

.supporter .today img {
  width: 100%;
  display: block;
}

.donate-btn {
  cursor: pointer;
}

.pagination {
  text-align: center;
}

.pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #8f8e8c;
  margin: 0 5px;
  transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s;
}

.pagination span:hover {
  background-color: #611171;
}

.pagination span.current {
  background-color: #611171;
  cursor: default;
}

/****************/
/**** Footer ****/
/****************/

#footer .left {
  float: left;
  width: 66.6%;
}

#footer .right {
  float: left;
  width: 33.4%;
}

.social .icon {
  width: 40px;
  height: 40px;
  border: solid 1px #8f8e8c;
  color: #8f8e8c;
  line-height: 40px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 10px;
  transition: border-color .2s, color .2s;
  -webkit-transition: border-color .2s, color .2s;
  -moz-transition: border-color .2s, color .2s;
}

.social .icon-facebook:hover {
  color: #285b91;
  border-color: #285b91;
}

.social .icon-twitter:hover {
  color: #319ac8;
  border-color: #319ac8;
}

.social .icon-pinterest:hover {
  color: #d02821;
  border-color: #d02821;
}

.social > span {
  float: left;
  line-height: 40px;
  color: #8f8e8c;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
}

#footer .social {
  margin-bottom: 40px;
}

/**********************/
/**** Social share ****/
/**********************/

#share {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -80px;
  z-index: 100;
}

#share .share .social .icon {
  float: none;
}

#share .social .icon {
  float: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: width .2s;
  -moz-transition: width .2s;
  -webkit-transition: width .2s;
}

.share .social .icon-facebook, .share .social .icon-twitter, .share .social .icon-pinterest, .share .social .icon-googleplus {
  color: #fff;
  border: none;
}

.share .social .icon-facebook:hover, .share .social .icon-twitter:hover, .share .social .icon-pinterest:hover, .share .social .icon-googleplus:hover {
  color: #fff;
  border: none;
  width: 60px;
}

.share .social .icon-facebook {
  background-color: #285b91;
}

.share .social .icon-twitter {
  background-color: #319ac8;
}

.share .social .icon-pinterest {
  background-color: #d02821;
}

.share .social .icon-googleplus {
  background-color: #ce4d39;
}

/****************/
/**** Errors ****/
/****************/

#error {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #f15b22;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}

.processing-donation {
  text-align: center;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
  display: none;
}

.processing-donation img {
  vertical-align: middle;
  margin-right: 20px;
}

/****************/
/**** Arrows ****/
/****************/

.arrow.up {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.arrow.down {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.arrow.down:before {
  border-top: solid 30px #222;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
}

.arrow.right:before {
  border-left: solid 30px #222;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.arrow.left:before {
  border-right: solid 30px #222;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.arrow.up:before {
  border-bottom: solid 30px #222;
  border-right: solid 30px transparent;
  border-left: solid 30px transparent;
}

.arrow.up.brand-white:before {
  border-bottom-color: #fff;
}

.arrow.down.brand-white:before {
  border-top-color: #fff;
}

.arrow.down.brand-purple:before {
  border-top-color: #611171;
}

.arrow.up.brand-offwhite:before {
  border-bottom-color: #efeeea;
}

.arrow.down.brand-offwhite:before {
  border-top-color: #efeeea;
}

/***************************/
/**** Responsive styles ****/
/***************************/

@media (max-height: 730px) {
  #nav .logo {
    width: 145px;
    height: 50px;
  }
  
  #nav ul {
    line-height: 50px;
  }
  
  .photo-overlay {
    padding-top: 80px;
  }
  
  .photo-overlay h1 {
    margin-bottom: 20px;
  }
  
  h1 .line-1 {
    font-size: 24px;
  }
  
  h1 .line-1-in {
    font-size: 12px;
  }
  
  h1 .line-2 {
    font-size: 140px;
    line-height: 60px;
  }
  
  h1 .line-3 {
    font-size: 52px;
    line-height: 90px;
  }
  
  .header-equation {
    font-size: 28px;
  }
  
  .btn.cta.large {
    font-size: 18px;
    height: 60px;
  }
  
  a.btn.cta.large {
    line-height: 60px;
  }
  
  .photo-overlay p.large {
    margin-bottom: 20px;
  }
  
  .header-cta {
    margin-top: 30px;
  }
  
  .gallery-items {
    height: 350px;
  }
  
  #calculate form .btn.large {
    height: 60px;
  }
  
  .scroll-indicator {
    font-size: 48px;
    bottom: 20px;
  }
}

@media (max-width: 1279px) {
  .contained {
    width: 100%;
  }
  
  .contained.smaller {
    width: 960px;
  }
  
  .supporter {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .contained.smaller {
    width: 100%;
  }
  
  #choose-amount {
    width: 100%;
  }
  
  #calculate .infobox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .btn.cta.large {
    font-size: 16px;
    height: 50px;
    margin: 0 5px;
  }
  
  .hrh {
    width: 200px;
  }
  
  .hrh-quote {
    margin-left: 240px;
  }
  
  #nav li.brand-purple {
    display: none;
  }
  
  .browser-height {
    height: auto !important;;
  }
  
  #donate .valign {
    opacity: 1;
    top: 0;
  }
}

@media (max-width: 768px) {

  .valign {
    padding-top: 60px;
    padding-bottom: 60px;
    top: auto;
    opacity: 1;
  }
  
  #secondary-nav .counter {
    display: none;
  }
  
  #header {
    height: 960px;
    height: 100vh;
  }
  
  .t-valign {
    top: 50%;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
  }
  
  #nav {
    padding: 20px;
  }
  
  .gallery-item {
    padding: 0 20px;
    height: auto;
    opacity: 1;
    margin: 0;
  }
  
  .photo {
    width: 100%;
    height: auto;
  }
  
  .photo img {
    width: 100%;
    height: auto;
  }
  
  .photo.vertical {
    text-align: center;
  }

  .photo.vertical img {
    width: auto;
    display: inline-block;
  }
  
  .gallery .next, .gallery .prev {
    display: none !important;
  }
  
  .gallery-items {
    height: auto;
  }
  
  #story .portrait {
    width: 150px;
    float: left;
  }
  
  #story .story {
    padding-left: 190px;
  }
  
  .supporter {
    width: 25%;
  }
  
  .padding-80-40 {
    padding: 40px;
  }
  
  .padding-80-0 {
    padding: 40px 0;
  }
  
  #footer .left, #footer .right {
    float: none;
    width: 100%;
  }
  
  .hrh {
    width: 100%;
    float: none;
  }
  
  .hrh img.no-desktop {
    display: block;
  }
  
  .hrh img.no-tablet {
    display: none;
  }
  
  .hrh-quote {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .supporter {
    width: 33.33%;
  }
  
  .caption {
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
  }
  
  #header h1 {
    font-size: 3em;
  }
  
  #donate p.large {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .t-valign {
    top: auto;
    opacity: 1;
  }
  
  .m-valign {
    top: 50%;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
  }
  
  .break-mobile {
    display: block;
  }
  
  #header {
    height: 500px;
    height: 100vh;
  }
  
  #nav .logo {
    height: 40px;
    width: 116px;
    margin: 0 auto;
    float: none;
  }
  
  #nav {
    padding: 10px;
  }
  
  .photo-overlay {
    padding-top: 60px;
  }
  
  .scroll-indicator {
    bottom: 50px;
  }
  
  #nav ul {
    display: none;
  }
  
  #header .contained {
    position: static;
  }
  
  #header h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  p.large {
    font-size: 16px;
  }
  
  p {
    font-size: 14px;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  .btn.large {
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
  }
  
  .caption {
    width: 100%;
    padding: 0 20px;
  }
  
  #story .portrait {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  
  #story .story {
    padding-left: 0;
  }
  
  .ukaid {
    display: none;
  }
  
  #donate h2 {
    font-size: 28px;
  }
  
  #donate p.large {
    font-size: 20px;
  }
  
  .photo-overlay .line-1 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  
  .supporter {
    width: 50%;
  }
  
  #footer .right {
    padding-bottom: 90px;
  }
  
  #secondary-nav {
    display: none;
  }
  
  #share {
    position: fixed;
    left: 50%;
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-left: -80px;
    z-index: 100;
  }
  
  #share .social .icon {
    float: left;
    margin: 0;
  }
  
  #share .social .icon:hover {
    width: 50px;
  }

}
