/*
@import url(nunito.css);
*/

.divtop {
	text-align: left;
	/*background-image: url(../images/mikasa-72.jpg);
	background-repeat: no-repeat;	
	background-position: 3px 3px;*/
}

#div-welcome p {
	width: 88%;
	text-align: justify;
	font-size: 130%;
}

#div-welcome p strong {
	font-weight: bold;
	color: #cc7a00;
}

@media screen and (orientation:portrait) {
	#div-welcome p {
		font-size: 230%;
	}
}


.home-title {
	font-size: 400%;
	font-weight: bold;
	font-family: 'Nunito', sans-serif; 
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.black-text {
	color: #000;
}
