body {
  font-family: sans-serif;
  font-size:14px;
}

h3.title {
    text-align: center;
}

#content {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

section {
    background-color: rgb(237, 231, 246);
    border-radius: 10px;
}

.section-top {
  background-color: white;
}

.section-foot {
  background-color: white;
}

.section-services {
  background-color: rgb(237, 231, 246);
}

.section-articles {
    background-color: rgb(237, 231, 246);
}

/* feeds */

.feed-column {
    float: center;
    text-align: center;
}
  
.feed-row {
    padding: 5px;
}

/* Clear floats after the feed-columns */
.feed-row:after {
    content: "";
    display: table;
    clear: both;
}

.feed-header {
  float: center;
}

/* Style the feed-header links */
.feed-header a {
  float: center;
  color: black;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 30px;
  line-height: 25px;
  border-radius: 4px;
}

.feed-header p {
  float: center;
  padding: 5px;
  font-size: 25px;
  font-style: italic;
  margin-top: 0px;
}

.feed-header:hover {
  background-color: #ddd;
  color: black;
}

.feed-header a:hover {
    text-decoration: underline;
}



/* resources */

.flip-card {
  background-color: transparent;
  width: auto;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: fuchsia;
  color: black;
}

.flip-card-back {
  background-color: grey;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.resource-btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #4CAF50;
  color: green;
}

.x-face-title {
    color: white;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;    
}

