.jumbotron.topcenter {
    top: 0;
    padding-top: 10px;
}
img.logo{
	width:100%;
	max-width: 260px;
	margin: 0px 0 50px;
}
img.logo + h1{
	margin-bottom:-10px !important;
}
div.container.top{
	text-align:center;
	position:relative;
	margin: 0 auto 0px;
	width: 450px !important;
}
body div.menu.container{
    width: 70%;
    max-width: 800px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding: 10px 30px !important;
    position: relative;
}
div.fade{
	content: '';
	display:block;
	width:100%;
	height:40px;	
    left: 0;    
    bottom: 48px;
	position:Absolute;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededef+0,ededef+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(242,239,239,0) 0%, rgba(242,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,239,239,0) 0%,rgba(242,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,239,239,0) 0%,rgba(242,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededef', endColorstr='#ededef',GradientType=0 ); /* IE6-9 */
	z-index:2;
}

div.menu.container .menu_title{
	font-size: 23px;
    margin: 0 0 10px 0;
}
div.menu.container div.row.first{
	margin-bottom:20px;
}

div.menu.container a{
	text-decoration:none;
}
div.menu.container .menuItemHolder{
	/* width:20%; */
}

div.menu.container div.item i{
	width:100%;
	font-size: 3vw;
	/* color: #5797b1; */
	margin-bottom:15px;
	text-align:center;
}
div.menu.container div.item{
	width: 100%;
	height: 160px;
	padding: 14px;
	border-radius:3px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 13%);
	transition: transform .1s ease-in-out, background-color .3s ease-in-out, box-shadow .1s ease-in-out;
	cursor: pointer;
	margin-bottom: 30px;
	color: #1f2733;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.menu.container div.item:hover{
	box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 13%);
	transform: translateY(-1px);
	background-color: #5797b1;
	color: #fff;
}
div.menu.container div.item:active{
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 13%);
	transform: translateY(1px);
	background-color: #5797b1;
	color: #fff;
}

div.menu.container div.item div.content{
    position:relative;
    /* color: #5797b1; */
}

div.menu.container div.item img{
    width: 67%;
    height: auto;
    max-width: 100px;
    position: relative;
    margin: -5px auto 6%;
}

@media screen and (max-height: 800px){
	.mainmenu{
		padding-top:0;
	}
	div.menu.container{
		max-height: 61% !important;
		margin-top: -20px;
	}
}

