body, html {
    overflow-x: hidden;
    overflow-y: auto;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-touch-callout: none;
    touch-action: none;
    opacity: 0.99;
}

#contactDiv{
  position: fixed;
  background-color: #ffffff;
  color: #a80432;
  /* width: 180px; */
  width: 100%;
  height: 115px; /*70px; */
  font-size:18px;
  z-index: 20000;
  text-align: center;
  /* border-radius:8px; */
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: sans-serif;
  font-weight: 300;
  bottom: -300px;
}


#feedback{
    display: none;
    position: fixed;
    z-index:50000;
    color:rgb(172, 172, 172);
    background-color: rgb(28, 42, 48);
}

#mainCont{
    position: absolute;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(91,221,94,1) 0%, rgba(74,214,196,1) 100%);
    display:none;
}

#mycanvas{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index:10;
}

.moveButton {
    position: absolute;
    z-index:20;
}

#golf-video, #estate-video, #commercial-video, #residential-video, #water-video, #headquarters-video, #home-video, #faq-video {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    opacity: 0;
   pointer-events: none;
}
#water-video {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    opacity: 0;
   pointer-events: initial;

}
.nav {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index:20000;
}
.nav li {
  display: inline-block;
}

.cButton {
	border:none;border-radius:14px;padding: 6px 8px 6px 8px; font-size:16px;color:white;background:#a80432;min-width:130px;margin-bottom:12px;
	z-index:20000;
	position:relative;
	cursor:pointer;
}
.cButtonSmall {
	border:none;border-radius:16px;padding: 6px 8px 6px 8px; font-size:13px;color:white;background:#a80432;min-width:100px;margin-bottom:12px;
	z-index:20000;
	position:relative;
	cursor:pointer;
}

#c_num{
  padding-left: 20px;
  padding-right: 0px;
}
.c_c1{
  padding-left: 20px;
  font-family: sans-serif;
  font-weight: 600;
  color: #000000;
  font-size:14px;
}
.c_c2{
  font-family: sans-serif;
  font-weight: 300;
  color: #000000;
  font-size:14px;
}
#emailButton {
	border:none;border-radius:16px;padding: 6px 8px 6px 8px; font-size:18px;color:white;background:#a80432;min-width:130px;
	z-index:20000;
	position:relative;
	cursor:pointer;
}
#callButton {
	border:none;border-radius:16px;padding: 6px 8px 6px 8px; font-size:18px;color:white;background:#a80432;min-width:130px;
	z-index:20000;
	position:relative;
	cursor:pointer;
}
#socButton {
	border:none;border-radius:16px;padding: 6px 8px 6px 8px; font-size:18px;color:white;background:blue;min-width:30px;
	z-index:20000;
	position:relative;
	cursor:pointer;
}
#contactMobile{
    display: none;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: .5em;

}
.cLogo {
	z-index:20;
	padding-top:12px; padding-bottom:12px;
	position:relative;
}
.container {
  position: absolute;
  /* margin: auto; */
  /* width: 800px; */
  /* height: 600px; */
  overflow: hidden;
  /* padding-top: 2.25%; */
  /* padding-bottom: 2.25%; */

  border: 2px red solid;
  pointer-events: none;
  z-index: 10000;

  width: 100%;
  height: 100%;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.responsive-iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  bottom: 0;
  margin: 0 auto;

  width: 800px;
  height: 430px;
  border: 2px red solid;
	/* max-width:800px !important; */

  z-index: 10;
	border: none;
}

.responsive-iframe-sm {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  bottom: 0;
  margin: 0 auto;

  width: 532px;
  height: 286px;
  border: 2px red solid;
	/* max-width:800px !important; */

  z-index: 10;
	border: none;
}

.responsive-iframe-image {
  position: absolute;
  left: 0;
  right: 0;

  top: 250px;

  bottom: 0;
  margin: 0 auto;

  width: 800px;
  height: 430px;

@media screen and (max-width: 600px) {
  top:600px;
  width:400px;
}

 border: 2px red solid;
	/* max-width:800px !important; */

  z-index: 10;
	border: none;
}

.extraWindow{

  display: flex;
  justify-content: center;

  position: absolute;
  left: 0;
  right: 0;
  top: 650px;
  bottom: 0;
  margin: 0 auto;

  width: 100%;
  height: 90px;


  z-index: 10000;
	/* border: none; */

  padding: 1px;

  pointer-events: none;
  opacity: 0;

}

.extraLink{

  margin: 2px;
  border: 2px black solid;
  height: auto;

}
.superOnTop{
    z-Index: 900000 !important;
    opacity: 0.99;
}

.cButtonNoStyle {
    z-index:20000;
    position:relative;
    cursor:pointer;
}
