/*
  ~ WINNUM
  ~ Copyright (c) 2022, WINNUM, Inc.
  ~ Site: http://www.winnum.io.
*/

body {
	color: #5B5B5B;
	font-family: "Montserrat", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	background-color: #28323B;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
a {
	color: #e8e8e8;
	font-size: 12px;
	text-decoration: underline;
    	cursor: pointer;
	font-weight: 700;
}
h1 {
	padding-top: 20px;
	color: #e8e8e8;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
}

h3 {
	font-weight: 200;
	text-transform: uppercase;
	color: #e8e8e8;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #91cb7a; /*#8ec6d9;*/
}
.content {
    margin: 0;
    padding: 0;
}
.dualbrand {
	padding-top: 20px;
}
.wildfly {
	float:left;
	margin-left: 10px;
}
.logo{
    margin-bottom: 10px;
}
.note {
	font-size: 8pt;
	color: #aaaaaa;
}
