body {
    font-family: TF2Secondary;
	background-image:url("src/main_bg.png");
	background-repeat:repeat-x;
	background-color:#bbaca5;
	height: 100vh;
    overflow-y: hidden;
}

#header{
    width:100%;
    text-align:center;
	height: 178.46px;
}

@font-face {
    font-family: "TF2Secondary";
    src: url("src/tf2secondary.ttf")
}

#container {
    margin-top: 32px;
    padding-left: 6px;
	padding-right: 6px;
	padding-top:-1px;
	padding-bottom:6px;
    width: 788px;
    margin: auto;
    background-color: #F0E2D9;
    color: #231F1B;
	box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.5);
	
}
#navbar {
    background-color: #F2E1D7;
    padding: 4px;
	text-align: left;
	font-size: 16pt;
}
#navbar p {
    margin: 0;
}
#navbar a {
    margin: 0;
	color: #231F1B;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover {
	color: #AD9687;
	text-decoration: underline;
	font-weight: bold;
}
#innercon a {
	color: #231F1B;
	text-decoration: none;
	font-weight: bold;
}
#innercon a:hover {
	color: #AD9687;
	text-decoration: underline;
	font-weight: none;
	font-weight: bold;
}

#innercon {
	background: linear-gradient(to bottom, #5D5863 0%, #6C6A74 30%) !important;
    border-radius: 3x;
    margin-top: 6px;
    padding: 4px;
}
h2 {
    margin: 4px;
	margin-bottom: 0 !important;
}
#bodytext {
    font-size: 12pt;
    padding-left: 8px;
    padding-right: 8px;
	font-weight: 350;
}
#bodytext p {
	margin-top:0 !important;
	color: #EFEFEF;
}
#bodytext h1 {
	margin-top:0 !important;
	color: #EFEFEF;
	text-decoration-line: underline;
}
#bodytext h2 {
	margin-top:0 !important;
	color: #EFEFEF;
	text-decoration-line: underline;
}
iframe {
	border: 5px #BFC92A; 
	border-radius: 8px; 
	display: block; 
	margin: 0 auto;
}

#footer {
    background:linear-gradient(#5D544C, #584F47);
    width: 795px;
    margin: 0 auto;
    padding: 3px;
    font-family: Arial;
    color: #918E84;
    font-size: 9pt;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 2px #524941;
}
#footer img {
    width: 90px;
    margin: 13px 5px;
    float: left;
}