/*Nav Bar*/
.barColour {
  background-color: #B9D7EA;
}

.hiddenBurger{
  background-color: black;
}
/* Will change the font in the navbar */
.navbar-brand {
  color: black;
}

.navbar-nav .nav-link {
  color: black;
}

body {
  background-color: #F7FBFC;
}

/*About me*/
.aboutContainer {
  background-color: #B9D7EA;
}

/*Experience section*/
.icon-holder {
  height: 300px;
  width: 300px;
  background-color: #B9D7EA;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.icon-img {
  height: 200px;
  width: 200px;
}

figcaption {
  color: black;
}
/*Everything for the projects section*/
.card {
  background-position: center;
  background-size: cover;
  background-color: #B9D7EA;
  border: 0;
}

.card-img-top {
  height: 225px;
  object-fit: cover;
}

.project-text {
  color: black;
}

.check-it-out a {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

/*Contact Section*/
.btm {
  margin-bottom: 200px;
}

#contentContact {
  height: 150px;
}
