@font-face {
  font-family: "myFirstFont";
  src: url("Roboto/roboto-regular.ttf");
}

body {
  background-color: #fae7dd;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
  /* margin-left: 50px; */
  /* margin-right: 50px; */
}

h1 {
  color: #fba170;
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

h2{
  color: #fba170;
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

h3{
  color: #fba170;
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

h4{
  color: #fba170;
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

p{
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

ul{
  /* color: black; */
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
  list-style-type: none;
  padding:0px;
  margin:0px;
  /* border: 2px solid #FFCAAC; */
}

li{
  /* color: black; */
  text-align: left;
  font-family: "myFirstFont", Verdana, "Geneva", Tahoma, sans-serif;
}

table{
  align-items: center;
  padding: 10px;
  margin: 0px;
  border: 1px solid #FFCAAC;
  width: 100%;
}
th,td{
  border: 1px solid #FFCAAC;
  padding: 10px;

}

#ul-icon{
  content: "💻";
}

/* text css above hero image*/
.hero_title {
  text-align: center;
  font-size: 4.5rem;
  font-family: "myFirstFont", Verdana, "Geneva", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2F2F2F;
}
/* hero background image */
.bgimage {
  position: flex;
  height:100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCAAC;
  overflow-x: hidden;
  border: 0px;

}

.bgimage::before {
  background-image: url("images/bkg.jpg");
  content: "";
  background-size: cover;
  position: absolute;
  background-color: #FFCAAC;
  opacity: 0.2;
  top: 0px;
  bottom: 0px;
  left: -20px;
  right: -20px;
}

.hero_desc {
  font-size: 2rem;
  color: #0D1B2A;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0D1B2A;
  font-family: "myFirstFont", Verdana, "Geneva",;
  font-weight: bold;
}
/* 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: #FFCAAC;
}
.servicesText:hover {
  border: 1px solid #FFCAAC;
}
/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
  background-color: #FECAAD;
}

.navbar {
  background-color: white;
  padding: 5px;
}
/* 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: #FFCAAC;
}
.fab {
  color: #000000;
}
/* footer styling */
#footer {
  background-color: #808080;
  text-align: center;
  font-size: 20px;
}

/* spacing on all sections */
#about, #services, #portfolio, #contact {
  color: #2F2F2F;
  margin-top: 4rem;
  padding-top: 4rem;
}
#contact {
  padding-bottom: 4rem;
}
button {
  background-color: #FFCAAC;
  border: black;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}
/* Center child elements */

.website-counter {
  display: inline-block;
  justify-content: center;
  align-items: center;
  /*flex-direction: column;*/
}

/* Styles for website counter container */
.website-counter {
  background-color: #FFCAAC;
  height: 25px;
  width: 50px;
  color: black;
  border-radius: 20px;
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}

/* colour pallette */
colour: #FECAAD;
colour: #99C1B9;
colour: #8E7DBE;
colour: #2F2F2F;
colour: #0D1B2A;