<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">//css

//body css properties
.html {
	height:100%;
}	
.body {
	margin: 0;
	background:#ccc;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	
}
h1 {};
h2 {};
h3 {};
h4 {};
h5 {};
h6 {};
//top bar sections

.amberbar {
	width: 100%;
	background: yellow;
	height: 1%;
	padding: 1%;
}
 

//navbar
.navbar navbar-default navbar-fixed-top {
	height: 115px;
	background-color: #ffffff;
}
.navbar-brand {
	height: 115px;
	width: 200px;
	margin-left: 0;
	margin-right: 30px;
}
#navbar.navbar-collapse.collapse {
	
	background-color: #ffffff;
}
ul.nav.navbar-nav {
	margin-top: 50px;
}
ul.nav.navbar-nav &gt; li &gt; active {
	height: 100%;
	background-color: #ffffff;
}
.navbar-header {
	background-color: #ffffff;
}
#nav.container {
	background-color: #ffffff;
}
.navbar-default {
    background-color: #fff;
    border-color: #E7E7E7;
}
.menubutton {
	font-size: small;
}
.icon-bar {
	width: 100%;
}

//main area

#main.col-12 {
	margin:0;
	background-image: url(img/mainbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
    
	
}
#main.container {
	margin-top: 115px;
	margin: auto;
	padding: 3%;
	background-color: #ffffff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	max-width:100%;
	min-height: 600px;
}
.maincontainer {
	margin-top: 115px;
	background: url(img/mainbg.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	max-width:100%;
	height: 100%;
	overflow: hidden;
	
}
#eventlistings.col-12 {
	width: 100%;
	overflow: hidden;
}
#poll.col-12 {
	width: 100%;
	overflow: hidden;
}
#poll.container {
	width: 100%;
	overflow: hidden;
	
}
//footer

.footercontainer {
	background-color:#000;
	border-top: #00FF00 groove 2px;
	width: 100%;
	overflow: hidden;
}
#footer.container {
	background-color: #000;
	color: #666;
	width: 100%;
	overflow: hidden;
}
#footer.container a {
	color: #666;
}
.votebuttons {
	margin-bottom: 5%;
	padding-bottom: 5%;
}
.btn-default {
	background-color:#000;
	color:#FFF;
	border: #00FF00 solid 1px;
}
@media (max-width: 480px) {
	html, body {
    max-width: 100%;
    overflow-x: hidden;
}
}
</pre></body></html>