body {
	background: #32353a;
	font-size: 15px;
	font-weight: 300;
	color: #b7bcbe;
	padding: 20px;
	font-family: "Roboto",sans-serif;
	line-height: 1.55;
	}
div.navbar {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
	text-align: center;
	display:inline-block;
	font-weight:bold;
	color:#FFFFFF;
	}
div.navbar li{
	width = 100%;
	display:inline-block;
}
div.navbar a
{
display:block;
width:100%;
}
#menu {
  position: fixed;
  right: 20px;
  top: 0;
  padding-top: 40px;
  width: 100%;
}
span[class*="border-"] {
    position: fixed;
    background: #1f2122;
}
.border-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.border-left {
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}
.border-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.border-right {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}
.shape-1 {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-1.png") no-repeat;
}
.shape-2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/shape-2.png") no-repeat;
}
<style type="text/css">
	h1, h2 {
		border: rgb(26, 0, 102) 2px solid;
		border-left: 1px none;
		border-right: 1px none;
		border-top: 1px none;
		margin-bottom: 1em;
		margin-left: -10px;
		margin-right: 0px;
		padding: 20px;
		width: 98%;
		display: block;
		color:  rgb(26, 0, 102);
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 4px;
		text-align: right;
		height: 21px;
		position: relative;
	}
	h2:first-letter {
		color: rgb(26, 0, 102);
		font-weight: bold;
		font-size: 24pt;
	}
	a, a:link,a:visited,a:active { 
		color: rgb(26, 0, 102);
		text-decoration: none; 
	} 
	a:hover {
		color: rgb(255, 0, 0);
		text-decoration: none;
	}
	body {
		font-family: Trebuchet MS, sans-serif; font-size: larger;
		margin-bottom: 20px;
		margin-top: 0px;
		color: rgb(26, 0, 102);
		background-image: url("background.jpg"); background-repeat: repeat;
	}
	td {
		text-align: center;
	}
	img {
		border-style: solid;
		border-color: rgb(0,0,0);
		border-width: 0px;
	}
	table.center {margin-left:auto; margin-right:auto;}
	#httphotos {
		position: absolute;
		right: 0px;
		bottom: 20px;
		margin: 0px;
		padding: 0px;
	}
	#httphotos img {
		border: 0px;
	}
/* Custom section styles */
#home-section, #store-section, #support-section, #links-section, #contact-section {
    min-height: 100vh;
    padding-top: 60px;
    display: block;
}
</style>
