/* reset browser styles */
html, body, div, span, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	background-color: #0098F5;
	
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* slabo-27px-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/slabo-27px-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 62.5%; /*This equals 10px */
	background: rgb(225,238,253) url(../images/board_banner.jpg) repeat-x;
}

.main {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	border: 4px soild white;
	background: transparent url(../images/shodan_body.jpg) no-repeat;
	background-color: #F5F000;
}

.main h1 {
	color: rgb(249,212,120);
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 4.21em;
	text-shadow: 4px 4px 6px rgba(0,0,0,.75);
}

.main h1 strong {
	font-size: 150px;
	color: white;
	line-height: 1;
	margin-right: -.5em;
}

.main h2 {
	font: normal 3.16em "Slabo 27px", Garamond, Times, serif;
	color: rgb(37, 76,143);
	border-bottom: 1px solid rgb(200,200,200);
	margin-top: 25px;
}

.main h3 {
	color: rgb(241,47,6);
	font-size: 2.37em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
}

.main p {
	font-size: 1.8em;
	line-height: 1.5;
	margin-left: 150px;
	margin-right: 50px;
	margin-bottom: 10px;
}

.main p::first-line {
	font-weight: bold;
	color: rgb(153,153,153);
}

.main ul{
	margin: 50px 0 25px 50px;
	width: 25%;
	float: right;
}

.main li {
	color: rgb(32,126,191);
	font-size: 1.5em;
	margin-bottom: 7px;
}

.main .byline {
	font-size: 1.8em;
	margin: 5px 0 25px 50px;
}

.main .byline strong {
	color: rgb(32,126,191);
	text-transform: uppercase;
	margin-left: 11px;
}
