@charset "utf-8";
 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-weight:normal;
	
}

.container-fluid {
    max-height: 100%;
    background-color: #F2F1F1;
    
	}

display-4 {
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 50px 150px;
    color: white;
    text-shadow: 0px px;
	
}
.jumbotron .display-4.text-center {
    text-shadow: 2px 2px #726C6C;
}

.jumbotron {
    background-image: url(../images/header-img-enhan.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-top: -15px;
    background-size: cover;
    margin-bottom: 50px;
}

.header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
}
.row .col-sm-6 {
    padding-bottom: 50px;




}
a {
    color: #000000;
}
.container-fluid .Footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
	text-align: justify;
	color: #000000;
}


.card-deck {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    margin-bottom: 50px;
}
#theteam {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
    background-size: cover;
}
.team-text {
    margin-bottom: 40px;
}

#theteam img {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;


}
.card {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    margin-top: 50px;
	
}
.card-deck {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.card .card-body {
    padding-left: 5px;
    padding-right: 5px;
}



.heading2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
}
.heading1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.contact-heading {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.row .col-sm6 {
    padding-left: 10px;
}
.row .col-sm-6 #contact1 {
    padding-bottom: 30px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.row .col-sm-6 #contact2 {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;

}
 
 #loginBox {
    margin-top: 50px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    text-align: center;
}











.table {
    text-align: left;
    max-width: 100%;
}

#adobe {
	max-width: 160px;
	padding-bottom: 30px;
	text-align: justify;
	padding-top: 50px;
}



.heading {
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
			
	
	}
tbody tr td {
	font-size: 12px;
	color: black;
}

.row {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;

	
	}

.row .text-center {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.row .col-sm-6 .table-borderless.table-sm {
    margin-left: auto;
    margin-right: auto;
}
.row .col-sm-6 .links {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    padding-top: 25px;
}



.container {
	max-width: 960px;
}

.toggle-text {
  display: none;
}

@media screen and (max-width:375px){
	h1 {
		font-size: 1.75rem
		
	}
	.jumbotron h1 {
		
		font-size: 1.5rem;
	}
	.jumbotron .display-4.text-center {
    text-shadow: 1px 1px #726C6C;
}
	.jumbotron h2 {
		font-size: 2.0rem;
		
	}
	.text12 {font-size: 10px; }	
	
}
@media screen and (min-width:376px) and (max-width: 767.98px){
	
	.jumbotron h1 {
	font-size: 1.75rem;
}
.jumbotron h2 {
		font-size: 2.0rem;
		
	}
	.jumbotron .display-4.text-center {
    text-shadow: 1px 1px #726C6C;
}
}



.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #282AA4;
    cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }



.wrapper {
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.pimg1, .pimg2, .pimg3 {
	position: relative;
	opacity: 0.90;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	
	/*
	fixed=parallax
	scroll=normal
	*/
	background-attachment: fixed;
}


.pimg1 {
	
background-image:url("../images/pool.jpg");	
	min-height: 100%;
}


.pimg2 {
	
background-image:url("../images/beach1.JPG");	
	min-height:600px;
}

 .pimg3 {
	
background-image:url("../images/sunrise4.JPG");	
	min-height: 600px;
}

.section {
	text-align:center;
	padding: 50px 100px;
	
}	

.section-light{
	
	background-color: #f4f4f4;
	color:#404040;
}



.ptext{
	position:absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	color: #FFFFFF ;
	
		
	text-shadow: 0 0 1px
}


	



@media screen and (max-width:568px){
	.pimg1, .pimg2, .pimg3{
		background-attachment: scroll;
	}
	
	.section {
	text-align:center;
	padding: 50px 20px;
	}
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 460dpi),
  only screen and (                min-resolution: 3dppx) {
	
	.pimg1, .pimg2, .pimg3{
		background-attachment: scroll;
	}
	
	.section {
	text-align:center;
	padding: 50px 20px;
	}
	
	
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 384dpi),
	only screen and (                min-resolution: 3dppx){
		
		
		
		.pimg1, .pimg2, .pimg3{
		background-attachment: scroll;
	}
	
	.section {
	text-align:center;
	padding: 50px 20px;
	}
		
		
		
		
}



@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		
	.pimg1, .pimg2, .pimg3{
		background-attachment: scroll;
	}
	
	.section {
	text-align:center;
	padding: 50px 20px;
	}
			
		
}

