/*Defines the basic font-size for the page*/
html {
	font-size: 18px;
}
/*Body Background Color and Background Image*/
body {
	margin: 0px 0px 0px 0px;
	background-color: rgb(223, 223, 223);
	background-image: url("../img/banner-blue.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	color: rgb(0, 0, 0);
	/*background-image: url("../img/gir-head.jpg");*/
	/**/
}
:root {
	--padding-xxl: 0% 25% 0% 25%;
	--padding-xl: 0% 16% 0% 16%;
	--padding-l: 0% 12% 0% 12%;
	--padding-m: 0% 8% 0% 8%;
	--padding-s: 0% 3% 0% 3%;
	--margin-list: 0.5rem 0% 1rem 1%;
	--paragraph-margins: 0.7rem 0rem 0.7rem 0rem;
	--parafirst-margins: 1rem 0rem 0.7rem 0rem;
	--paralast-margins: 0.7rem 0rem 2rem 0rem;
	--pullquote-margins: 1rem 0rem 1rem 0rem;
}
hr {
	width: 100%;
}
article {
	position: relative;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}
section {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}
/*Behavior of hyperlinks*/
a:link,
a:visited,
a:active {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #da3185;
	background-color: transparent;
	text-decoration: none;
}
/*To ensure underlining of hyperlinks, 
use id="uline" in <a>element*/
#uline {
	text-decoration: underline !important;
}
/*Image centralised, full width of column*/
img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/*Image hyperlink: no border*/
a img {
	border: 0 none;
}
.image-link {
	background-color: transparent;
	background: none;
	text-decoration: none;
	border-bottom: none;
}
/*iframe appearance*/
iframe {
	margin: 0 auto;
	background-color: white;
	display: block;
	border-style: none;
}
/*Horizontal Page Menu on top*/
.nav {
	margin: 0px auto;
	background-color: rgba(2, 6, 58, 1);
	z-index: 10;
}
.nav ul {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px; /*14 pts*/
	line-height: 15px;
	margin: 0px 5px 0px 0px;
	padding: 7px 0 7px 0;
}
.nav ul > li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding-right: 7px;
	margin: 0px 10px 0px 10px;
	border-right: 0px rgb(224, 224, 224) solid;
	color: white;
	text-transform: uppercase;
	padding: 0 5px 0 0;
}
.nav ul > li:first-child {
	padding-left: 10px;
	margin-left: 20px;
}
.nav ul > li:last-child {
	border-right: none;
	padding-right: 5px;
	margin-left: 0px;
}
/*To Stick the TopNav Bar to Page Top*/
.menubar {
	margin: 10px auto;
	display: flex;
	float: right;
	position: sticky; /*Aligns the Menu to the right*/
	top: 1px;
	margin-right: 20px;
}
/*Alternate Sticky Menu Bar for Mobiles*/
.menubar-fa {
	display: none;
}
/*FOOTER BAR And Menu*/
.footer-bar {
	background-color: #0f0f0f;
	display: flex;
	position: sticky;
	margin: 0px;
	padding: 1rem;
}
.footer-text {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	color: silver;
	font-style: normal;
	font-size: 0.7rem;
	line-height: 1.3rem;
	margin-left: auto;
	margin-right: auto;
}

/*COMPANY LOGO*/
.logo {
	width: 500px;
	padding-left: 40px;
	margin: 4px 0px 0px 5px;
	float: none; /*float with position and display keeps the logo locked in position*/
	position: relative;
	display: block;
}
/*Banner image*/
.banner1 {
	border: 0px;
}
.banner2 {
	display: none;
}
.banner3 {
	display: none;
}
.banner4 {
	display: none;
}

