/* Start the CSS Styles for the ROOKBYTES index.html file. */

/* ///////////////////////////// */

/* Style the Body */
body {
  font-family: sans-serif;
  background: #15171a;
  padding: 40px;
  margin: 0;
}

/* ///////////////////////////// */

/* Style the header */
.header {
  padding: 40px;
  text-align: center;
  background: #15171a;
  color: white;
}

/* Style the Header's h1 element */
.header h1 {
  font-family: Agency FB, sans-serif;
  font-size: 195px;
  color: orange;
  margin: 0;
  padding: 0;
}

/* Style the Header's p element */      
.header p {
  font-family: Consolas, sans-serif;
  font-size: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

/* Style the Header's hr element */
hr {
	border: 1px dotted orange;
}

/* ///////////////////////////// */

/* Style the Content container */
.content {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: auto;
}

h2, h3, h4, h5, h6 {
	color: orange;
  font-family: "Sophia", Teko, 'Segoe UI', Calibri, sans-serif;
}

h2 {
  font-size: 40px;
  text-decoration: allcaps;
  margin-top: 10px;
  padding: 0;
}

h3 {
  font-size: 30px;
  text-decoration: smallcaps;
  margin-top: 5px;
  padding: 0;
}

h4 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 26px;
  margin: 0;
  padding: 0;
}

h6 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
      
p {
	font-size: 170%;
  color: white;
  font-family: 'Arial Narrow', Arial, sans-serif, 'Courier New', Courier, monospace, Verdana, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0px;
}

/* ///////////////////////////// */

/* Close of Styles */