@charset "UTF-8";
/* CSS Document */

/* header background */
header {
  background-color: #f2f2f2;
}

/* footer background */
footer {
  background-color:rgba(143,143,143,1.00);
}


/* icons */
.bi_clr {
  color:rgba(107,190,255,1.00);
}

.bi_clr:hover {
  color:rgba(0,0,0,1.00);
}

/* footer text */
footer p {
  color: #ffffff;
}


.nav-link{
	  font-family: "Inter", sans-serif;
  color:rgba(0,0,0,1.00);
	text-transform: uppercase;

}

.nav-link:hover{
	color:rgba(107,190,255,1.00);
}
.port_head{
	  font-family: "Inter", sans-serif;
  color: rgba(107,190,255,1.00);
	text-transform: uppercase;
}


