@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,600,900);
@import url(https://fonts.googleapis.com/css?family=Nunito);
aside h1,
.header1 {
  color: #ff2400;
  font: 3em "Playfair Display", serif;
  font-weight: 600; }

h2 {
  color: #0946b2;
  font: 2.25em "Libre Franklin", sans-serif; }

h3 {
  color: #0946b2;
  font: 1.5em "Libre Franklin", sans-serif;
  font-style: italic; }

/* SCSS Function as per rubric requirements */
p {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.6em; }

.navigation {
  list-style: none;
  margin: 0;
  background: #ff2400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center; }

.navigation a {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.2em; }

.navigation a:hover {
  background: #003ca8; }

.active {
  background-color: #0946b2; }

.active-about {
  background-color: #0946b2; }

.active-agenda {
  background-color: #0946b2; }

.active-blog {
  background-color: #0946b2; }

.active-contact {
  background-color: #0946b2; }

.active-two {
  background-color: #4fcc6b; }

@media all and (max-width: 1000px) {
  .navigation {
    justify-content: space-around; } }

@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0; }
  .navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navigation li:last-of-type a {
    border-bottom: none; } }

.donate-wrapper {
  background-color: #0040b2;
  color: #ffffff;
  padding: 10px; }

.donate-wrapper h1 {
  font-family: 'Libre Franklin', sans-serif;
  text-align: left;
  margin-left: 10px;
  font-weight: 900;
  font-size: 1.5em; }

.donate-box-wrapper {
  padding-bottom: 10px; }

.donate-box {
  background-color: #196cff;
  display: inline-block;
  color: #ffffff;
  padding: 12px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: 0 10px;
  position: relative; }

.donate-box:hover {
  background-color: #4fcc6b;
  color: #ffffff;
  cursor: pointer; }

.btn-green {
  font-family: 'Libre Franklin', sans-serif;
  margin: 0 10px;
  padding: 10px;
  background-color: #4fcc6b;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: 320ms;
  transition: 320ms;
  font-weight: 900;
  cursor: pointer;
  border: solid 1px #82c110;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff; }

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #196cff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #ffffff;
  outline: none;
  border: 0; }

.donate-wrapper .btn-green {
  margin-bottom: 10px;
  width: 20%;
  font-size: 14px;
  align-content: center; }

.sticky-container {
  padding: 1px;
  margin: 1px;
  position: fixed;
  right: -130px;
  top: 230px;
  width: 210px;
  z-index: 1100; }

/* ANOTHER EXAMPLE OF NESTING AS PER RUBRIC REQUIREMENTS */
.sticky li {
  list-style-type: none;
  height: 43px;
  padding: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer; }

.sticky li:hover {
  margin-left: -5px; }

.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px; }

footer {
  background: #0946b2;
  color: white;
  text-align: center;
  margin-top: 100px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10;
  font-family: "Nunito", sans-serif;
  flex: 0 0 auto;
  /* second use of flexbox - flex grow, flex shrink, flex basis */
  padding: 1em; }

.container {
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 60em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-5 {
  padding-top: 140px; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%; }
  .col-2 {
    width: 12.6666666667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.3333333333%; }
  .col-5 {
    width: 37.6666666667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.3333333333%; }
  .col-8 {
    width: 62.6666666667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.3333333333%; }
  .col-11 {
    width: 87.6666666667%; }
  .col-12 {
    width: 96%; } }

/* Keyframes requirement as per rubric */
.jello-horizontal {
  -webkit-animation: jello-horizontal 1s 3 both;
  animation: jello-horizontal 1s 3 both; }

/* ----------------------------------------------
 * Generated by Animista on 2017-7-27 21:32:59
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

header {
  text-align: center;
  margin-bottom: 0; }

h1 {
  font: 3em "Playfair Display", serif;
  color: #ff2400; }

h1.donate {
  color: white; }

div.learn {
  background-color: #0946b2;
  padding: 10px;
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.25em;
  width: 50%;
  margin-bottom: 3px;
  margin-top: 30px; }

div.vision {
  background-color: #ff2400;
  padding: 10px;
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.25em;
  width: 50%;
  margin-bottom: 30px; }

.agenda li {
  font: 1em "Nunito", sans-serif;
  margin: 20px;
  margin-left: 40px; }

.donate-wrapper {
  margin-top: 10px;
  width: 130%;
  margin-right: 20px; }

.donate-box {
  margin: 5px; }

.btn-green {
  margin: 0; }

button {
  color: white;
  font: 1em "Nunito", sans-serif;
  background-color: #0946b2;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-transition: 320ms;
  transition: 320ms;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff; }

button:hover,
button:focus,
button:active {
  background-color: #4fcc6b;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #ffffff;
  outline: none;
  border: 0; }

.agenda-issues {
  margin-top: 20px;
  padding-bottom: 20px; }

.donate-wrapper {
  position: relative;
  max-width: 420px;
  float: left; }

.bernie {
  opacity: 1; }

.bernie:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out; }
