body {
	text-align: center;
	background-color: white;
}

#pageone {
	background-color: #0375b4;
}

p {
	font-size: 20px;
	line-height: 1.5em;
}

.profile {
	padding-top: 5%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #efefef;
}

.profile1 {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #efefef;
}

.img1 {
	/*border-radius: 50%;*/
	border: 5px solid #caebf2;
}

.img2 {
	/*border: 5px solid #caebf2;*/
	border-radius: 20px;
}

.main-image {
	opacity: 0.8;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.jackimg {
	border-radius: 50%;
	border: 5px solid #caebf2;
}

.no-border {
	border: none;
}

.title {
	padding-bottom: 0;
	border-bottom: 1px solid #dfe2e5;
	background-color: #0375b4;
	color: white;
	text-decoration: none;
	text-shadow: none;
}

.title-color {
	color: red;
	/*font-size: 35px;*/
	letter-spacing: 0;
}
.title h1 {
	letter-spacing: .05em;
}

.title p {
	letter-spacing: .05em;
}


.nav {
	padding-bottom: 70px;
}


.test7 h1 {
	font-size: 45px;
	color: #0375b4;
	/*font-weight: normal;*/
	font-family: 'Oxygen', Arial, sans-serif;

}

.test7 h2 {
	font-size: 30px;
	color: #0375b4;
	font-weight: normal;
}

.contact-form h2 {
	font-weight: normal;
	
}

.test7 h3 {
	font-size: 20px; /*30px;*/
	/*font-weight: normal;*/
	font-family: 'Oxygen', Arial, sans-serif;
}

.test7 p {
	font-family: 'Oxygen', Arial, sans-serif;
}

.test1 {
	color: #0375b4;
}

.aligntext {
	text-align: left;
}

.aligntext1 {
	text-align: center;
}

.title a {
	text-decoration: none;
	text-shadow: none;
	color: #efefef;
}

.faq a {
	text-decoration: none;
	text-shadow: none;
}



/* NEW THEME */

.test7 a {
	text-decoration: none;
	text-shadow: none;
	color: #0375b4;
	font-weight: normal;
	font-family: 'Electrolize', sans-serif;
}

.test8 a {
	text-decoration: none;
	text-shadow: none;
	color: #0375b4;
	/*font-weight: normal; This Works fine */
}

.contact-form a {
	text-decoration: none;
	/*color: black;*/
	font-weight: normal;
}

.ui-bar-f {
	background-color: #0375b4;
	border: none;
}

.footer-margin {
	margin-top: 30px;
}

.ui-page-theme-f {
	background-color: #0375b4;
}

.ui-btn-f {
	background: #0375b4;
	padding: 0;
	color: yellow;
}

#star-color, #star-color1 {
	color: red;
	font-size: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

/* For Booking Form and Contact Form */

.error {
	color: red;
}

.add-margin {
	margin-left: 5%;
}

.change-color {
	color: #0375b4;
}

.fee p {
	font-size: 16px;
}

.invisible {
	opacity: 0;
}

/*
STYLES THAT ARE CHANGED BY MEDIA QUERIES
*/


#profile1 {
	display: none;
} 

#pg1-mobilestyle {
	display: none;
}


.narrow {
	margin: 0 auto;
	background-color: white;
}

.hide-note {
	display: none;
}

/*
======================
MEDIA QUERIES
======================
*/

@media only screen and (max-width: 500px) {
/* For cellphone screens in portrait. */
/* Hides the pc and desktop pg1 class and
displays the blue pg1 designed for phones */

	#pg1-mobilestyle {
		display: block;
	}

	#pg1-pcstyle, #pg1-header, #pg1-footer {
		display: none;
	}

/* Reduces the border thickness around the profile pic */
	img {
		border-radius: 10px;
		border: none;
	}
	
	.jackimg {
		border: none;
	}
	
}

@media only screen and (min-device-width: 1200px) {
/* Devices that are Laptops and Desktops */
/* Reduces the p font size in the FAQ section */
	.faq p {
 		font-size: 16px;
 	}
 	
 	.hide-note {
		display: inline;
	}
 	
}
