.outer {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1rem;
  line-height: 135%;
}

.row{
  width: 100%;
}

.column {
  position:relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.column.center{
  float: none;
  margin: 0px auto;
  position: relative;
}

#header{
  float: none;
  margin: 0 auto;
  text-align: center;
  height: 380px;

}

#header h1{
  font-size: 4rem;
  font-weight: lighter;
  color: white;
  line-height: 5rem;
  padding: 90px 0px 0px 0px;
  text-shadow: 2px 2px 5px #000000b0;
}

.red{
  color: red;
}

#flag{
  width: 120px;
  height: 80px;
  image-rendering: pixelated;
}

#donate-button{
  position:relative;
  text-align: center;
  margin: 3rem auto;
  display:block;
  float: left;
}

#purchases-button{
  width: 100%;
  margin: 30px 0px 0px 0px;
}

.fundly-widget{
  margin: 0px auto;
  display:block;
  float: left;
}

ul.accomplishments-list{
  font-size: 0.9rem;
}

ul.accomplishments-list li{
  line-height: 3.2rem;
}

ul.accomplishments-list.other li{
  line-height: 3rem;
}

ul.accomplishments-list li .fa{
  font-size: 3rem;
  color: #00c300;
  margin-right:10px;
}

#instagram-embed-0{
  margin: 0px auto !important;
}

div.supply-details{
  font-size: 1rem;
}

#fundly-widget{
  height: 1030px;
  max-width: 820px;
  margin: 0px auto;
}

#statement{
  padding: 0px;
  margin: 120px 0px 0px 0px;
  color: white;
  text-shadow: 2px 2px 10px #000000;
}

#statement span{
  float:left;
  position: relative;
}

#statement span p{
  margin-top: 0.4rem;
  background-color: rgba(0,0,0,0.05);
}

.btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-primary{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn.btn-primary:focus{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn.btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn.btn-secondary:focus{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
}

.btn.btn-yellow{
  color: #fff;
  background-color: #e4c651;
  border-color: #e4c651;
}

.btn.btn-yellow:focus{
  color: #fff;
  background-color: #e3ad1d;
  border-color: #e3ad1d;
  box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
}

button:focus:not(:focus-visible) {
  outline: 0;
}

div.fund-status{
  background-color: #efefef;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 10px;
}

div.fund-status div{
  color: #999;
  position:relative;
  float:left;
  width:100%;
  padding: 10px 0px 0px 20px;
}

div.fund-status span{
  color: #333;
  font-size: 3rem;
  width: 100%;
  float: left;
  position: relative;
  line-height:4rem;
  text-align: center;
}

#fake{
  /* text-align: center; */
  font-size: 0.8rem;
}

@media (min-width: 40rem) {

  .column{
    float: left;
  }

  .column.full, .column.whole { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 24.95%; }
  .column.fifth { width: 20%; }
  .column.flow-opposite { float: right; }

  #donate-button{
    margin: -0.3rem auto;
  }

  #purchases-button{
    width: 100%;
    margin: 40px 0px 0px 0px;
  }

  div.fundly-widget{
    position: relative;
    float: left;
    width:100%;
  }

  div.supply-details{
    font-size: 0.8rem;
  }

}
