html {
	background-color: white ;
	font-family: 'Open Sans', sans-serif;;

}

		/*global attributes*/	

h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: black;
	background:
	-webkit-text-fill-color: transparent;
}

p{
	font-family: 'Open Sans', sans-serif;
}

h2{
	font-family: 'Open Sans', sans-serif;
	color: #613476;
}

a{
	font-family: 'Open Sans', sans-serif;
}

.left-contents{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.left-contents-banner{
	position: absolute;
	left: 25%;
	text-align: left;
	margin-top: 10%;
}

.left-contents-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}

.right-contents{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;

}

.button-variant {
	color: #FFFFFF;
	background-color: #AC5FD0;
}

.button-variant:hover {
	background-color: white;
	color: black;
	
}

.button-variant-2 {
	color: #FFFFFF;
	background-color: #FF7218;
}

.button-variant-2:hover {
	background-color: white;
	color: black;
	
}

.logo-header {
	padding-top: 33px;
	padding-left: 173px;
}

.logo {
	height: 40px;
}

					/*intro welcome to Rooster Grin Strip*/
.intro-strip{
	height: 700px;
	width: 100%;
	margin: 0 auto;
	position: relative;

	background-image: url("../front-end-dev-test-assets/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}

.intro-contents{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.intro-contents h1 {
	color: #FFFFFF;
	font-size: 65px;
	margin: 0 auto;

}
.intro-contents h2 {
	color: #FFFFFF;
	font-size: 60px;
	margin: 0 auto;

}

.intro-contents button{
	margin-top: 30px;
}

.welcome-fade {
	color: white;
  	text-transform: none;
	opacity: 0.0;
  	animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


					/*split intro strip 2*/

.strip-2 {
	height: auto;
	width: auto;
	margin: 0 auto;
	position: relative;
	min-height: 400px;

}

.left-contents-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;

}

.image-right{
	align-items: right;

}

.img-1{
	max-width: 100%;
	height: auto;
	justify-content: right;
}

.container {
	height: 500px;

}

					/*info banner Strip 3*/

.strip-33 {
	height: 600px;
	background-image: url("../front-end-dev-test-assets/banner-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.strip-3 .row{
justify-content: center;
}

					/*features banner Strip 4*/

.strip-4 {
	height: auto;
	background-color: #FFFFFF;
	width: auto;
	margin: 0 auto;
	position: relative;
	
}

.strip-4 .row{
justify-content: center;
}

#ft-grid{
	background-color: #FAFAFA;
	text-align: center;

	display: grid;
	justify-content: center;
	align-content: center;

  gap: 4px;
  grid-auto-flow: column;
}

.feature-img {
	height: 100px;
	width: auto;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.3); }

.feature-text {
	font-size: 15pt;
	color: #613476;
}

							/*strip 5 h1 p button*/
.strip-5 {
	height: 600px;
	background-image: url("../front-end-dev-test-assets/banner-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: auto;
	margin: 0px 70px 0px 70px;
}

.girl-banner-text {
	font-size: 5vw;
}
.girl-banner-text-small {
	font-size: 3vw;
}

.right-contents-banner{
	position: absolute;
	left: 0%;
	text-align: center;
	margin-top: 20%;
}

							/*strip testimonials*/


#client-testimonial-carousel {min-height: auto;}

.fa-star {
	color: orange;
}

.dark {
	color: black;
}

.carousel-indicators li {
	border-top: 0px solid black;
	border-radius: 50%;
}

.review-author {
	color: #613476;
}

.blockquote p{
	padding-bottom: 20px;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

