/*
 * pgStreaming Website Style
 * 
 * Copyright: Chris Ellis - 2022
 */

/* reset */

* {
	padding: 0;
	margin: 0;
}

img {
    border: none;
}

a:link,
a:active,
a:visited,
a {
    text-decoration: none;
    color: #000;
    outline: none;
}

/* force scrollbar */

html {
    overflow-y: scroll;
}

/* default page styles */

body {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	color: #2c2c2c;
    /*background-color: #FFF;*/
    background-color: #336690;
}

/* layout */

#header {
    padding: 10px 0px;
	height: 120px;
	background-color: #336690;
	color: #fe8901;
	border-bottom: 4px solid #fe8901;
}

#header .container {
    overflow: hidden;
}

#footer {
    padding: 20px 0 10px 0;
    background-color: #336690;
    color: #fe8901;
    border-top: 4px solid #fe8901;
}

#header a, #header a:visited, #header a:active,
#footer a, #footer a:visited, #footer a:active {
	color: #fe8901;
	text-decoration: none;
}

#header a:hover,
#footer a:hover {
    color: #fe8901;
    text-decoration: none;
}

#header .container,
#footer .container {
    width: 860px;
}

#header ul li,
#footer ul li {
    margin: 5px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

#footer ul {
    margin: 0;
}

#header ul {
    margin: 60px 0 0 0;
}

#header ul li {
    font-size: 40px;
    font-weight: 600;
    /*text-align: right;*/
    float: left;
    margin: 0 0 0 20px;
}

#header ul li a,
#footer ul li a {
    text-decoration: underline;
}

#footer ul li {
    font-size: 18px;
}

/*#menu {
    position: absolute; 
    top: -10px; 
    right: 0;
}*/

#content {
	padding: 15px 0 30px 0;
	background-color: #FFF;
	min-height: 1000px;
}

/* grid stuff */

.container {
	width: 860px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.full-width {
	width: 850px;
}

.row {
	float: left;
	width: 850px;
	margin-bottom: 20px;
}

.col1 {
	float: left;
	width: 125px;
	padding: 5px;
}

.col2 {
	float: left;
	width: 270px;
	padding: 5px;
}

.col3 {
	float: left;
	width: 415px;
	padding: 5px;
}

.col4 {
	float: left;
	width: 560px;
	padding: 5px;
}

.col5 {
	float: left;
	width: 705px;
	padding: 5px;
}

.col6 {
	float: left;
	width: 850px;
	padding: 5px;
}

.col7 {
    float: left;
    width: 995px;
    padding: 5px;
}

.col8 {
    float: left;
    width: 1140px;
    padding: 5px;
}

.col9 {
    float: left;
    width: 1285px;
    padding: 5px;
}

.right {
	float: right;
	text-align: right;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    color: #fe8901;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

/* tables */

table {
    border-collapse: collapse;
}

table th, table td {
    padding: 5px 10px;
    border: 1px solid #CCC;
}

table th {
    background-color: #336690;
    color: #fe8901;
    border-bottom: 2px solid #CCC;
}

table tr:nth-child(odd) {
    background-color: #EEEEEE;
}

table tr:hover {
    background-color: #D9E1D9;
}

/* paras */

p {
    margin-bottom: 20px;
}

/* lists */

ul, ol {
    list-style: none;
    margin: 10px 20px 20px 20px;
}

li > ul {
    margin: 5px 20px 5px 20px;
}

#content ul li:before {
    color: #fe8901;
    content: "\2022";
    font-size: 1.5em;
    padding-right: .25em;
    position: relative;
    top: .1em;
}

/* Links */

#content a {
    text-decoration: underline;
}

#content a:hover {
    color: #fe8901;
}

/* code and pre */

pre {
    padding: 20px;
    font-family: 'Inconsolata', monospace;
    font-size: 16px;
    color: #fafafa;
    border: 1px dashed #DDD;
    margin-bottom: 20px;
    overflow: auto;
}

pre code {
    overflow: visible;
    color: #fafafa;
}

pre.plain {
    padding: 20px;
    font-family: 'Inconsolata', monospace;
    color: #000;
}

code {
    border-radius: 4px;
    color: #fe8901;
    padding: 2px 5px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
}

/* Sections */

.section-1 {
    margin-bottom: 60px;
}

.section-2 {
	margin-bottom: 45px;
	margin-top: 45px;
}

.section-3 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.section-4, .section-5, .section-6 {
    margin-bottom: 15px;
}

/* other bits */

span.info {
    background-color: #EEE;
    border-radius: 3px;
    padding: 0px 4px;
}

span.indent {
    text-indent: 20px;
}


@media (min-width: 571px) and (max-width: 869px) {
    #header .container,
    #footer .container {
        width: 570px;
    }
    .container {
        width: 570px;
    }
}

@media (min-width: 870px) and (max-width: 1304px) {
    #header .container,
    #footer .container {
        width: 870px;
    }
    .container {
        width: 870px;
    }
}

@media (min-width: 1305px) and (max-width: 99999px) {
    #header .container,
    #footer .container {
        width: 1305px;
    }
    .container {
        width: 1305px;
    }
}
