 /* main styling */
 /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

nav {
    text-transform: uppercase;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

 
 
 
 /*-------------------------------------------------------------*/
 /* accordion */
 /* Style the buttons that are used to open and close the accordion panel */
#design .accordion {
  background-color: #2c3e50;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size:180%;
  border: none;
  outline: none;
  transition: 2s;
  border-radius: 5px;
  margin-top: 5px;
}

 /* Style the buttons that are used to open and close the accordion panel */
#consulting .accordion {
  background-color: #00ccff;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size:180%;
  border: none;
  outline: none;
  transition: 2s;
  border-radius: 5px;
  margin-top: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) 
.active, .accordion:hover {
  background-color: #ccc;
} */

/* Style the accordion panel. Note: hidden by default */
#design .accordion-panel {
  padding: 0 18px;
  background-color: #2c3e50;
  display: none;
  overflow: hidden;
  transition: max-height 2s ease-out;
} 

#consulting .accordion-panel {
  padding: 0 18px;
  background-color: #00ccff;
  display: none;
  overflow: hidden;
  transition: max-height 2s ease-out;
} 

.accordion-panel h3, .accordion-panel p {
    text-align:center;
}

#getConsulting  {
    margin-left: -10%;
    width: 10%;
    height: 80px;
    color: #fff;
    border: none;
    background-color: #ff8080;
    text-decoration: none;
    
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    border-radius: 10px;
    word-wrap:break-word;

}

#getConsulting:hover {
    background-color: #2c3e50;
}

#consulting h2 {
    flex-grow: 1;
}

#heading {
   display:flex;
   overflow: hidden;
}

#subtitle { 
    text-align: center;
    color: white;
    font-size: 80%;
    display: block;
}

.modal-dialog {
    max-width: 400;
}

.modal-body {
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
}

.modal-content {
    padding: 1rem 1rem;
}

.modal-footer {
    padding: 1rem;
    display: inline;
    text-align: center;
}

.single-features {
    background-color: #00ccff;
    padding: 40px 20px 52px;
    border-radius: 0.5em;
}

.center {
    text-align: center;
}

.midproduct {
    padding-top: 10px; 
}




