
.winefestbg {
    background-color: #1155ba;
    background-image: url('bubbles.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
	padding: 5px 5px 20px;
	text-align: center;
	font-size: 18px;
	line-height: normal;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.wfhero {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.wfhero img {
	width: 100%;
}
.wfmain {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.wfmain section {
	background: rgb(1,11,134,.5);
}
.wfmain p {
	padding: 5px;
	max-width: 700px;
	margin: auto;
}
.wfmain h1 {
	margin: 10px auto 0 !important;
	background: rgb(1,11,134,.9) !important;
	font-weight: bold !important;
	font-size: 32px !important;
	color: #70c58e !important;
	padding: 10px 0 !important;
	line-height: normal;
}
.wfmain h2 {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	color: #70c58e;
	padding: 10px 0 !important;
	line-height: normal;
}
.wfmain hr {
	width: 95% !important;
	margin: auto;
	display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.wfmain ul li {
	text-align: left !important;
	padding: 4px 0 !important;
}
.wfmain button {
	background: #70c58e;
	border-radius: 25px;
	border: none;
	color: #2e3192;
	font-weight: bold;
	font-size: 28px;
	padding: 5px 20px;
    outline:none;
	width: auto;
}
.nobullet li {
	list-style-type: none !important;
}
.wfmain ul {
	list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.wfmain ul li {
	list-style-type: disc;
}
.fleft ul {
	display: inline-block;
	vertical-align: top;
}
a:active, a:focus {
    border: none;
    outline:none;
}
a, a:hover, a:visited {
	color: #FFF;
	text-decoration: none;
}
footer ul {
	padding: 2px 10px;
	height: 126px;
}
footer li {
	text-align: center;
}
.social img {
	width: 25px;
}
footer .logo {
	width: 100%;
	max-width: 250px;
}
.bright {
	border-right: #FFF solid 2px;
}
@media (max-width: 767px) {
	.bright {
		border-right: none;
	}
	.fleft ul {
		display: block;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.fleft li {
		text-align:center;
	}
}