/*
Theme Name: Strategy Co-Efficient
Template: hello-elementor
Author: The Brandesign Group
Description: A child theme for Hello Elementor
Version: 1.0
*/

/* --Fonts-- */
@font-face {
    font-family: 'Nord';
    src: url('/wp-content/themes/strategy-coefficient/fonts/nord/NORD-Medium.woff2') format('woff2'),
         url('/wp-content/themes/strategy-coefficient/fonts/nord/NORD-Medium.woff') format('woff');
    font-weight: normal;
	font-style: normal;}

h1, h2
{font-family: 'Nord','Montserrat',san-serif !important;
text-transform: uppercase;
padding-bottom:10px;
line-height:1em !important;}

h3, h4, h5, h6
{font-family: 'Montserrat',san-serif !important;
text-transform: uppercase;
margin-bottom: 10px !important;}
 
p
{font-family: 'Montserrat',san-serif !important;
margin-bottom: 20px !important;}

ul
{font-family: 'Montserrat',san-serif !important;
padding-left:10px;}

.bdtopics h4
{font-size:18px;
color: var(--blue) !important;}

/* --Colours-- */
:root {
    --blue: #1E90DF;
    --navy: #111E72;
	--green:#449B24;
	--grey: #272727;
}

/* --Nav-- */
.bdnav a,
.bdnav p
{font-family: 'Nord','Montserrat',san-serif !important;
font-size:16px !important;
font-weight: normal !important;
color: var(--navy) !important;}

.bdnav a:hover,
.bdnav p:hover
{color: var(--green) !important;}

.bdnav a.elementor-item-active,
.bdnav a.elementor-item-active
{color: var(--green) !important;}

/* --Buttons-- */

/* --Global Button Style-- */

.bdbutton .elementor-button
{font-family: 'Nord','Montserrat',san-serif !important;
font-size:12px;
text-transform:uppercase;
border-radius:250px;}

.bdbutton .elementor-button:hover
{transform: translateY(-3px);}

/* --Green Button Style-- */
.bdgreen .elementor-button
{background-color: var(--green) !important;}

/* --Blue Button Style-- */
.bdblue .elementor-button
{background-color: var(--blue) !important;}

/* --Navy Button Style-- */
.bdnavy .elementor-button
{background-color: var(--navy) !important;}

.bdblurb
{font-family: 'Montserrat',san-serif;}