/*Heading for Phones*/
.phone {
	margin-top: 490px;
	margin-left: 1rem;
	color: rgb(6, 54, 0);
	display: none;
}
.pc {
	display: block;
	margin-top: 160px;
	margin-left: 40px;
}
/*HTML ELEMENTS: TEXT AND HEADINGS*/
.xtra-head {
	padding-top: 40px;
	padding-bottom: 15px;
}
/*
#title {
	font-weight: 900;
	font-style: normal;
	font-size: 3.55rem; 
	line-height: 3.5rem;
	margin: 3rem 0rem 1.5rem 0rem; 
	margin: var(--heading-margins);
}

#subtitle {
	font-family: "Playfair Display", serif;
	display: block;
	font-weight: 400;
	font-style: italic;
	font-size: 2rem;
	line-height: 3rem; 
	line-height: var(--paraline-height);
	margin: 1.5rem 0rem 3rem 0rem; 
*/
.title {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.55rem; /*64 pts*/
	line-height: 3.5rem;
	margin: 3rem 0rem 1.5rem 0rem; /*fallback for IE*/
}
h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3rem; /*54 pts*/
	line-height: 3rem;
	margin: 3rem 0rem 1rem 0rem; /*fallback for IE*/
	text-align: left;
}
h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.67rem; /*48 pts*/
	line-height: 2.7rem;
	margin: 2rem 0rem 1rem 0rem; /*fallback for IE*/
	text-align: left;
}
h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.78rem; /*32 pts*/
	line-height: 1.8rem;
	margin: 2rem 0rem 1rem 0rem; /*fallback for IE*/
	text-align: left;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.55rem; /*28 pts*/
	line-height: 1.55rem;
	margin: 1.6rem 0rem 1rem 0rem; /*fallback for IE*/
	text-align: left;
}
h5 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 1rem 0rem 0.7rem 0rem;
	text-align: left;
}
p {
	/*font-family: "Libre Baskerville", serif;*/
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem; /*18 pts*/
	line-height: 1.6rem;
	margin: 1rem 0rem 0.7rem 0rem; /*fallback for IE*/
	margin: var(--parafirst-margins);
	text-align: left;
}
p.note {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-left: auto;
	margin-right: auto;
}
p.credit {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 0.7rem;
	line-height: 1.2rem;
	text-align: right;
}
/*=== PADDING OF MAIN BODY ===*/
.mybox {
	padding: var(--padding-xxl) !important;
}
/*=================*/
.kicker {
	font-family: "Roboto Condensed", sans-serif;
	display: block;
	font-weight: 300;
	font-style: normal;
	font-size: 2rem; /*36 pts*/
	line-height: 3rem; /*fallback for IE*/
	line-height: var(--paraline-height);
	margin: 1rem 0rem 2rem 0rem; /*fallback for IE*/
}
.firstlineindent {
	text-indent: 0.9em; /*fallback for IE*/
	text-indent: var(--paratext-indent);
	margin: 0.7rem 0rem 1rem 0rem; /*fallback for IE*/
	margin: var(--paragraph-margins);
}
.lastpara {
	text-indent: 0.9em; /*fallback for IE*/
	text-indent: var(--paratext-indent);
	margin: 0.7rem 0rem 2rem 0rem; /*fallback for IE; More after-para space*/
	margin: var(--paralast-margins);
}
.quotation {
	font-size: 0.921rem;
	margin: 0.7rem 0rem 1rem 2%; /*fallback for IE*/
	margin: var(--margin-list);
	line-height: 1.275rem;
}
.dropcap {
	font-size: 3rem;
	float: left;
	position: relative;
	top: 0.65rem;
	margin-bottom: 0.3rem;
	padding-left: 0px;
	padding-right: 5px;
}
.hangingindent {
	padding-left: 40px;
	text-indent: -40px;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	line-height: 1.416rem;
}
/*Ordered lists classes (to avoid class with menu lists*/
ol.a {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.92em;
	text-align: left;
	line-height: 1.4rem;
	margin: var(--margin-list);
}
ol.aa {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 0.92em;
	list-style-type: lower-roman;
}
ul.a {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.92em;
	text-align: left;
	line-height: 1.4rem;
	list-style-type: square;
	margin: var(--margin-list);
}
ul.aa {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 0.92em;
	list-style-type: square;
}
/*=======================*/
/*Multi-Column Setup*/
.container {
	column-count: 3;
	column-width: 200px;
	column-gap: 10px;
	column-rule: 0px dotted rgb(79, 185, 227);
}

.card {
	break-inside: avoid;
	page-break-inside: avoid;
	background-color: rgb(223, 223, 223);
	border: 0px solid rgb(99, 99, 99);
	padding: 3px;
	margin: 0 0 1rem 0;
}
/*=======================*/
/*Multi-Column Footer Setup*/
.container-footer {
	column-count: 3;
	column-width: 300px;
	column-gap: 10px;
	column-rule: 0px dotted rgb(79, 185, 227);
	font-weight: 400;
	color: silver;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
}

.card-footer {
	font-weight: 400;
	font-size: 0.7rem;
	color: silver;
	font-style: normal;
	break-inside: avoid;
	page-break-inside: avoid;
	border-right: 1px;
	border-color: rgb(223, 223, 223);
	padding: 3px 0px 3px 0px;
	margin: 0 0 1rem 0;
}
/*=======================*/

.testimonials {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6rem;
	margin: 1.5rem 0rem 2rem 0rem; /*fallback for IE*/
}

