@charset "UTF-8";
/* CSS Document */

/* ====== VARS ====== */
:root {
    --white: #ffffff;
	--offw: #f9f9f9;
    --black: #0F0F0F;
    --grey: #999999;
	--red: #B21414;
	--dkred: #7F0505;
	--font: 'Montserrat', sans-serif;
	--thin: 100;
	--xlight: 200;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semi: 600;
	--bold: 700;
	--xbold: 800;
	--xblack:900;

}

/* =================== */

/* ===== RESET ===== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {font-size: calc(14px + 0.390625vw);}
body, html {height: 100%;}
body{
	/*background:var(--black) url("../img/landing-bg.jpg") no-repeat fixed center; */
	font-family: var(--font);
	color: var(--black);
}
#text {
	margin-top:50px;
	line-height: 1.5;
}
#text p {
	margin-bottom: 15px;
}
#text p span {
	font-weight:var(--bold);
	text-decoration: underline;
	display: inline-block;
	letter-spacing: .07em;
}
#text p a {
	color: var(--red);
	text-decoration: none;
}
#text p a:hover {
	text-decoration: underline;
}
#footer {
	margin-top:40px;
}
#footer span.copy {
	font-size: calc(8px + 0.390625vw);
	display: inline-block;
	text-align: center;
	padding-left:50px;
}
#footer span.foot-logo{
	display: inline-block;
	text-align: center;
	margin: auto;
	padding-left:50px;
	padding-right: 50px;
	
}

img {max-width: 100%;height: auto;}

/* ===================== */

#logo {
	margin: 25px auto 35px;
	text-align: center;
}
