#tagline {
  align-items: center;
}

.menuContainer {
  background-color: black;
  padding-top: 30px;
  padding-bottom: 45px;
}

.orgName {
  float: left;
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.pageLinks {
  float: right;
  text-transform: uppercase;
}

.menuItems {
  padding: 15px;
}

#menuIcon {
  color: white;
  float: right;
}

.menuContainerMobile {
  width: 500px;
}

.pageLinkMobile {
  background-color: black;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(255, 221, 221);
}

.pageLinkContainerMobile {
  float: right;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

#contentSpace {
  padding: 20px;
}

.pageHeadings {
  text-align: center;
}

/* HOME PAGE STYLES */
.headerPhoto {
  height: 600px;
  background-image: url("../images/homeHeader.jpg");
  /* background-image: url("https://images.unsplash.com/photo-1540272826122-ccf0a226259c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"); */
  /* background-color: rgb(0, 0, 0); */
  background-repeat: no-repeat;
  background-size: cover;
}

.headerText {
  font-size: 50px;
  padding: 130px;
  text-align: center;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: white;
}

.homeContent {
  font-size: 20px;
  padding: 50px 0 100px 0;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.social {
  padding: 50px;
  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%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#instaUser {
  font-size: 30px;
  padding-bottom: 250px;
}

.igcontainer {
  margin: auto;
  padding: 70px 0 70px 0;
}

.ourServices {
  padding: 50px;
}

.servicesList {
  font-size: 20px;
}

/* FOOTER STYLES */
.footerContainer {
  background-color: rgb(0, 0, 0);
  text-align: center;
  color: aliceblue;
  position: absolute;
  width: 100%;
  padding: 15px 0 10px 0;
}

.footerHeaders {
  font-size: 15px;
}

.homePageLogo {
  max-width: 250px;
}

/* Catchall Page */
#noResource {
  font-size: 30px;
  text-align: center;
  padding-top: 200px;
  margin: 30px;
}

#contact {
  text-align: center;
  font-size: 20px;
  margin: 30px;
}

.catchAllBg {
  background-image: url("../images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: whitesmoke;
}

/* MAILING LIST */
.mailingListHeader {
  text-align: center;
}

.mailingListContainer {
  padding: 30px;
}

.bioImage {
  max-width: 100%;
}

#bioContainer {
  padding-top: 50px;
  padding-bottom: 50px;
}
