	body
	{
		margin: 0px;
		padding: 0px;
		font-family: "proxima-nova", sans-serif;
		font-size: 11pt;
		font-weight: 400;
		color: #020540;
	}

	h1
	{
		margin: 0;
		padding: 0;
	}

	ol, ul
	{
		margin-top: 0;
		padding: 0;
		list-style: none;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#wrapper1 {
		position: relative;
		height: 100vh;
		width: 100%;
		display: table;
	}

	#wrapper1 #header-wrapper
	{
		overflow: hidden;
		padding: 3em 0em;
		display: table-cell;
  		vertical-align: middle;
  		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
	}

	#logo h1
	{
		font-size: 3.5em;
		margin-bottom: 0.2em;
	}

	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.99em;
		color: #020540;
	}

	h2 {
		font-size: 1.4em;
		color: #ccc;
		font-weight: 500;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		margin-top: 4em;
		margin-left: 8em;
		margin-right: 8em;
	}

	#menu ul
	{
		text-align: center;
	}

	#menu li
	{
		display: inline-block;
		margin-left: 0.8em;
		margin-right: 0.8em;
		margin-bottom: 1.7em;
	}

	#menu li a
	{
		width: 190px;
		height: 63px;
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 400;
		outline: 0;
		color: #020540;
		border: 2px solid #020540;
		border-radius: 4px;
		display: table-cell;
	  	vertical-align: middle;
	  	text-align: center;
	}

	#menu li strong
	{
		font-weight: 800;
		text-transform: uppercase;
	}

	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background-color: #020540;
		color: #fff;
		border: 2px solid #020540;
	}

	#menu li a.new
	{
		border: 2px solid #020540;
	}

	#menu li:hover a.new, #menu li:active a.new, #menu li:active a.new span
	{
		background-color: #020540;
		color: #fff;
		border: 2px solid #020540;
	}

/*********************************************************************************/
/* Mobile                                                                        */
/*********************************************************************************/

@media only screen and (max-width: 479px) {

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
	}

	#logo h1
	{
		font-size: 2.5em;
		margin-bottom: 0.2em;
		padding-top: 0.8em;
	}

	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #020540;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		margin-top: 4em;
		margin-left: 1em;
		margin-right: 1em;
	}

	#menu ul
	{
		text-align: center;
	}

	#menu li
	{
		display: inline-block;
	}

	#menu li a
	{
		width: 190px;
		height: 50px;
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
		margin-bottom: 1.5em;
		padding: 1em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 400;
		outline: 0;
		color: #020540;
		border: 1px solid #020540;
		border-radius: 4px;
		display: table-cell;
	  	vertical-align: middle;
	  	text-align: center;
	}

	#menu li strong
	{
		font-weight: 800;
		text-transform: uppercase;
	}

	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background-color: #020540;
		color: #fff;
		border: 1px solid #020540;
	}

	#menu li a.new
	{
		border: 1px solid #020540;
	}

	#menu li:hover a.new, #menu li:active a.new, #menu li:active a.new span
	{
		background-color: #020540;
		color: #fff;
		border: 1px solid #020540;
	}
}
