/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

/* hero background image */
.bgimage {
    height:100vh;
    background: url('images/heroImage.jpeg');
    background-size:cover;
    position:relative;
}
/* text css above hero image*/
.hero_title {
    font-size: 2.2rem;
	background: radial-gradient(circle, #EF6B27, #CC3D0A, #E96224, #CC3D0A, #E96224); /* Define your radial gradient colors */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Makes the text transparent to show the background */
    -webkit-text-fill-color: transparent; /* Needed for some browsers */

}
.hero_desc {
    font-size: .8rem;
	color: #6F95B4;
	margin-right: 15%;
}
.hero-text {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-45%, -50%);
	max-width: 90%!important;
}

/* spacing on all sections */
/* #about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
} */
#about {
	color: #6F95B4;
	font-family: 'Open Sans', sans-serif;
	background-color: #010710;
}
.container.mt-4 {
	margin-top: 0!important;
}
#section_title {
	background: #CC3D0A; /* Define your radial gradient colors */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Makes the text transparent to show the background */
    -webkit-text-fill-color: transparent; /* Needed for some browsers */
	font-size: 2rem;
}
#contact {
    padding-bottom: 4rem;
}
/* about section image css */
.imageAboutPage {
    width: 100%;
}

/* services section css */
.servicesText.card {
    height: 280px;
    cursor: pointer;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover {
    color: #008000;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}.section.title {
}
.title_section {
}
.section.title {
}
