/* 
ROSEbud Suite 
Version 0.2 started 14/9/18 
CSS Style Sheet
----
*/

/* Normalize for mobile viewport */
* {
    box-sizing: border-box;
}
/* Education is the Key to ALL Success - November 3rd 2015 */

body {
	margin: 0px;
	padding: 0px;
}/* Element 1 */
/* Top Banner */

.header-promo-wrapper {
	padding: 10px;
	background: darkblue;	
}

.header-promo-text {
	color: white;
	text-align: center;
	font-family: arial;
	font-size: 18px;
}
/* END Top Banner */
/* END Element 1 */

/* Element 2 */
/* Branding/Logo */
.branding {
		border: solid 0px red;
		margin: auto;
		margin-top: 20px;
/*		display: inline-block; */
		vertical-align: middle;
		text-align: center;
		width: 400px;
/*		width: calc(100% - 440px); */
}

@media (max-width: 1020px) { 

	.branding {
		width: 100%
	}
}

/* END Branding/Logo */
/* END Element 2 */


/* Element 6 */
/* Splash Image Section */

.splash {
		border: solid 0px red;
		margin: auto;
		margin-top: 30px;
		vertical-align: middle;
		text-align: center;
		width: 90%;
		font-family: arial;
		font-size: 22px;
}

@media only screen and (max-width: 760px) {
	.splash img.mobnoshow{
		display: none;
	}
}

@media only screen and (min-width: 760px) {
	.splash img.desknoshow {
		display: none;
	}
}


/*
@media screen and (max-width: 760px) {
	.splash {
		display: none;
	}	
}
*/

/* END Splash Image Section */
/* END Element 6 */

