/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        width: 100%;
        height: 100%;
        font-family: 'Saira Extra Condensed';
        
}
h1 h2 h3 h4 h5 h6 {
    font-family: 'Saira Extra Condensed';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}   
html,body {
    font-size: 16px;
    line-height: 1.5em;
    scroll-behavior: smooth;
}
h1 {
    line-height: 0.92em;
    font-size: 96px;
    font-weight: 700;
    color: #343A40;
    text-transform: uppercase;
    margin: 120px 48px 0px  ;
}
h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2em;
    padding:48px 48px 20px 48px;
    color: #343A40;
}
h3 {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 32px;
     line-height: 1.2em;
     color: #343A40;
}
h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #868E96;
    line-height: 1.5em; 
}
p {
     color: #868e96;
     font-size: 18px;
     line-height: 1.5em;
     font-family: Muli,-apple-system;
}
li {
    color: #868E96;
    font-size: 18px;
    line-height: 1.5em;
    font-family: Muli,-apple-system;
}
section {
    margin-top:0;
    height: 100%;
    overflow: hidden;
}
hr {
    margin: 0; 
}
a {
    text-decoration: none; 
    color: #DEAE9C;
    font-family: Muli,-apple-system;
    transition: color 0.35s;
}
a:hover {
    text-decoration: none; 
    color: white;
}

h1 {
        font-family: 'Saira Extra Condensed';
}
i
{
    font-size: 24px;
}