@charset "UTF-8";
body  {
	font-family: 'Calibre Regular', Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	cursor: default;
}

.logo {
	width: 202px;
}

.header, .content, .footer {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.content {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 50px 0px;
	height: 1000px;
}

.content h1 {
	font-size: 1.3em;
	margin-bottom: 30px;
}

.miniForm {
	
}

.miniForm label {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.miniForm input {
	display: block;
	border-style: solid;
	corner-radius: 0px;
	font-size: 1em;
	padding: 5px;
	margin-bottom: 20px;
}

.miniForm button {
	display: block;
	font-size: 1em;
	margin-bottom: 20px;
	padding: 7px;
	corner-radius: 0px;
	border: none;
	color: #fff;
	background-color: #000;
	font-weight: bold;
}

.footer {
	background-color: #000;
	min-height: 200px;
	margin-top: 0px;
}

.footerBig {
	font-weight: bold;
	display: block;
	width: 300px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 10px 0px;
	margin-left: 20px;
}

.footerMedium {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-left: 20px;
}

.footerSmall {
	display: block;
	font-size: 0.7em;
	color: #fff;
	margin-top: 5px;
	margin-left: 20px;
}

.footerLink {
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 15px;
	cursor: pointer;
}

.footerLink.first {
	padding-left: 20px;
}

.footerLinkDivider {
	color: #fff;
	font-size: 0.7em;
	display: inline-block;
	margin-left: 5px;
}

@font-face {
	font-family: 'Calibre Regular';
	font-display: auto;
	src:
		url(CalibreWeb-Regular.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Calibre Semibold';
	font-display: auto;
	src:
		url(https://www.interactive-scape.com/images/CalibreWeb-Semibold.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre Semibold Italic';
	font-display: auto;
	src:
		url(https://www.interactive-scape.com/images/CalibreWeb-SemiboldBold.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre Bold';
	font-display: auto;
	src: url(https://www.interactive-scape.com/images/CalibreWeb-Bold.woff)
		format("woff");
	font-weight: normal;
	font-style: normal;
}

