@font-face {
  font-family: 'Raisonne';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/raisonne-demibold-pro.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raisonne-demibold-pro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raisonne-demibold-pro.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raisonne-demibold-pro.woff') format('woff'), /* Modern Browsers */
       url('fonts/raisonne-demibold-pro.ttf') format('truetype') /* Safari, Android, iOS */
}

body {
	color: #000;
	font-family: 'system-ui';
  background-color: #f6e9ef;
}

section {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.jumbotron {
  color: white;
  background-image: url("images/ccs_hero_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

#logo {
	width: 200px;
	margin-bottom: 3.5em;
  margin-top: -2.5em;
}

h1, h2, h3, h4, h5 {
	font-family: 'Raisonne';
	font-weight: bold;
	max-width: 54rem;
	margin: auto;
}

p {
	font-family: 'system-ui';
	font-size: 1em;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

h1 {
	font-size: 3.25em;
	margin-bottom: 1.5rem;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 3rem;
}

.subline {
  font-size: 1.25em;
  max-width: 54rem;
  margin: auto auto 4rem auto;
}

#scrolling-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#scrolling-wrapper .col-5 {
	min-width: 300px;
  max-width: 500px;
}

#scrolling-wrapper .card-text {
  font-size: 0.75em;
}

#scrolling-wrapper .card-body {
  padding: 0.75rem;
}
.card-block {
	height: auto;;
	background-color: #fff;
	border: none;
	transition: all 0.2s ease-in-out !important;
	&:hover{
		transform: translateY(-5px);
		box-shadow: none;
		opacity: 0.9;
	}
}

.card-body {
	color: #000;
	font-size: 1em;
}

.card-deck .card {
	min-width: 20rem;
}


.card-title {
	color: #000;
}

.card-header {
	background-color: #fff;
}

.card-header button::before {
	content: '\2212';
}

.card-header button.collapsed::before {
	content: '\002B';
}

.card-header button {
	font-family: 'system-ui';
	color: #000;
	font-size: 1.25em;
	text-align: left;
}

.card-header button:hover {
	color: #000;
	text-decoration: none;
}

.card-header button:active {
	color: #000;
	text-decoration: none;
}

.card-header button:focus {
	color: #000;
	text-decoration: none;
}


.benefits {
	background-color: none;
  border: 1px solid #fff;
	color: #fff;
	font-size: 1em;
  padding: 0.6em 0.75em 0.6em 0.75em;
	margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

header .benefits::before {
	content: '\2713';
	color: #fff;
	margin-right: 0.2rem;
}


.list-group-item {
	font-size: 1.25em;
}

.card .text-muted {
  font-weight: bold;
}

.sans-serif {
	font-family: 'system-ui';
	font-weight: bold;
}


.avatars {
  display: inline-flex;
  flex-direction: row-reverse;
}

.avatar {
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
	height: 50px;
}

.avatar:not(:last-child) {
  margin-left: -10px;
}

.avatar img {
  width: 100%;
  display: block;
}

footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
  background-color: #fff;
}

footer a {
  text-decoration: none;
  color: #626262;
  line-height: 2;
}

footer a:hover {
  text-decoration: none;
  color: #626262;
}


.price-badge {
  text-align: center;
	margin: auto;
  width: 200px;
  height: auto;
  z-index: 999;
  position: relative;
  margin-top: -10px;
}

.steps {
  font-family: 'Raisonne';
	font-size: 1em;
  font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 10px auto 10px auto;
	background-color: #fff;
	color: #46227c;
}

#cta button {
	margin-top: 2rem;
	padding: .75rem 2rem;
  font-family: 'Raisonne';
	font-size: 1.75rem;
	font-weight: bold;
	border-radius: .3rem;
	background-color:#00aa00;
  color: #fff;
}

#cta button a {
  text-decoration: none;
}

#slider-right {
  position: absolute;
  z-index: 999;
  right: 20px;
  top:60%;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1.5em;
  background-color: #fff;
}

.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}

.star {
  position: relative;
  line-height: 20px;
  display: inline-block;
  color: #fcf100;
}

.star:before {
  content: '\2605';
  width: 20px;
  height: 20px;
  font-size: 20px;
}




@media (max-width: 576px) {
  section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .jumbotron {
    height: 75vh;
  }
  #logo {
    width: 140px;
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .benefits {
    font-size: 0.75em;
  }
  h1 {
  	font-size: 1.75em;
  }
  h2 {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
  .subline {
    font-size: 1em;
  }
  .list-group-item {
    font-size: 1em;
  }
  .price-badge {
    width: 160px;
  }
  .card-header button {
  	font-size: 1em;
  }
  #slider-right {
    display: none;
  }
}
