/*
Theme Name: Prime Performance
Text Domain: primeperformance
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: A theme for Prime Performance
Author URI: https://www.primeformance247.co.nz
Theme URI: https://www.primeformance247.co.nz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

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

#prime {
  background-color: #000000;
}

#prime h1,
#prime h2,
#prime h3,
#prime h4,
#prime h5,
#prime p,
#prime span,
#prime div {
  font-family: LacaText !important;
}

#prime h1 {
  color: #fff;
}

#prime.page-id-90 {
  background-color: #ffffff !important;
  color: #000 !important;
}

#prime.page-id-90 h1,
#prime.page-id-90 h2
#prime.page-id-90 h3
#prime.page-id-90 h4
#prime.page-id-90 h5 {
  color: #333;
}

/* Navbar */

#prime .bg-dark {
  background-color: #000 !important;
}

#prime .main-nav {
  background-color: #000000;	
  margin-bottom: 60px;
}

#prime .navbar-brand {
  padding: 0px;
  margin-right: 0px;
}

#prime .navbar-brand img {
  margin-bottom: 3px;
}

#prime .navbar-nav a.nav-link {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}

#prime nav .btn {
  font-size: 15px;
}

#prime a.nav-link {
  padding: 12px;
}

#prime .highlight a.nav-link {
  background-color: #fed800;
  color: #000 !important;
  border-radius: 3px;
  margin-left: 24px;
}

/* Font Awesome Icons */

#prime .fa-check {
  color: #00ce00;
}

#prime .fa-times {
  color: #a70404;
}
