@charset "utf-8";
/* CSS Document */
.jumbotron .h1 .h2 .h3{
	margin-top: 0px;
	
}
#header-text-nav-wrap {
	padding:10px;
	margin:auto;
}
.header1 {
	Padding:30px;
	text-align:left;
}
.header1 a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:inherit;
}
.header2{
	Padding:30px;
	text-align:right;
}
.text1 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'BioRhyme', serif;
	
	font-size: 45px;
	line-height: normal;
	font-weight: bold;
	font-stretch: ultra-expanded;
	color: #5F9EA0;/*#856056;#A6786B;*/
}
.text2 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'BioRhyme', serif;
	font-size: 35px;
	line-height:normal;
	font-weight: bold;
	font-stretch: ultra-expanded;
	color:#5F9EA0; /*#856056;#A6786B;*/
}
.text3 {
	font-size: 35px;
	line-height:normal;
	margin-top:-10px;
}
.text4 {
	font-size: 30px;
	line-height:normal;
}
.text5 {
	font-size: 25px;
	line-height:normal;
}

.menu-block-large {
	padding-right:0px;
	text-align: right;
	font-size: 20px;
	display:block;
}
.menu-block-small {
	padding-right:0px;
	text-align: left;
	font-size: 20px;
	display:none;
}
.main-content {
}
.banner {
	max-width:100%;
	height:auto;
}
.about-photo {
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:40px;
	margin-top:30px;

}
#pam-photo{
	max-width:100%;
	height:auto;
}
.about-title {
	font-size:25px;
	margin-top:15px;
}
.about-content {
	margin-top:15px;
	font-size:15px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:30px;
}
.primary{
	text-align:center;
}
.primary-title {
	font-size:25px;
	

}
.primary-content {
	font-size:20px;
}
.secondary {
	text-align:center;
}
.secondary-title {
	font-size: 25px;
}
.border {
	font-size:25px;
	/*color:#1E73BE;*/
	color:#5F9EA0;/*#6B99A6; #6BA678 ;#1E73BE*/
	width:100%;
	margin:auto;
	margin-top:-15px;
	margin-bottom:15px;
}
.secondary-content {
	margin-top:15px;
	font-size:20px;
	
}
.description-list {
	width:50%;
	margin:0 auto;
	text-align:left;
	margin-bottom:15px;
	
}
.center {
	text-align: center;
	align-content: center;
	
}
#connect1 {
  background: #5F9EA0;
  height: 30px;
  width: 75px;
  border: none;
  border-radius: 10px;
  color: #DDD9D2;
  font-family: 'Oswald', sans-serif;;
  font-size: 25px;
  transition: 1s;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 5px;
}
.cntct-btn {
	padding-top: 0px;
	Padding-bottom:2px;
	margin: auto;
	color: #DDD9D2;
	background: #5F9EA0;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	width: 125px;
	Border: none;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	align-content: center;
	z-index: 1000;
}
.cntct-btn:hover, .cntct-btn.selected {
	color: #ffffff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.modal-content {
	background-color: aqua;
}
.clients {
	
	padding-bottom:15px;
	text-align:center;
	
}
.gallery {
	text-align: center;
	padding:2px;
	background-color:
}

.testimonial {
	margin:50px;
}
.testimonial-title {
	font-size:25px;
	text-align:left;
	padding-left:5px;
	padding-bottom:25px;

}
.testimonial-content {
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;

}
.testimonial-credit-left {
	text-align:left;
	font-size:12px;
	font-style:bold;
	margin-top:-12px;
}
.testimonial-credit {
	text-align:right;
	font-size:12px;
	font-style:bold;
	margin-top:-12px;
}
.testimonial-credit::before {
	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 900;
	content:"\f075";
	color:#5F9EA0;/*#6B99A6;*/
	margin-right:5px;
}
.testimonial-credit-left::before {
	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 900;
	content:"\f075";
	color:#5F9EA0;/*#6B99A6;*/
	margin-right:5px;
}
.audioplayer {
	width: 80%;
	height: 30px;
	margin-bottom: 20px;
	background-color: #292929;
	color: #1E73BE;
}

/* Margins */
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt35 {
	margin-top:35px;
}
.mt40 {
	margin-top:30px;
}
.mt30 {
	margin-top:40px;
}
.mt45 {
	margin-top:45px;
}
.mt50 {
	margin-top:50px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mb45 {
	margin-bottom:45px;
}
.mb50 {
	margin-bottom:50px;
}
.p5 {
	padding-right:5px;
	padding-left:5px;
}
.p10 {
	padding-right:10px;
	padding-left:10px;
}
.p15 {
	padding-right:15px;
	padding-left:15px;
}
.p20 {
	padding-right:20px;
	padding-left:20px;;
}
.p25 {
	padding-right:25px;
	padding-left:25px;
}
.p30 {
	padding-right:30px;
	padding-left:30px;
}

/*NAV Block*/
 /* Add a black background color to the top navigation */
.topnav {
 /* background-color: #333;*/
  overflow: hidden;
  padding-right:20px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: #DDD9D2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  /*background-color: #ddd;*/
  color:#5F9EA0;/*#6B99A6; #6BA678 ;#1E73BE*/
}

/* Add an active class to highlight the current page */
.topnav a.active {
 /* background-color: #4CAF50;*/
  color:#5F9EA0;/*#6B99A6;*//* #6BA678 ;#1E73BE*/
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

.booking a {
  	color: #5F9EA0;
  	text-decoration:none;
  	font-size: 18px;
}

.booking a:hover {
	color:#DDD9D2;
	text-decoration:none;
}
#footer-bottom {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;	
}
.social a:link, a:visited, a:hover, a:active {
	display: inline-block;
	text-decoration:none;
}
.social::after {
	/*font-family: 'Font Awesome\ 5 Free';*/
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 900;
	content:"\f09a";
	color:#5F9EA0;/*#6B99A6;*/
	margin-left:15px;
}
.privacy a {
  color: #DDD9D2;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}

/* Change the color of links on hover */
.privacy a:hover {
  /*background-color: #ddd;*/
  color:#5F9EA0;/*#6B99A6; #6BA678 ;#1E73BE*/
  text-decoration: none;
}

/* Add an active class to highlight the current page */
.privacy a.active {
 /* background-color: #4CAF50;*/
  color:#5F9EA0;/*#6B99A6;*//* #6BA678 ;#1E73BE*/
}
@media (max-width: 767px) {
.header1 {
	Padding:5px;
	text-align:center;
}
.header2{
	margin-top:0px;
	Padding:5px;
	text-align:center;
}
.text1 {
	font-size: 35px;
	line-height:normal;
}
.text2 {
	font-size: 20px;
	line-height:normal;
}
.text3 {
	font-size: 30px;
	line-height:normal;
}
.text4 {
	font-size: 20px;
	line-height:normal;
}
.text5 {
	font-size: 15px;
	line-height:normal;
}
.menu-block-large {
	padding-right:0px;
	text-align: right;
	font-size: 20px;

	display:none;
}
.menu-block-small {
	padding-left:0px;
	text-align: left;
	font-size: 20px;
	display:block;
}
.about-photo {
	text-align:center;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:30px;
}
 .testimonial-title {
	text-align:center;
}
.testimonial-content {
	font-size:15px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;

}
.border{
	text-align:center;
}
.about-title {
	text-align:center;
}
.about-content {
	margin-top:20px;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}
.testimonial {
	margin:30px;
}
#footer-area {
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
}
#footer-bottom {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;	
}

/*Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #DDD9D2;/*#6B99A6; #6BA678 ;#1E73BE; */
  /*padding: 10px 12px;*/
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

}