/* JJC Website */
/* Susan Autry */

/* common styles */

body {
 
  font-family: "Georgia", serif;
  background-color: #ddd;
}

.btn-primary {
  background-color: #312147;
  border: 0;  
}


.menu-area {
  width: 90%;
}

.about-wrapper {
  width: 95%;
  margin: auto auto;
}

.wrapper2 {
  width: 90%;
  margin: auto auto;
}

.home {
  background-color: whitesmoke;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  margin: 5rem auto;
  overflow: hidden;
  width: 85%;
}

.details {
  background-color: whitesmoke;
  margin-left: auto;
  margin-right: auto;
}
/* end of common styles */




/*Gallery Styles */


/* Styling the navbar 
.navbar {
  list-style-type: none;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #333;
}

.nav {
  float: left;
}

.nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav a:hover {
  background-color: #111;
} */

/* Slideshow container */
.slide {
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  text-align: center;
}

.slideshow {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  
}

/* Style The Dropdown Button */
/* Code tutorial from w3schools.com */

.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  font-size: 1.5rem;
}

.nav {
  float: left;
}

.nav a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav a:hover,
.dropdown:hover .dropbtn {
  background-color: lightslategray;
}

.nav.dropdown {
  display: inline-block;
}

.dropdown {
  padding-right: 30px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* end of navigation */
/* end of navbar */

/* Carousel */
.carousel-item {
height: 550px;
overflow: hidden;
width: 100%;
}
.carousel-item img {
width: 100%;
}

/* header */
.about {
  text-align: center;
  font-weight: 500;
}

.header {
  
  /**background: url(../images/tileback.jpg) center no-repeat;**/

  background-image: linear-gradient(
    to right bottom,
    rgba(246, 242, 254, 0.8),
    rgba(237, 237, 237, 0.8)),
    url(../images/tileback.jpg);
  background-size: cover;
  border-bottom: 1rem solid #8e6ebc;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.about-bdy {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(./images/cabbage.jpeg) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand2 {
  display: flex;
  background-color: #8e6ebc;
  margin-bottom: 0;
}

/*Gallery*/ 

main {
    background-image: linear-gradient(to right bottom,
          rgba(246, 242, 254, 0.8),
          rgba(237, 237, 237, 0.8)),
        url(../images/tileback.jpg);
      background-size: cover;
      border-bottom: 1rem solid #8e6ebc;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      margin-top: 0;
      overflow: hidden;
      width: 100%;
      height: auto;
}


.lead {
  font-size: 1.65rem;
} 

.col-lg-6 {
  background-color: whitesmoke;
  border-radius: 25px;
  padding: 4%;
}

.label-jjc {
  font-size: 3rem;
  
}

.carousel-heading {
  background-color: whitesmoke;
  margin-bottom: 0;
  border-bottom: 1px solid gray;
  
}

.banner {
  color: #ddd;
  height: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  margin-left: 8rem;
}

.banner1,
.about2 {
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 25%;
}

.banner-heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 0;
  animation: anim 2s;
}

.banner-paragraph {
  font-size: 3rem;
  font-weight: 300;
  animation: anim 1.5s 0.5s backwards;
}

/* end of header */

/* container all pages */
.container1 {
  background-color: #ddd;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-evenly;
}

.about {
  padding: 4rem;
  font-size: 1.7rem;
  font-weight: 300;
  width: 90%;
  justify-content: center;
}

.container2 {
  margin-top: 0px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-evenly;
}

.row {
  padding-top: 20px;
}

.info {
  padding: 3rem;
  margin-left: 5rem;
  font-size: 1.7rem;
  font-weight: 300;
}

.info1 {
  padding: 3rem;
  font-size: 1.7rem;
  font-weight: 300;
}

/* about headers-all pages */
.about-us, .contact-us {
  /*display: flex;*/
  background-color: whitesmoke;
  border-radius: 10px;
  width: 90%;
  height: auto;
  margin: auto auto;
  margin-top: 5rem;
  padding: 1rem;
  text-align: center;
}

