@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Prompt', sans-serif;
	overflow-x: hidden;
	color: #505962;
}
.bg-theme {
	background-color: #161616;
}
.bg-oranged {
	background-color: red;
}

/*====================================
                Navbar 
=====================================*/

/*
.navbar {  
  background-color: rgba(0,0,0,0.9);
  background-color: transparent;
  transition: 0.6s;
  z-index: 9999;
}
.navbar-brand img {
  height: 2rem;
}
*/

#menu-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 5px 50px;
	position: fixed;
	width: 100%;
	top: 0;
	transition: background 0.5s;
	z-index: 9;
}
#menu-area .logo {
	margin: 15px 5px;
}
#menu-area .logo a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	text-decoration: none;
	font-size: 1rem;
}
#menu-area .logo a:hover {
	color: #161616;
	font-weight: 500;
}
/*#menu-area .logo img { 
  width: 30px;
  height: 30px; 
  transition: height 0.5s; 
}*/
#menu-area ul {
	width: 50%;
	justify-content: space-between;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#menu-area ul li a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 14px;
}
#menu-area ul a:hover {
	color: #161616;
	font-weight: 400;
}
#menu-area.cus-nav {
	background: #859f3c;
	z-index: 99;
}
#menu-area.cus-nav a {
	color: #fff;
}
#menu-area.cus-nav a:hover {
	color: #161616;
}
#menu-area.cus-nav .logo img {
	height: 30px;
}
/* style burger */
.burger {
	margin-top: 15px;
	display: none;
}
.burger i {
	color: #fff;
}
/* Nav Menu : Ipad Pro 1024 , Ipad 768 */
@media screen and (max-width: 1024px) {
	#menu-area {
		padding-right: 95px;
		padding-left: 20px;
	}
	#menu-area ul {
		width: 500px;
	}
	#menu-area .logo {
		margin: 16px 0px;
	}
	#menu-area .logo a {
		font-size: 14px;
	}
	#menu-area a {
		font-size: 12px;
	}
}
/* Nav Menu : Mobile < 767px*/
@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	#menu-area {
		padding-right: 15px;
		padding-left: 20px;
	}
	#menu-area .logo {
		margin: 15px 0px;
	}
	.myLinks {
		position: absolute;
		width: 50%;
		right: 0px;
		height: 94vh;
		top: 6vh;
		background-color: #859f3c;
		display: flex;
		flex-direction: column;
		justify-content: space-around !important;
		align-items: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
	}
	.myLinks li {
		opacity: 1;
	}
	.burger {
		display: block;
		cursor: pointer;
		margin-right: 30px;
	}
}

/* Nav Slide Show Back*/
.myLinksShow {
	transform: translateX(0%);
	top: 6vh;
}

/*====================================
             VDO Background 
=====================================*/
.video-background {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.2);
}
/* Caption on video */
.caption {
	position: absolute;
	width: 100%;
	color: #ffffff;
	top: 40%;
	left: 8%;
	align-items: center;
}
.caption img {
	width: 950px;
	height: 250px;
}
/* VDO Caption : Ipad Pro 1024 , Ipad 768 */
@media screen and (max-width: 1024px) {
	.caption {
		top: 65%;
	}
	.caption img {
		width: 550px;
		height: 150px;
	}
}
/* VDO Caption : Mobile < 767px*/
@media screen and (max-width: 767px) {
	.caption {
		top: 70%;
	}
	.caption img {
		width: 250px;
		height: 60px;
	}
}
/* Style the button used to pause/play the video */
#myBtn {
	width: 8%;
	padding: 5px;
	border-color: #fff;
	border-radius: 10px;
	background: transparent;
	color: #ff0000;
	cursor: pointer;
	margin-left: 1rem;
}
#myBtn:hover {
	border: none;
	background: #ff0000;
	color: #fff;
}

/*====================================
           Image Background 
=====================================*/
.image-background {
	position: relative;
}
.image-background img {
	background-repeat: no-repeat;
}
/*====================================
         Cal Golf Score Image
=====================================*/
.imagewrap {
	width: 60%;
}
.imagewrap img {
	margin-bottom: 10px;
}
/*====================================
          Golf Score Result
=====================================*/
.headingscore {
	font-weight: 400;
}
.headingscore a {
	text-decoration: none;
	color: #333;
}
.headingscore a:hover {
	text-decoration: none;
	color: #ff3e3e;
}

/*====================================
            Google Map RWD
=====================================*/
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/*====================================
              Section
=====================================*/
.btn-outline-danger {
	border-width: medium;
	border-radius: 5px;
	padding: .4rem 1.2rem;
	font-size: 1.2rem;
	margin: 1rem;
	border-color: #ff0000;
	color: #ff0000;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
	border-color: #161616;
	background-color: #161616;
	color: white;
}

/*====================================
          Neighbor Links
=====================================*/
.links-out {
	margin: 0;
	padding: 10px 10px;
	background-color: #859f3c;
}
.links-out p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.links-out a {
	text-decoration: none;
	color: #fff;
}
.links-out a:hover {
	color: #161616;
}

/*====================================
              Footer
=====================================*/
footer {
	margin: 0;
	padding: 0;
}
footer p {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/*====================================
            BREAK POINTS
=====================================*/
/*Extra (xl) large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	/* Style the button used to pause/play the video */
	#myBtn {
		width: 3%;
		padding: 5px;
	}
	/* Golf Score Image */
	.imagewrap {
		width: 60%;
	}
}

/*Medium (md) devices (Ipad/tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1200px) {
	/* Golf Score Image */
	.imagewrap {
		width: 100%;
	}
}
/*Small (sm) devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	/* Golf Score Image */
	.imagewrap {
		width: 100%;
	}
}

/* Extra small (xs) devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
	.caption h4 {
		font-size: 2.2rem;
	}
	.caption p {
		font-size: 1.2rem;
	}
	/* Golf Score Image */
	.imagewrap {
		width: 100%;
	}
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
