/*
Theme Name: Aruna Child Theme
Description: Unicon Child Theme
Author: minti
Template: unicon
Version: 0.2
*/
@import url("../unicon/style.css");
.aruna-splash h1 {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 5px #000;
}

	#mobile-logo.logo img {
		height: 50px;
		width: auto;
	}
	#mobile-header .logo {
		margin-top: 22px !important;	
	}

}
@media only screen and (max-width: 768px) {
	.aruna-splash h1 {
		font-size: 1.3em;
		margin: 0 2em 0 2em;
	}
}