.about-us-content, .contact-us-content {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.about-us-heading, .contact-us-heading {
  font-family: "Georgia", serif;
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #555;
  text-align: center;
}

.sub-heading {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #8e6ebc;
  text-align: center;
}

.about-us-paragraph, .contact-us-paragraph {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-bottom: 5rem;
}


.about-us-images {
  flex: 1 1;
  position: relative;
  width: 30rem;
}

.about-us-images2 {
  flex: 1 1;
  position: relative;
  width: 500;
}

.btn-primary:focus {
  outline: none;
  box-shadow: none;
  background-color: #8768B2;
}

.btn-primary:active {
  background: none;
  background-color: #8768B2;
}

.btn-primary:hover {
  background-color:#8768B2;
  text-decoration: none;
}



 

.donate-images {
  flex: 1 1;
  position: relative;
  padding: 2rem;
}

.money {
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.2);
}

.image {
  width: 32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  border: 0.3rem solid #ddd;
}

.plan {
   width: 45rem;
  position: absolute;
  top: 30%;
  left: 10%;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  border: 0.3rem solid #ddd;
}

.image-1 {
  transform: translate(-50%, -50%);
}

/* end of about us */



/* clients */
.common-heading {
  color: #8768B2;
}
.customers {
  margin: auto;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: hsl(120, 1%, 19%);
}

.customers-paragraph {
  font-size: 2rem;
  color: #ddd;
  width: 50%;
  margin: 2rem auto 2rem auto;
  text-align: center;
  padding: 1rem;
}

.customers-card-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.customer-card {
  background-color: #eee;
  width: 60rem;
  display: flex;
  margin: 1rem;
}

.customer-image-wrapper {
  margin: auto 0;
}

.customer-image {
  width: 20rem;
  margin-left: -1.3rem;
}

.customer-info {
  padding: 0 2rem;
}

.customer-fullname {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0;
}

.customer-paragraph-1 {
  font-size: 1.2rem;
  font-style: italic;
  color: #8768B2;
}

.customer-paragraph-2 {
  font-size: 1.3rem;
  font-style: italic;
}
/* end clients */


/* common header */
.common-header {
  padding: 5rem;
  text-align: center;
  color: #8768B2;
  overflow: hidden;
  
}

.common-heading {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.underline {
  padding: 10px;
}

.small-underline {
  width: 20rem;
  height: 0.1rem;
  margin: 0 auto 1rem auto;
  background-color: #8768B2;
}

.big-underline {
  width: 15rem;
  height: 0.1rem;
  margin: auto;
  background-color: #8768B2;
  opacity: 0.8;
}

.label-jjc {
  color: #333;
}

.tag {
  color: #333;
  opacity: 0.8;
}
/* end of common header */


/* about/details */
.details-card {
  width: 60rem;
  margin: 5rem;
  background-color: lightgrey;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.3);
}

.details-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.details-image {
  width: 100%;
}

.details-card-content {
  color: #15141b;
  padding: 2rem;
}

.details-card-heading {
  margin: 0;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}

.details-card-paragraph {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
}

.details-card-li {
  font-size: 1.5rem;
  line-height: 1.8rem;
  list-style-type: none;
  margin: auto auto;
}

/* end of about/details */

/* contact */
.social-icons-list {
  list-style: none;
  padding: 0;
  height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}



/* end contact */



/*form*/
.form {
  font-size: 2rem;
  background-color: whitesmoke;
  padding: 5rem;
  font-family: "Georgia", serif;
  font-weight: 300;
  color: #555;
}

.form-heading {
  text-align: center;
}

td {
  padding: 0.5rem;
}

table {
  background-color: #ddd;
  border-radius: 1rem;
  overflow: hidden;
  width: 70%;
  border: 1px solid black;
  margin: auto auto;
  padding: 2rem;
  

}

.project {
  height: 20rem;
  width: 20rem;
}