.x-face-text {
    color: white;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.resource-box {
    text-align: center;
}

.resource-column {
    position: relative;
    left: 10%; 
    float: left;
    width: 20%;
    padding: 5px;
  
}

/* Clear floats after the resource-columns */
.resource-row:after {
  content: "";
  display: table;
  clear: both;
}

/*
.resource-row {
    padding-left: 50px;
}
*/

/* Responsive layout - when the screen is less than 600px wide, make the three resource-columns stack on top of each other instead of next to each other */
/*
@media screen and (max-width: 1280px) {
  .resource-column {
    width: 30%;
    float: left;
  }
}
*/

/* Responsive layout - when the screen is less than 600px wide, make the three resource-columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1080px) {

  .resource-column {
    width: 35%;
    float: left;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the three resource-columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .resource-box {
    padding-left: 0px;
  }
  .resource-column {
    width: 100%;
    float: center;
    padding: 0px;
    padding-bottom: 5px;
    left: 0%;
    }    
}

.flip-card {
    width: auto;
    height: 150px;
}  


/* services */

.services-column {
  float: left;
  width: 33.3%;
  padding-bottom: 10px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Clear floats after the services-columns */
.services-row:after {
  content: "";
  display: table;
  clear: both;
}

.services-rcorners {
  border-radius: 15px;
  border: double fuchsia;
  padding-top: 10px; 
  padding-left: 15px; 
  padding-right: 15px; 
  padding-bottom: 10px; 
  width: 300px;
  height: 300px;  
}

.services-title {
    font-weight: bold;
    font-size: 25px;
    text-align: left;
}

.services-ul_class {
    padding-inline-start: 20px;
    list-style: none;
    list-style-position: outside;
    font-size: 20px;
    line-height: 25px;
}

.services-li:before
{
    content: '✔ ';   
    margin-left: -1em;
    margin-right: .100em;
}

/* Responsive layout - when the screen is less than 600px wide, make the three services-columns stack on top of each other instead of next to each other */

@media screen and (max-width: 985px) {
  .services-column {
    width: 45%;
    float: left;
  } 
}

@media screen and (max-width: 500px) {
  .services-column {
    width: 100%;
    float: none;
    left: 0%;
  }
  .services-rcorners {
    width: 100%;
    height: auto;  
  }    
}

/* top */

  .top-column {
    float: left;
    width: 33.33%;
  }
  
  .top-left {
    width: 30%;
  }
  
  .top-right {
    width: 30%;
  }
  
  .top-middle {
    width: 40%;
    margin-top: 50px;
  }

  .top-description {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
  }
  
  /* Clear floats after the top-columns */
  .top-row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the header links */
  .top-header a {
    float: right;
    color: black;
    text-align: right;
    padding: 3px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    border-radius: 4px;
  }
  
  .top-header img {
    float: left;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  .top-header h3 {
    color: fuchsia;
    text-align: center;
    text-decoration: none;    
    font-size: 45px;
    border-radius: 4px;
    margin-top: auto;
    height: 10px;
  }

  .top-header h4 {
    color: fuchsia;
    text-align: center;
    text-decoration: none;    
    font-size: 30px;
    border-radius: 4px;
    margin-top: auto;
    height: 10px;
  }
  
  .top-header p {
    color: black;
    text-align: center;
    text-decoration: none;    
    font-size: 30px;
    border-radius: 4px;
    margin-top: auto;
  }
  
  /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the top-header to increase when the font gets bigger */
  .top-header a.logo {
    font-size: 25px;
    font-weight: bold;
  }
  
  /* Change the background color on mouse-over */
  .top-header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active/current link*/
  .top-header a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  /* Float the link section to the right */
  .top-header-right {
    float: right;
  }
  
  .top-header a {
      color: black;
  }
  
  .top-header a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: underline;
  }

  .top-cal-a {
    display:block;
    text-align: center;
    color: white;
    background-color:  fuchsia;
    padding: 15px;
    border-radius: 15px;
    width: 350px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: large;
    margin-bottom: 5px;
  }
  
  /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
  @media screen and (max-width: 500px) {
      .top-column {
          width: 100%;
          float: none;
      }
      .top-left {
          width: 100%;
      }
  
      .top-right {
          width: 100%;
          padding-top: 20px;
      }
  
      .top-middle {
          width: 100%;
          padding-top: 0px;
      }      
      .top-header-right {
          float: none;
      }
      .top-header img {
          float: none;
          display: block;
          margin-left: auto;
          margin-right: auto;
      }
  
      .top-header a {
          float: none;
          display: block;
          margin-left: auto;
          margin-right: auto;
          padding: 0px;
          text-align: center;
      }
  
      .top-header p {
          padding-top: 30px;
      }

  }
  
  img.logo {
      width:"100px";
      height:"100px";
  }  
  
  
  /* slides */

      
.slideshow-container {
    position: relative;
    /* background: rgb(248, 211, 218); */
}

.mySlides {
    display: none;
    padding: 25px;
    text-align: center;
    height: 200px;
}

.slide-prev, .slide-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.slide-prev {
    position: absolute;
    left: 0;
    border-radius: 3px 0 0 3px;
}
.slide-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slide-prev:hover, .slide-next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

.dot-container {
    text-align: center;
    padding: 20px;
    /* background: rgb(248, 211, 218); */
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: fuchsia;
}

.quote {
    padding-left: 25px;
    padding-right: 25px;
    font-style: italic;
    font-size: 30px;
}

.author {
    color: black;
    font-size: 20px;
} 

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .mySlides {
        height: auto;
    }
}


/* social */

.social-column {
    float: left;
}
  
/* Clear floats after the columns */
.social-row:after {
    content: "";
    display: table;
    clear: both;
}
  
.fa {
  padding: 10px;
  font-size: 25px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.fa-yelp {
  background: #ff6600;
  color: white;
}

/* footer */

.foot-description {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}


/* form */

{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */

.open-form-button {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 25%) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: rgb(194, 0, 255);
    color: rgb(255, 255, 255);
    border: none;
}

.open-form-container {
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 9998;
}

.open-request-form-container {
  position: fixed;
  right: 20px;
  bottom: 115px;
  z-index: 9998;  
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 10000;
}

/* Add styles to the form container */
.form-container {
  max-width: 500px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password], .form-container input[type=email], .form-container textarea {
  width: 80%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus, .form-container input[type=email]:focus, .form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* end form */
