/*
Theme Name: Bernadette2025
Author: Bernadette2025
Description: Bernadette2025 Theme
Text Domain: Bernadette2025
Version: 1.1
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize

# Typography

# Colors

# Elements

# Forms

# Navigation
	## Links
	## Menus

# Content
	## Header
	## Footer
	## Pages

# Modules

	
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100%;
	position: relative;
}

a {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'speedeebold';
    src: url('../fonts/speedee-webfont.woff2') format('woff2'),
         url('../fonts/speedee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "arial", sans-serif !important;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

em {
	font-style: italic;
	font-weight: inherit;
}

p {	
	font-family: "arial", sans-serif !important;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

h1 {
	font-family: 'speedeebold', sans-serif;
	font-style: normal;
	margin-bottom: 15px;
	position: relative;	
}

h2 {
	font-style: normal;
	margin-bottom: 15px;
	position: relative;
}

h3 {
	font-style: normal;
	margin-bottom: 15px;
	text-transform: none;
}

h4 {
	font-style: normal;
	margin-bottom: 15px;
	text-transform: none;
}

h5 {
	font-style: normal;
	margin-bottom: 15px;
	text-transform: none;
}

.bold,
strong {
	font-weight: bold;
}

.shadow {
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.white {
	color: #EEEEEE;
}
.black {
	color: #292929;
}
.red {
	color: #d90007;
}
.yellow {
	color: #ffbc0d;
}
.bg-white {
	background-color: #ffffff;
}
.bg-black {
	background-color: #292929;
}
.bg-red {
	background-color: #d90007;
}
.bg-yellow {
	background-color: #ffbc0d;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

hr {
	background-color: #EEEEEE;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

blockquote {
    margin: 0 0 0 30px;
    border-left: 3px solid #D7176F;
    padding-left: 15px;
}

.uppercase {
	text-transform: uppercase;
}

.divider-gray {
	color: #666666;
	padding: 0px 5px;
}

/* Buttons */
:focus:not(:focus-visible) { 
	outline: none 
}

a.button,
.button {
	background: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 30px;
	border-radius: 30px;
	border: 1px solid;
	border-color: #00CC83;
	color: #00CC83;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

a.button:hover,
.button:hover {
	background: #00CC83;
	color: #EEEEEE;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #292929;
	transition: all 0.3s ease;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #d90007;
	outline: 0;
	text-decoration: underline;
}

a:focus {
	outline: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	padding: 30px 0px 15px;
}

footer p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;1	
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #EEEEEE;
	text-decoration: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
span.powered_by_link.d-block {
	display: none !important;
}


