/* 
	css   hompage screen
 */
* {
	padding: 0;
	margin: 0;
}

p {
	color: #fec76b;
	font-family: 'Rosarivo';
	font-size: 100%;
	line-height: 25px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
}

#about a {
	color: #fec76b /*#777*/;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid rgb(15, 58, 45);
}

#about a:hover {
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid rgb(15, 58, 45);
	text-shadow: none;
}

#logo {
	width: 50px;
	margin: 0;
	position: fixed;
	right: 50px;
	top: 50px;
}

#about {
	width: 550px;
	padding: 50px 0 0 30px;
	margin: 0 auto 0 50px !important;
}

h1 {
	font-family:'Rosarivo';
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 130%;
	color: #fec76b;
	text-shadow: black 5px 5px 25px; /* none; */
}

ul#connect{
	white-space:nowrap;
	width: 400px;
	padding: 10px 0 0 20px;
	margin: 0 auto 0 50px !important;
}

#connect li{
	display:inline;
	list-style-type:none;
}

#connect a{
	text-decoration: none;
	padding:3px 5px;
	border-style: none;
}

#connect a:link, #navlist a:visited{
	text-decoration: none;
	opacity:0.2;
	border-style: none;
}

#connect a:hover{
	text-decoration: none;
	opacity:0.4;
	border-style: none;
}

#connect img {
	border:none;
}

span{
	color:#333;
}

.CopyInfoMediaPrint {
	display: none;
}

.CopyInfoMediaScreen {
	font-size:10px;
	text-align:center;
}

.CopyInfoMediaScreen a {
	font-size:10px;
	text-align:center;
	color: #fec76b
}

.CopyInfoMediaScreen a:hover {
	font-weight: bold;
}
