html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*/ HTML5 display-role reset for older browsers /*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:root{
    --primaryColor:#203644;
    --secondaycolor:#0BB8B6;
    --titleColor:#203644;
    --textColor:#4D6473;
    --whiteColor:#FFFFFF;
    --blackColor:#000000;
    --purpleColor:#5C2F82;
    --grey:#4D6473;
    --darkgrey:#203644;
    --lightgrey:#F3F7F9;
    --bodytext:#4D6473;
;
}
body {
	line-height: 1;
	background:#fff;
    font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a { text-decoration:none; font-family: 'Poppins', sans-serif;}

h1{font-family: 'Poppins', sans-serif; font-weight: 700 !important;}
h2{font-family: 'Poppins', sans-serif; font-weight: 700;}
h3{font-family: 'Poppins', sans-serif; font-weight: 600;}
h4{font-family: 'Poppins', sans-serif; font-weight: 500;}
p{font-family: 'Poppins',  sans-serif; font-weight:400;} 
button{font-family: 'Poppins', sans-serif; cursor: pointer;}

img{max-width: 100%;}

/* Variables */

