/*!
Theme Name: markmonitor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: markmonitor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

markmonitor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## han changes 25th jan 2023
--------------------------------------------------------------*/

h1.display-4.mb-3.ft-wrk {
	font-size: 3.2rem ! important;
    line-height: 3.6rem !important;
    font-weight: 600 !important;
	font-family: 'Work Sans' !important;
}
.display-4 {
    font-weight: 600 !important;
}
nav.primary.desktop a.nav-link {
    padding: 1.7rem 1.5rem 1.7rem 1.5rem;
    color: #9D9D9C;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 800 !important;
	font-family: 'Work Sans' !important;
}

.btn-primary, nav.primary.desktop .nav-cta.nav-item a.nav-link {
    color: #fff;
    background-color: #004AFF;
    border-color: #004AFF;
    border-radius: 5px !important;
    font-size: 1rem ! important;
	font-family: 'Work Sans' !important;
}

.lead .ft-wrk-txt {
    font-size: 2rem !important;
    font-weight: 300;
	line-height: 2.33rem !important;
	font-family: 'Work Sans' !important;
} 
p.ft-wrk-txt {
	font-size: 1.4rem;
    line-height: 2rem;
	font-family: 'Work Sans' !important;
}
.btn-primary-accessible {
    color: #fff;
    background-color: #004AFF;
    border-color: #004AFF;
    border-radius: 5px !important;
	font-family: 'Work Sans' !important;
	font-size: 1rem !important;
}
section.module.get-started h2 {
    font-size: 2.2rem !important;
    font-family: 'Work Sans' !important;
    font-weight: 700;
}
footer.site-footer .privacy a {
    color: #646363;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Work Sans' !important;
}
.btn, nav.primary.desktop .nav-cta.nav-item a.nav-link {
    padding: 0.8rem 1.4rem 0.8rem 1.4rem !important;
}
span.hero-sub-title {
    font-family: 'Work Sans' !important;
}
strong {
    font-family: 'Work Sans' !important;
}
body {
    height: 100%;
    background-color: #fff;
    margin-top: 70px;
    color: #000;
    font-family: 'Work Sans' !important;
}
.btn, nav.primary.desktop .nav-cta.nav-item a.nav-link {
    
    font-size: 1rem ! important;
    line-height: 1rem !important;

    
}