/*SCREEN QUERY*/
/*Screens wider than 1640px:*/
@media screen and (min-width: 1640px) {
	body {
		margin-left: 0%;
		margin-right: 0%;
	}
}
/*Screens between 1340px and 1640px:*/
@media screen and (min-width: 1340px) and (max-width: 1640px) {
	body {
		margin-left: 0%;
		margin-right: 0%;
	}
	/*Padding: Width of text*/
	.mybox {
		padding: var(--padding-xl) !important;
	}
	.container-footer {
		column-count: 3;
		column-width: 200px;
	}
	.nav {
		font-size: 14px;
		line-height: 15px;
		background-color: rgba(2, 6, 58, 1); /*For Menu Visibility*/
	}
	.logo {
		width: 400px;
		padding-left: 0px;
		margin-top: 5px;
		margin-left: 25px;
		position: absolute; /*was added to make logo move up*/
	}
}
/*Screens between 991px and 1340px:*/
@media screen and (min-width: 991px) and (max-width: 1340px) {
	body {
		margin-left: 0%;
		margin-right: 0%;
	}
	/*Banner image*/
	.banner1 {
		display: none;
	}
	.banner2 {
		border: 0px;
		display: block;
	}
	.banner3 {
		display: none;
	}
	.banner4 {
		display: none;
	}
	/*Padding: Width of text*/
	.mybox {
		padding: var(--padding-l) !important;
	}
	.container-footer {
		column-count: 3;
		column-width: 200px;
	}
	.pullquote {
		font-size: 1.204rem;
	}
	.logo {
		width: 350px;
		padding-left: 0px;
		margin-top: 3px;
		margin-left: 25px;
		position: absolute; /*was added to make logo move up*/
	}
	.nav {
		font-size: 16px;
		line-height: 16px;
		background-color: rgba(2, 6, 58, 1); /*For Menu Visibility*/
	}
	.nav ul {
		padding-right: 10px;
	}
	.menubar {
		display: none;
	}
	.menubar-fa {
		margin: 5px auto;
		display: flex;
		float: right;
		position: sticky;
		display: block;
		top: 1px;
		right: 10px;
	}
}

/*Screens between 991px and 640px:*/
@media screen and (min-width: 640px) and (max-width: 991px) {
	body {
		margin-left: 0%;
		margin-right: 0%;
	}
	/*Banner image*/
	.banner1 {
		display: none;
	}
	.banner2 {
		display: none;
	}
	.banner3 {
		border: 0px;
		display: block;
	}
	.banner4 {
		display: none;
	}
	/*Padding: Width of text*/
	.mybox {
		padding: var(--padding-m) !important;
	}
	.container-footer {
		column-count: 2;
		column-width: 250px;
	}
	.pullquote {
		font-size: 1.133rem;
	}
	.logo {
		width: 350px;
		padding-left: 0px;
		margin-top: 3px;
		margin-left: 20px;
		position: absolute; /*was added to make logo move up*/
	}
	.nav {
		font-size: 14px;
		line-height: 16px;
		background-color: rgba(2, 6, 58, 1); /*For Menu Visibility*/
	}
	.nav ul {
		padding-right: 10px;
	}
	.menubar {
		display: none;
	}
	.menubar-fa {
		margin: 5px auto;
		display: flex;
		float: right;
		position: sticky;
		display: block;
		top: 1px;
		right: 10px;
	}
}
/*Screen width up to 640px:*/
@media screen and (max-width: 640px) {
	body {
		margin-left: 0%;
		margin-right: 0%;
	}
	/*Banner image*/
	.banner1 {
		display: none;
	}
	.banner2 {
		display: none;
	}
	.banner3 {
		display: none;
	}
	.banner4 {
		border: 0px;
		display: block;
	}
	/*Padding: Width of text*/
	.mybox {
		padding: var(--padding-s) !important;
	}
	.container {
		column-count: 1;
		column-width: 100%;
		column-gap: 10px;
	}
	.container-footer {
		column-count: 1;
		column-width: 300px;
	}
	.title {
		font-size: 2.5rem;
		line-height: 2.8rem;
		margin: 1.5rem 0rem 1rem 0rem;
	}
	.kicker {
		font-size: 1.5rem;
		line-height: 2rem;
		margin: 1.5rem 0rem 2rem 0rem;
	}
	.testimonials {
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	h1 {
		margin: 1.5rem 0rem 1rem 0rem;
	}
	h2,
	h3,
	h4 {
		margin: 2rem 0rem 0.5rem 0rem;
	}
	.xtra-head {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pullquote {
		font-size: 1.06rem;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo {
		width: 80%;
		padding-left: 0px;
		margin-top: 7px;
		margin-left: 30px;
		position: absolute; /*was added to make logo move up*/
	}
	.nav {
		font-size: 16px;
		line-height: 24px;
		background-color: rgba(2, 6, 58, 1); /*For Menu Visibility*/
	}
	.nav ul {
		padding-right: 0px;
	}
	.menubar {
		display: none;
	}
	.menubar-fa {
		margin: 5px auto;
		display: flex;
		float: top;
		position: sticky;
		display: block;
		top: 1px;
		right: 10px;
	}
	.pc {
		display: none;
	}
	.phone {
		display: block;
	}
}
