@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");

ul {
  list-style-type: none;
  padding: 0;
}
.logo {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.container {
  text-align: center;
  padding: 0.8em 1.2em;
  width: 100%;
}

.slogan {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.red-container {
  width: 100%;
  background: rgb(226, 75, 75);
  color: white;
  font-size: medium;
  padding-top: 0em;
}

.redder-container {
  width: 100%;
  background-image:  url("https://delivertogether.org/img/flower.jpg");
  font-size: medium;
  padding: 70px;
}

.split-red-container {
  width: 100%;
  background: rgb(226, 75, 75);
  color: white;
  font-size: medium;
  padding-top: 0em;
}

.diagram {
  width: 90%;
}

.subheading {
  text-align: left;
  padding-top: 0em;
  margin-top: 0.8em;
}

.diagram-container {
  margin-top: 0em;
}

.donation-container {
  width: 100%;
  background: #f6f6f6;
  padding-top: 0.8em;
}

.footer-container {
  width: 100%;
  background: white;
  padding-top: 0.8em;
}

.donate_btn {
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  background-color: rgb(226, 75, 75);
  background-image: linear-gradient(
    to bottom,
    rgb(226, 75, 75) 0,
    rgb(231, 68, 68) 100%
  );
  border-color: rgb(226, 75, 75);
}

.donate_btn:hover {
  background-color: rgb(175, 41, 41);
  background-image: linear-gradient(
    to bottom,
    rgb(175, 41, 41) 0,
    rgb(175, 41, 41) 100%
  );
  color: white;
  background-position: 0vh;
  border-color: rgb(175, 41, 41);
}

.icon {
  width: 40%;
}

.icons {
  display: flex;
  justify-content: space-evenly;
}

.proudlyFoundedMessage {
  text-align: center;
  margin-top: 1em;
}

.mission {
  position: relative;
}

.mission:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-image: url("https://delivertogether.org/img/flower.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.feedback {
  margin-top: 0em;
  background: #f6f6f6;
  padding-top: 0em;
}

.links {
  text-align: left;
}

.second-footer-container {
  width: 100%;
  background: white;
  padding-top: 0.8em;
}

.submit {
  margin-top: 1em;
  margin-bottom: 1em;
}

.top {
  padding-top: 0em;
}

.gray {
  background-color: #f6f6f6;
  margin: 0.5em;
  border: 4px outset rgb(226, 75, 75);
  padding: 0.5em;
}

.graybio {
  background-color: #f6f6f6;
  margin: 0.5em;
  border: 4px outset rgb(226, 75, 75);
}

.justgray {
  background-color: #f6f6f6;
}

.white {
  background-color: white;
}

.smalllogo {
  display: none;
}

.myNavbar {
  margin-bottom: 0em;
}

.slideshow {
  display: none;
}

.pink {
  background: rgb(226, 75, 75);
  color: white;
}

.bio {
  padding-top: 1.5em;
}

.collab {
  vertical-align: middle;
}

.fa-star {
  color: black;
}
.checked {
  color: orange;
}

.rating {
  float: left;
}

.title {
  display: none;
}

.register {
  background-image: url("https://delivertogether.org/img/pencil.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rsvpbackground {
  background-image: url("https://delivertogether.org/img/rsvpbackground.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.flyer {
  width: 100%;
}

.protocol_btn {
  color: black;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  background-color: white;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0,
    rgb(226, 226, 226) 100%
  );
  border-color: rgb(255, 255, 255);
}

.protocol_btn:hover {
  color: black;
  background-color: rgb(179, 170, 170);
  background-image: linear-gradient(
    to bottom,
    rgb(179, 170, 170) 0,
    rgb(199, 194, 194) 100%
  );
  color: white;
  background-position: 0vh;
  border-color: rgb(179, 170, 170);
}

.pink_left_border {
  border-left: 6px solid rgb(226, 75, 75);
}

.graytowhite {
  background-color: #f6f6f6;
}

.additional {
  margin: 0.5em;
}

.navbar {
  min-height: 70px;
}

.navbar-brand {
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 18px;
  padding: 9px 10px !important;
}

.navbar-collapse {
  padding-right: 0em;
}

.missions {
  background-image: url("https://delivertogether.org/img/flower.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.missions:before {
  content: "";
  background: url("https://delivertogether.org/img/flower.jpg");
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.fooddrivemission {
  background-image: url("https://delivertogether.org/img/cans.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fooddrivemission:before {
  content: "";
  background: url("https://delivertogether.org/img/cans.png");
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.order {
  background-image: url("https://delivertogether.org/img/vegetables.png");
  background-repeat: no-repeat;
}

.foodbank {
  background-image: url("https://delivertogether.org/img/cans.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.order:after {
  content: "";
  background: url("https://delivertogether.org/img/vegetables.png");
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.navbar-brand {
  min-height: 80px;
  padding-top: 5px;
}

.fa {
  padding-top: 17px;
  font-size: 35px;
  width: 65px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  color: white;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3b5998;
  color: white;
  font-size: 50px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: white;
}

.signature {
  outline: 0;
  border-width: 0 0 2px;
  border-color: rgb(226, 75, 75);
  margin-top: 1.5em;
  margin-bottom: 0em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background-color: transparent;
}

.signature:focus {
  border-color: rgb(194, 51, 51);
}

.submit {
  margin: 0em;
  margin-top: 0.5em;
}

.confirmation {
  font-size: medium;
}

.thank {
  display: none;
}

.form-check {
  margin-top: 0.5em;
}

.fdc {
  padding-left: 0em;
  padding-right: 0em;
}

img.collab:hover {
  border: 2px solid rgb(226, 75, 75);
}

.statemanagerbio {
  margin: 0 auto;
}

.alert {
  margin-bottom: 0em;
}

.numbers {
  color: rgb(226, 75, 75);
}

.numberscontainer {
  text-align: center;
  padding: 0.8em 1.2em;
  width: 100%;
}

.numberscontainer:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: rgb(226, 75, 75);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -2;
}

.verticalCenter {
  display: flex;
  align-items: center;
}

.rsvpheader {
  margin: 0;
  /* position: absolute; */
}

.alwayssidebyside {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 875px) {
  .threebuttons {
    height: 100%;
  }

  .flyer {
    width: 50%;
  }

  .title {
    display: block;
  }

  .footer {
    display: flex;
    justify-content: space-evenly;
  }

  .footer-container {
    width: 100%;
    background: #f6f6f6;
    padding-top: 0.8em;
  }

  .subheading {
    text-align: center;
  }

  .icons {
    margin-top: 1.5em;
    justify-content: space-evenly;
  }

  .icon {
    font-size: 30px;
  }

  .split {
    display: flex;
    justify-content: space-evenly;
  }

  .split-red-container {
    width: 100%;
    background: #f6f6f6;
    padding-top: 0.8em;
    color: black;
  }

  .smalllogo {
    display: inline;
    float: right;
    position: relative;
    top: 3px;
    left: 10px;
  }

  .topbar {
    padding-right: 0em;
  }

  .sidebyside {
    display: flex;
    flex-direction: row-reverse;
  }

  .sidebyside2 {
    display: flex;
    justify-content: space-between;
  }

  .sidebyside3 {
    display: flex;
    justify-content: center;
  }

  .collabcontainer {
    display: flex;
    flex-direction: row-reverse;
  }

  .collabcard {
    width: 50%;
    height: 38em;
  }

  .actualcollabcard {
    width: 50%;
  }

  .actualcollabcard2 {
    width: 33%;
    margin: 0 auto;
    margin-top: 0.5em;
  }

  .collabcard2 {
    width: 33.333333%;
  }

  .middle {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .largerbuttons {
    font-size: large;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .mySlides {
    height: 250px;
    width: 400px;
    border: 4px outset black;
    margin: 0 auto;
  }

  .slideshow {
    display: block;
    text-align: center;
  }

  .logo {
    display: none;
  }

  .bioname {
    margin-bottom: 0em;
  }

  .protocol_btn {
    color: white;
    margin-bottom: 0.8em;
    margin-top: 0.5em;
    background-color: rgb(226, 75, 75);
    background-image: linear-gradient(
      to bottom,
      rgb(226, 75, 75) 0,
      rgb(231, 68, 68) 100%
    );
    border-color: rgb(226, 75, 75);
  }

  .protocol_btn:hover {
    color: white;
    background-color: rgb(175, 41, 41);
    background-image: linear-gradient(
      to bottom,
      rgb(175, 41, 41) 0,
      rgb(175, 41, 41) 100%
    );
    color: white;
    background-position: 0vh;
    border-color: rgb(175, 41, 41);
  }

  .graytowhite {
    background-color: white;
  }

  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }

  .graybio {
    width: 33%;
  }

  .othergraybio {
    width: 25%;
  }

  .diagram-container {
    margin-top: 0em;
    padding: 0em;
  }

  .statemanagerbio {
    margin: 0 auto;
    width: 33%;
  }

  .numbersection {
    width: 33%;
  }