@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	width: 100%;
	max-width: 1600px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
header {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#content ul li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	display: inline;
}
#content ul li a {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;
	display: block;
	margin-left: 20%;
	margin-right: 20%;
}
#content ul li a:hover {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F00;
}


#content {
	padding-top: 300px;
	width: 60%;
	color: #FFF;
	text-align: center;
	background-image: url(sing-to-heart-bible-header-300h.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	background-color: #000000;
}
.intro	{
	text-align: center;
	margin: auto;
	line-height: 18px;
}
h1 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	padding-right: 20px;
	padding-left: 20px;
	font-variant: normal;
	font-size: 2em;
}
ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	font-size: 18px;
}
ul p {
	font-size: 14px;
}
#box {
	border: 1px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	background-color: #333;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.smallText	{
	font-size: 10px;
}
.largeText	{
	font-size: 18px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

@media only screen and (max-width : 580px) {
       /* Smartphone view: 1 tile */
header {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
#content ul li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	display: inline;
}
#content ul li a {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	display: block;
}
#content ul li a:hover {
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 10px;

	padding-bottom: 10px;

	background-color: #F00;
}


#content {
	padding-top: 300px;
	width: 100%;
	color: #FFF;
	text-align: center;
	background-image: url(sing-to-heart-bible-header-300h.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
.intro	{
	text-align: center;
	margin: auto;
	line-height: 18px;
}
h1 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-variant: normal;
	font-size: 2em;
}
ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	font-size: 18px;
}
ul p {
	font-size: 14px;
}
#box {
	border: 1px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	background-color: #333;
	width: 100%;
}
.smallText	{
	font-size: 10px;
}
.largeText	{
	font-size: 18px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}