.computer.only .header {
	background-color: #eeeeee;
	padding: 0.75em 0em 0.75em 0.5em; 
}

.itemtext {
	font-size: 1rem !important;
}

.ui.medium.image.logo.mobile-only {
	max-width: 50%;
	height: auto;
	display: block;
    margin: auto;
}

@media (max-width: 767px) {
  	.computer.only {
  		display: none;
	}
	.mobile.only {
		visibility: visible !important;
	}
}