body
{
	font-family: 'Lato', sans-serif;
	background: hsla(240, 90%, 27%, 1);
}


#YaConnect,
#YaDisconnect
{
	cursor: pointer;
}

#YaConnect
{
	color: white;
	font-size: 17px;

	padding: 5px 12px;
	border: 1px solid white;
	background: transparent;

	transition: all .4s;
	-webkit-transition: all .4s;
}

#YaConnect:hover
{
	border-color: transparent;
	background: rgba(255,0,0,.3);
}

#YaDisconnect
{
	color: rgba(255,255,255,.5);
	top: 9px;
	right: 9px;
	font-size: 42px;
}

#YaDisconnect:hover
{
	color: rgba(255,0,0,.5);
}

#YaContainer
{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 35px;
}

#YaFullName
{
	width: 50%;
    margin-top: 0;
	font-size: 46px;
	color: white;
}

#YaMenu
{
	text-align: center;
	max-width: 400px;

	color: white;
	font-size: 32px;

	margin: auto;
	padding: 0 9%;
}

#YaMenu > li
{
	cursor: pointer;
	text-align: left;
	list-style: none;
	padding-left: 17px;
	border-top: 1px solid white;
}

#YaMenu > li a
{
	cursor: pointer;
	display: inline-block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: white;
    padding: 17px 0;
}

#YaMenu > li .fa
{
	margin-right: 27px;
}

#YaMenu > li:last-child
{
	border-bottom: 1px solid white;
}

#YaMenu > li:hover
{
	background: rgba(255,255,255,.3);
}