.subscribe-btn {
  width: 20rem;
  padding: .5rem;
  margin: 1rem 0;
  background-color: transparent;
  text-transform: uppercase;
  color: whitesmoke;
  border: 0.2rem solid #312147;
  border-radius: 10rem;
  background-color: #8768B2;
  outline: none;
  cursor: pointer;
  box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.subscribe-btn:hover {
  background-color: #312147;
  border: #312147;
}



/*end of form*/

/* Image styles Bath n Tile*/
.gallery-image-styles {
  float: left;
  width: 30%;
  height: 30%;
  margin: 1.66%;
}

.gallery-image-styles2 {
  float: left;
  width: 30%;
  height: 30%;
  margin: 1.66%; 
  
}

.gallery-images {
width: 95%;
overflow: hidden;
float: left;  
}


/* footer */
.footer,
.footer-index {
  margin-left: 8rem;
}

.footer2 {
  margin-left: auto;
  margin-right: auto;
  background-color: #aaa;
  
  
  
}

.nav col-md-4 justify-content-end list-unstyled d-flex {
  float: right;
}



.main-part {
  display: flex;
  justify-content: space-between;
  background-color: #1c1c1c;
  padding: 4rem;
}

.footer-heading {
  font-size: 2.5rem;
  font-weight: 300;
  color: #8768B2;
  margin: 1rem 0 3rem 0;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list-item {
  margin-bottom: 2rem;
}

.footer-list-link {
  font-size: 1.4rem;
  text-decoration: none;
  color: #bbb;
}

.contact p {
  font-size: 1.5rem;
  color: #bbb;
  margin-bottom: 4rem;
}

.footer-form {
  display: flex;
}

.footer-input {
  width: 25rem;
  padding: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  color: #444;
  outline: none;
}

.footer-btn {
  padding: 1rem;
  background-color: #8768B2;
  color: #ddd;
  border: none;
}



.gallery {
  max-width: 45rem;
}

.image-wrapper {
  width: 12rem;
  margin: 0.4rem;
  /*overflow: hidden; */
}

.footer-image {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.5s;
}

.bath-gallery {
  background-color: whitesmoke;
  margin: auto auto;
  height: auto;
  overflow: hidden;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 2rem;
}

.gallery-image-styles2 {
  float: left;
  height: 450;
  width: 30%;
  margin: 1.6%;
  
}

.footer-image:hover {
  transform: scale(1.3);
  opacity: 0.8;
}

.creator-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111;
  padding: 0 4rem;
}

.copyright-text {
  font-size: 1.3rem;
  color: #aaa;
}

.text-right {
  font-size: 1.4rem;
  color: #bbb;
}

.text-right i {
  font-size: 2rem;
  margin: 0.5rem;
  color: tomato;
}

.text-right span {
  color: gold;
}

.copy {
  color: #312147;
  font-size: 1.3rem;
  padding-left: 10px;
}

.footer-nav {
  color: #312147;
  font-size: 12px;
}


/* end of footer */

/*Responsive @ 1236*/
@media (max-width: 1236px){
.contact-us {
  /*align-content: center;
  flex-direction: column;
  padding-bottom: 50rem;
  align-content: center;
  height: 100%; */
  
    flex-direction: column;
    padding-bottom: 50rem;
}

.about-us-images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
  
}







/*Responsive @ 1100*/
@media (max-width: 1100px){
  .slideshow {
    width: 500; 
    height: 200;
  }
    .main-part {
    flex-direction: column;
  }

  .footer-list {
    display: flex;
  }

  .footer-list-item {
    margin-right: 10rem;
  }
}

/*Responsive @ 950*/
  @media (max-width: 950px) {
  .about-us {
    flex-direction: column;
    padding-bottom: 20rem;
  }

  .about-us-content, .contact-us-content {
    margin-bottom: 13rem;
  }

  .image, .plan {
    width: 25rem;
  }

  
}

/*Responsive @ 950*/
  @media (max-width: 900px) {
    .customers-card-wrapper {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-card:first-child {
    margin-bottom: 3rem;
  }
}

/*Responsive @ 750*/
  @media (max-width: 750px) {
    .customer-card {
    flex-direction: column;
    width: 20rem;
  }

  .footer-list {
    display: block;
  }

  .nav-item {
    color: #312147;
  }



   .creator-part {
    flex-direction: column;
  }

  .copyright-text {
    order: 1;
  }
  }

  /*Responsive Breakpoints @ 500px*/
@media (max-width: 500px) {
  .about-us, .contact-us {
    padding-bottom: 15rem;
  }

  .about-us-heading, .contact-us-heading {
    font-size: 2.5rem;
    text-align: center;
  }

  .sub-heading {
    font-size: 2rem;
    text-align: center;
  }

  .about-us-content, .contact-us-content {
    padding: 5rem;
  }

  .test {
    width: 100%;
    flex: auto;
  }

  

  .hotel-heading {
    font-size: 2rem;
    margin: auto 0;
  }

  .banner-heading {
    font-size: 3rem;
  }

  .banner-paragraph {
    font-size: 2rem;
  }

  .banner {
    height: 1005;
    margin-top: -10rem;
  }
}