/* buyGood CSS */

/* Titles & main headers are  font-family: 'Shrikhand', cursive  */
/* Subtitles are  font-family: 'Markazi Text', serif */
/* Small text is font-family: 'Cormorant', serif */

/* OTHER FONTS */
/* font-family: 'Cardo', serif;
   font-family: 'Markazi Text', serif;
    font-family: 'Cormorant', serif;
    font-family: 'Just Another Hand', cursive; 
    font-family: 'Shrikhand', cursive;*/

body {
  font-family: "Cormorant", serif;
  padding: 7px;
}

.siteTitle a {
  color: black;
}

/* FOOTER STYLING */
.list-unstyled li:hover {
  color: lightseagreen;
}

.list-unstyled a:hover {
  color: lightseagreen;
  text-decoration: none;
}
.footer {
  color: black;
}
.footer li a {
  color: black;
}
.copy p {
  text-align: center;
  margin-top: 10px;
  color: black;
}

/* HTML TAG STYLING */
/* A TAGS */
.toolA {
  border-bottom: 1px dotted black;
}

.siteMission a:hover {
  color: lightseagreen;
  text-decoration: none;
}

.siteMission a {
  color: black;
}
/* IMG */

hr {
  margin: 0;
  padding: 0;
}

.basketnumber p {
  font-size: 25px;
}

/* H TAGS */

h1 {
  margin-bottom: 0;
  position: relative;
}

h2 {
  font-family: "Markazi Text", serif;
  text-align: center;
}
h3 {
  font-family: "Markazi Text", serif;
  margin-bottom: 2px;
}

h4 {
  font-family: "Shrikhand", cursive;
  position: absolute;
  top: 65px;
  padding-left: 185px;
}

.finalh4 {
  font-family: "Shrikhand", cursive;
  position: absolute;
  top: 35px;
  padding-left: 200px;
}
h6 {
  color: lightseagreen;
}

/* GENERAL/MOST PAGES */
.basket {
  justify-content: flex-end;
  min-height: 5vh;
}

.header {
  min-height: 50vh;
  width: 100%;
}

.siteTitle h1,
em {
  font-family: "Shrikhand", cursive;
}

.siteTitle a:hover {
  color: lightseagreen;
  text-decoration: none;
}

/* INDEX PAGE */
.siteMission {
  width: 40%;
  align-self: center;
  text-align: center;
}

.midsection img {
  width: 100%;
}

.blog-pagination {
  margin-left: auto;
  margin-right: 50px;
  margin-bottom: 5px;
}

/* ALL THEMES PAGE */
.themeheader {
  height: 20vh;
}

#themecardsection {
  min-height: 80vh;
  flex-wrap: wrap;
  width: 92%;
  margin: auto;
}

.outerthemebox {
  width: 225px;
  margin: 5px;
}

#middlebox {
  height: 170px;
  text-align: center;
}

.pleft {
  padding-left: 25px;
  padding-right: 0;
  text-align: center;
}

.card-text {
  bottom: 0;
  font-size: 10px;
}

.searchbox {
  margin-bottom: 10px;
}

.basketicon {
  height: 80px;
  width: 80px;
}

/* FILTER ON THEME PAGE */

.input-group {
  width: 21%;
}

.input-group-text {
  background-color: lightseagreen;
  font-size: 14px;
  font-family: "Markazi Text", serif;
}
option {
  color: gray;
}

/* PROJECT DETAIL PAGE */

.projectinfo {
  /* height: 50vh; */
}

.globalgivesite {
  margin-top: 90px;
  width: 30%;
  text-align: center;
  transition: 0.3s;
}

.globalgivesite:hover img {
  opacity: 0.8;
  border: solid;
  border-color: lightseagreen;
}

.globalgiveicon {
  box-shadow: 16px 18px 15px 2px grey;
}

/* BUTTONS! */
#projDonateInfo {
  flex-direction: column;
  justify-content: space-between;
}

.morebtn {
  width: 40%;
  text-align: center;
}

/* FINAL BASKET PAGE */

.receipt {
  border: inset;
  position: relative;
}

.receiptitems {
  height: 60vh;
  overflow-y: scroll;
}

.total {
  position: absolute;
  bottom: 0;
  margin-bottom: 85px;
}
.paymentMeths {
  position: absolute;
  bottom: 0;
  left: 10%;
}

.masterc {
  padding-right: 30px;
  padding-left: 30px;
}
.visa {
  padding-right: 30px;
  padding-left: 30px;
}

.paypal {
  padding-right: 30px;
  padding-left: 30px;
}

.finalbasket {
  height: 5vh;
  justify-content: flex-end;
}
.basketnumber {
  padding: 5px;
}

.finalheader {
  height: 20vh;
}

.sendNow {
  height: 5vh;
}
/* IMAGE GRID  on FNAL BASKET PAGE*/
/* Create two equal columns that sits next to each other */

.finalimg {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
.donationinfo p {
  font-size: 30px;
}

/*  BLOG PAGE */

.blogAs {
  color: lightseagreen;
}

.jumbotron {
  background-image: url("makechange.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 500px;
}

.blog-post {
  margin-bottom: 35px;
}

/*SITE CREDITS */

.cats,
.icons,
.mentors,
.templates {
  flex-direction: row;
  padding: 0px 70px 0px 20px;
}

.icons {
  padding: 0px 70px 0px 80px;
}

.mentors {
  padding: 0px 70px 0px 80px;
}

.part2 {
  width: 30%;
  text-align: center;
}

/* MEDIA QUERIES */

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 670px) {
  .siteMission {
    width: 90%;
  }

  .footer {
    margin-top: 5px;
  }

  .media2hide {
    display: none;
  }

  .designedby {
    font-size: 10px;
  }
  .footer img {
    padding: 10px;
  }

  .finalh4 {
    top: 55px;
    padding-left: 15px;
    font-size: medium;
  }

  #themecardsection {
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }

  #projectcard h2 {
    font-size: larger;
  }

  #projectcard h3 {
    font-size: medium;
  }

  .receiptitems {
    overflow-y: scroll;
    overflow-x: scroll;
  }

  .total {
    position: unset;
    bottom: 0;
    margin-bottom: 85px;
  }
  .paymentMeths {
    position: absolute;
    bottom: 0;
    left: 10%;
  }

  .masterc {
    padding: 5px;
  }
  .visa {
    padding: 5px;
  }

  .paypal {
    padding: 5px;
  }

  .finalbasket {
    height: 0;
  }
  .basketnumber {
    padding: 0px;
  }

  .sendNow {
    margin-bottom: 20px;
  }
  .finalbasket {
    margin-bottom: 30px;
  }
}

/* LARGER THAN MOBILE SCREEN */

@media screen and (min-width: 671px) {
  .showmob {
    display: none;
  }
}
