body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #333;
	position: relative;
	text-align: left;
}
body, html {
  height: 100%;
}

#bg {
	position: fixed;
	height: 200%;
	width: 200%;
	left: -50%;
	top: -50%;
}
#bg img {
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	min-width: 50%;
	min-height: 50%;
	padding: 0px;
	}

/*---didn't use
.bg-home {
  background-image: url(../images/backgrounds/switzerland.JPG);
  height: 100%; 
  background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
--*/


.wrapper {
	max-width: 900px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	min-height: 100%;
	position: relative;
	height: 100%;
	width: 100%;
}


/*---fonts---*/

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 7px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	font-size: 18px;
}
h4 {
	font-weight: normal;
	color: #fff;
	padding-top: 5px;
	font-size: 18px;
}
h5 {
	color: #FFFFFF;
	font-size: 44px;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 1px 5px #333;
	line-height: 63px;
}
h6 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	text-shadow: 1px 1px 3px #333;
	line-height: 40px;
}

 
a {
	color:#FFCC00;
	text-decoration: none;
}
a:hover {
	color:#FF6600
}


p {
	padding-bottom: 15px;
}

.p-less-pad {
padding-bottom: 5px;	
}
.clear { clear: both; }
.content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

.content ul li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 26px;
}

.verse {
	padding-top:70px;
	padding-bottom:40px;
}
.left-col {
	float: left;
	width: 60%;
	padding-right: 50px;
	padding-bottom: 20px;
}
.rt-col {
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}

/*---header---*/

#header {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
.logo {
	position: relative;
	float: left;
	padding-top: 30px;
}
.phone {
	font-size: 30px;
	color: #555655;
	font-weight: bold;
	text-align: right;
	position: relative;
	float: right;
	padding-top: 40px;
}
.main-nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3%;
}
.main-nav ul li    {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;

}
.main-nav ul li a      {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main-nav ul li a:hover     {
	color: #333;
}



/*---footer---*/


.footer {
	max-width: 900px;
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 10px;
}
.address {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 3.5%;
	font-size: 11px;
}
