@import url('https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@800&display=swap');

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #681419;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}

.container-fluid {
    padding: 0;
}

/*nav stuff*/

.bg-light {
    background-color: white!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(86,185,208, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 2px solid #56B9D0;
}

.nav-item {
    font-family: 'Poppins', sans-serif;
    padding-left: 25px;
}

.nav-link {
    color: #56B9D0;
}

.nav-link:hover {
    color: #006A7F
}


.btn {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #56B9D0;
}

.btn a{
    color: white;
}

.btn:hover {
    background-color: #C5E1EA;
}

.navbar-brand {
    color: #F04930
}

.navbar-brand:hover {
    color: #F04930
}

.h1 {
    font-family: 'Poppins', sans-serif;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .h1 {
      font-size: 30px;
    }
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    .h1 {
      font-size: 20px;
    }
  }

/*end of nav stuff*/

/*hero and mission stuff*/



#mission {
    margin-top: 60px;
}

h2{
    font-family: 'Poppins', sans-serif;
    color: #006A7F;
    font-size: 24px;
    text-align: center;
}

hr {
    max-width: 300px;
    border: 1px solid #56B9D0;
    margin: auto;
}

#statement{
    font-family: 'Poppins', sans-serif;
    color: #F04930;
    text-align: center;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 20px;
}

@media screen and (min-width: 601px) {
    #statement{
      font-size: 30px;
      line-height: 50px;
    }
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    #statement{
      font-size: 20px;
      line-height: 30px;
    }
}

#facts {
    text-align: center;
}

#facts h1{
    color: #56B9D0;
    font-size: 40px;
}

#facts p {
    color: #F04930;
    font-size: 18px;
}

/*end of hero and mission stuff*/

/*services stuff*/

#services {
    margin-top: 4.5%;
}

#service-cards {
    margin-top: 15px;
}

.cardmenu {
    margin: 10px;
    padding: 10px;
    border: 2px solid #F04930;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {
    #service-cards{
      margin-left: 10px!important;
      margin-right: 10px!important;
    }
}

.card-head {
    color: #F04930;
    font-size: 25px;
}

.card-btn a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.card-btn a:hover{
    color: #006A7F;
}

#request-funding {
    margin-top: 15px;
}


#funding-left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 60px;
    min-height: 333px;
    background-repeat: no-repeat;
}

#funding-left h1{
    font-size: 25px;
    color: white;
    line-height: 40px;
}

#funding-btn {
    background-color: white;
    margin-top: 40px;
    padding: 10px;
}

#funding-btn a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #006a7f;
}


#funding-btn:hover {
    background-color: #C5E1EA;
}

/* shop */

#shop {
    margin-top: 80px;
}

#shop-cards {
    padding: 20px;
}

#shop-desc{
    margin-top: 15px;
    text-align: center;
}

.shop-card{
    margin: 20px!important;
    border: 0;
    padding: 15px!important;
}

.shop-card h1{
    font-size: 25px;
    line-height: 40px;
    color: #F04930;
}

.price{
    text-align: left;
}

.shop-img {
    margin-bottom: 10px;
}

#shop-btn {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#shop-btn:hover{
    background-color: #C5E1EA;
}

#shop-btn a{
    color: #006A7F;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}


/*how to help */

#howtohelp {
    margin-top: 80px;
}

#howtohelp-block {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#help-head {
    font-size: 25px;
    line-height: 40px;
    color: white;
}

#help-p {
    color: white;
}

#donate-btn {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

#donate-btn:hover {
    background-color: #FCCFBB;
}

#donate-btn a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #F04930;
    font-size: 18px;
}

#howtohelp-cards{
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    #howtohelp-cards{
      margin-left: 10px!important;
      margin-right: 10px!important;
    }
}

/*history*/

#history-block {
    margin-top: 100px;
    padding: 20px;
}

#headshots {
    margin-right: 10px;
}

@media screen and (max-width: 765px) {
    #headshots {
    display: flex;
    flex-direction: row;
    }
  }

  @media screen and (max-width: 450px) {
    #headshots img{
        max-width: 90px;
    }
  }

  @media screen and (max-width: 765px) {
    #otis {
    margin-right: 20px;
    }
  }

#headshots img {
    border-radius: 50%;
    border: 5px solid white;
}

#headshots h2{
    margin-top: 5px;
    font-size: 16px;
    color: white;
}

#history-blurb {
    padding: 10px;
    background-repeat: no-repeat;
}

#history-blurb h2 {
    text-align: left;
    line-height: 30px;
}

#history-blurb hr {
    margin: initial;
    border: 1px solid #006A7F!important;
}

#history-blurb p {
    margin-top: 15px;
    color: #006A7F
}

#history-blurb-bg {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}


/*footer*/

#footer {
    padding: 10px;
    margin-top: 100px;
}

footer h2{
    margin-top: 30px;
    color: white;
}

footer p {
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

#back-to-top {
    text-align: center;
}

footer img {
    margin-top: 20px;
}

footer svg {
    margin-right: 5px;
}

.navbar-footer {
    margin-top: 10px;
    margin-bottom: 25px;
}

.navbar-footer .nav-link{
    color: white;
}

.navbar-footer .btn {
    background-color: white;
}

.navbar-footer .btn:hover {
    background-color: #F04930;
}

#navdonate-footer a{
    color: #F04930!important;
}

#navdonate-footer a:hover{
    text-decoration: none;
    color: white!important;
}

@media screen and (min-width: 801px) {
    #nav-foot-mobile {
        display: none;
    }

    #nav-foot-desktop {
        display: block;
    }

  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div>*/
  @media screen and (max-width: 800px) {
    #nav-foot-mobile {
        display: block;
    }

    #nav-foot-mobile .nav-link {
        padding: 0%;
    }

    #nav-foot-desktop {
        display: none;
    }
}
