/* https://lingtalfi.com/bootstrap4-color-generator */
/*------------------------------------
- COLOR cyan
------------------------------------*/
.bg-primary {
    background-color: #cbecec !important;
}
.bg-primary2 {
    background-color: #e7c9b4 !important;
}
.text-primary {
    color: #cbecec !important;
}
.text-primary2 {
    color: #e7c9b4 !important;
}
.bg-secondary {
    background-color: #97dada !important;
}
.bg-secondary2 {
    background-color: #ce896a !important;
}
.text-secondary {
    color: #97dada !important;
}
.text-secondary2 {
    color: #ce896a !important;
}
.bg-info {
    background-color: #147C7C !important;
}
.bg-info2 {
    background-color: #d77945 !important;
}
.text-info {
    color: #147C7C !important;
}
.text-info2 {
    color: #d77945 !important;
}
ul {
	margin-left: 2em ;
}
.header-logo-section h3 {
	color: white ;
	text-shadow: 2px 2px #147C7C ;
}
.d-sm-none h3 {
	color: #147C7C ;
	font-weight: bold ;
}
.no-gutters {
	margin-right: -15px;
    margin-left: -15px;
}
.spikes {
  position: relative;
  background: #cbecec ;
}
.spikes2 {
  position: relative;
  background: #e7c9b4 ;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #cbecec 25%, transparent 25%), linear-gradient(225deg, #cbecec 25%, transparent 25%);
  background-position: 0 0;
}
.spikes2::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #e7c9b4 25%, transparent 25%), linear-gradient(225deg, #e7c9b4 25%, transparent 25%);
  background-position: 0 0;
}