@charset "UTF-8";

@font-face {
	font-family: "Biko";
	src: url(../fonts/Biko_Regular.otf);
}

@font-face {
	font-family: "Biko Bold";
	src:url(../fonts/Biko_Bold.otf);
	font-weight: bold;
}

/*Steph name in upper left corner; typeface biko*/
#mainNav .container .navbar-brand.js-scroll-trigger {
	color: #FFFFFF;
	font-family: Biko, "Biko Black", "Biko Bold", "Biko Light";
	font-style: normal;
}


/*Changes hover color and font of navigation sections*/
#mainNav .navbar-nav .nav-item .nav-link:hover{
	color: #62A3AD;
}

/*Welcome text*/
.container .intro-text .intro-lead-in h2{
	color: white;
	font-family: Biko, "Biko Black", "Biko Bold", "Biko Light";
	font-size: 1em;
}

header.masthead .intro-text .intro-heading{
	font-size:4.7em;
	font-weight:700;
	line-height:70px;
	margin-bottom:25px;
	font-family: Biko, "Biko Black", "Biko Bold", "Biko Light"
}

/*Background image on header*/
#page-top .masthead {
	background-image: url(../img/potential-background.jpg);
}

/*Changes button color*/
.container .intro-text .btn.btn-primary.btn-xl.text-uppercase.js-scroll-trigger {
	background-color: #F0575E;
	border-color: #F0575E;
	
}

/*Changes hover color of the button*/
.btn-primary:active,.btn-primary:focus,.btn-primary:hover
{
	background-color: #F0575E!important;
	border-color: #F0575E!important;
	color: #fff;
	
}

/*Changes the hover when on indicated item*/

#mainNav .navbar-nav .nav-item .nav-link.active {
	color: #F0575E;
}

/*Changes the hover color of the portfolio pieces*/
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: #94E2D7;
}

/*Changes the text font family and color inside the portfolio description*/
.portfolio-modal .modal-content p {
	color:#666666;
	font-family: Biko, "Biko Black", "Biko Bold", "Biko Light";
}

/*Changes the background color of the end of the timeline in the ABOUT section*/
.timeline>li .timeline-image
{
	background-color: #62A3AD;
	border: 7px solid #0C4875;
}

/*Changes logo/image inside the hover of portfolio pieces: my logo*/
.fa-plus:before {
	content: url(../img/portfolio/Logo-white-small-med.png);
}

/*changes button color of the: 'Send Message' section*/
.btn-primary {
	background-color: #94E2D7;
	border-color: #94E2D7;
}

/*changes the color of the menu button when activated into css responsive mode*/
#mainNav .navbar-toggler {
	background-color: #F0575E;
}

/*changes the font size of the portfolio headers*/
.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px;
}

/*puts the hamburger in the menu when it turns responsive*/
.fa-bars:before {
	content: none;
}

/*puts the little 'x' in the close project in the portfolio section*/
.fa-times:before {
	content:none;
}

a {
	color:#62A3AD;
}

a:hover {
	color: #F0575E;
}