body {
  padding: 0;
  margin: 0;
  background: #FEFEFE;
}
/*--- navigation bar ---*/
.navbar {
  background:#fff;
}
.nav-link,
.navbar-brand {
  color: #000;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #48827d;
}
.navbar-collapse {
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  container-fluid {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    background-image: url('../images/ccs_main_page/ccspic3small2.jpg');
  }
}

/*--- Photo by Artur Tumasjan on Unsplash ---*/
.header {
  background-attachment: fixed;
  background-image: url('../images/ccs_main_page/ccspic3.jpg');
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
 /* background-position: center center;
  background-size: cover;
  background-position: center;*/
  position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
     background: rgba(0, 0, 0, 0.1);
}

.description {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.description h1 {
  color: #fff;
}
.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.description a {
  border:1px solid #CAE0DE;
  background:#5BABA4;
  border-radius: 3;
  color:#fff;
}
.description a:hover {
  border:1px solid #fff;
  background:#fff;
  color:#000;
}

/*Buttons for 'Find out more'*/
.btn-secondary {
    display: inline-block;
     padding: 1em 2em;
     margin: 0.5em;
     cursor: pointer;
     color: #292929;
     border:1px solid #dce0e0;
     border-radius: 0.25em;
     background: #9DC6C5;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
     transition: 0.3s;
     user-select: none;
     font-size: 10px;
     font-weight: bold;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6f9692;
    border-color: #6f9692;
}

.btn-group {
  border:1px solid #CAE0DE;
  background-color:#5BABA4;
  border-radius: 3;
  color:#fff; 
  margin-bottom: 40px !important;
}
.btn{
  width: 20%;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
  margin: 12px 0;
}

.btn:hover {
  border:1px solid #fff;
  background:#167776;
  color:#fff; 
  text-align:center !important;
}
.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}
