/*home page css*/
/* Text */
h1, h2, h3 , h4, h5, h6 {
  font-family: 'Mulish', sans-serif;
  text-align: left;
}
body {
  font-family: 'Mulish', sans-serif;
  color: #334E58;
}
h1 {
    font-weight: 700;
    font-size: 48px;
}
h2 {
    font-weight: 700;
    font-size: 36px;
}
h3 {
    font-weight: 600;
    font-size: 32px;
}
h4 {
    font-weight: 400;  
    font-size: 24px;
}
h5 {
    font-weight: 600;  
    font-size: 16px;
}
h6 {
    font-weight: 400;  
    font-size: 12px;
}
p {
  font-weight: 400;  
  font-size: 16px;
  text-align: left;
}


/* unvisited link */
a:link {
  color: #000000;
}

/* visited link */
a:visited {
  color: #334E58;
}

/* mouse over link */
a:hover {
  color: #6ADCD5;
}

/* selected link */
a:active {
  color: #334E58;
}

hr {
  border: 3px #F6C35D;
 }


/* Colours for Buttons */
.btn-info {
  background-color: #6ADCD5;
  border: 0px;
}
.btn-outline-info {
  border: solid 2px #6ADCD5;
}


/* Navigation bar */

/* General */
.customNav {
  position: absolute;
  width: 100%;
  background-color: white; !important;
  z-index: 10;
}
.navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
}
.navbar-brand img {
  padding-right: 15px;
  width: 185px;
}
.nav-item {
  margin: 5px 10px;
}
.profile {
  width: 40px;
  padding: 0px;
}
.navbar{
  padding: 0px;
}


/* Navigation links */
.customNav a {
  color: #334E58 !important;
}
.navCTA {
  font-size: 14px;
  font color: #FFFFFF !important;
}

.icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
}
.icons img {
  margin: 15px;
  cursor: pointer;
}



/* jumbotron attempt 3 */
#ProjectPageHeroGrid {
  display: grid;
  min-height: 500px;
  height: 10em;
  width: 100vw;
  grid-template-columns: 60% 40%;
  grid-template-areas:
  "jumbotronImage pageheaderText"
}

#JumbotronImage{
  background-image: url("../images/KnittingGroup.png");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 30em;*/
  width: 100vw;
  display: grid;
  align-items: left;
  justify-content: center;
}

/*.jumbotronImage{
  height: 30em;
  width: 85vw;
}*/

#pageheaderText {
  grid-area: pageheaderText;
  width: 45vw;
  background-image: url("../images/HeaderRec.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 26.75em;
  align-items: center;
  justify-content: center;
}
.pageheaderText{
  grid-area: pageheaderText;
  width: 46vh;
  color: #334E58;
  text-align: left;
  position: absolute;
  right: 0px;
  top: 74px;
  padding: 8%;
  z-index: 100;
  justify-content: center;
}
.pageHeading{
  margin-left: 40px;
}
.headerBlurb{
  margin-left: 40px;
}




/* Cards */
.sectionHeading {
  text-align: center;
}
.spacing {
  padding-top: 75px;
}

.blogCards  {
  padding: 0px 30px 30px 30px;
}
.cardContainer {
  text-align: center;
  padding: 15px;
}


/* Content attempt 2 */
/*.row {
  margin: 24px;
  margin-top: 60px;
  margin-bottom: 48px;
}
.col-3 .row {
  margin: 5px;
}*/

/*.row .special-section {
  margin-top: 25px;
}*/

.button-center {
  text-align: center;
}


#btn-special{
  width: 175px;
  margin: 10px;
}

#space-content {
  margin-top: 72px;
  margin-bottom: 48px;
}


/* Carousel for Charity */
.charities {
  height: 100%;
  background-color: #F6F6F6;
  padding-top: 24px;
  padding-bottom: 24px;
  /*justify-content: center;*/
}

.charity-logo {
  padding: 5px;
  width: 150px;
}
.text-center {
  justify-content: center;
}
.special-section {
  margin-bottom: 48px;
}




/* Footer Attempt 2 */
#button-addon1 {
  color: #ffc371;
}

.bg-icon {
  background-color: #EBFAF9;  
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

/*.form-control.shadow-0:focus {
  box-shadow: none;
}*/

.form-group img{
  padding: 5px;
}
.text-center {
  text-align: center;
}

footer .container {
    background-color: #EBFAF9;  
}



/* Media queries */
@media screen and (max-width: 997px) and (min-width: 0px) {
  #jumbotronImage {
    background-image:  none;
    width: 0px;
  }
  #pageheaderText {
    width: 100vw;
    z-index: 1;
    background-image: url("../images/BlueRec.png");
}
  .pageheaderText h1 h3 p{
    padding: 5%;
    margin: 40px;
  }

.charity-logo {
  padding: 5px;
  width: 125px;
}

