/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
	width:100%;
	height:100%
}

body {
	width:100%;
	height:100%;
	background:#fff;
	font-family: Avenir Next, Helvetica Neue, sans-serif;
	font-weight:400;
	font-size:16px;
	text-align:left;
	letter-spacing:.5px;
	background-color: #f0e7d4;
	color: #000;
}

h1, h2, h3 {
	font-family: Avenir Next,Helvetica Neue,sans-serif;
	font-weight: 700;
	font-size: 14px;
}

h1 {
	font-size: 7rem;
	line-height: 1.6;
}

h3 {
	font-size:2em
}

h5 {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

hr{
	border-top-color: #A48306;
	width: 80%;
	margin-top: 50px;
}

.row {
	margin-bottom: 20px;
}


/*--------------------- navbar -------------------------------------*/

.navbar-brand {
	padding:5px;
	padding-right:10px
}

.navbar-brand > img {
	height:60px;
	margin: 10px;
}

#logo {
	display:none
}

.navbar-nav > .social {
	display: none
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-weight:200;
	font-size:14px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent;
	font-weight:700;
	text-transform:uppercase
}


/*--mobile--*/

@media(max-width:767px) {
	ul.nav.navbar-nav {
	text-align:center;
}

.navbar-brand > img {
	height:40px;
	margin: 0px;
	margin-top: 6px;
	margin-left: 10px;

}

.navbar-toggle {
	margin-top:10px;
	margin-bottom:10px
}

.navbar-default .navbar-collapse {
	border-color: transparent; 
	}

.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
	background-color: transparent;
	border-color: transparent; 
}
.navbar-default  {
	background-color: #fadb39;
	border-color: transparent; 
	}
	
.navbar-nav > .social {
	display: block;
	margin: 80px 0 20px 0;
}
.logo-w{
	width:60%;
}
}

@media(min-width:767px) {
.navbar {
	background-color:transparent;
	padding:20px 0;
	-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
	transition:background .5s ease-in-out,padding .5s ease-in-out;
	border:none
}

.top-nav-collapse {
	background-color:#fadb39;
	padding:5px
}
	
.navbar-brand > img {
	min-height:20px;
	z-index:1000;
	visibility: hidden;
	
}
	
.top-nav-collapse .navbar-nav>li>a>img {
	visibility: visible;
	-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
	transition:background .5s ease-in-out,padding .5s ease-in-out;
	border:none
}

.nav-menu>li>a {
	padding:30px 20px
}

.nav-img>li>a {
	padding-top:0;
}
#tab {
	display:none
}

#logo {
	display:block
}
}

/*--------------------- about -------------------------------------*/

.about-section {
	text-align:left;
	padding-top:100px;
	padding-bottom:100px;
	background-image:url("../images/bg.jpg");
	border: 0;
	border-top: 50px;
	border-style: solid;
	border-color: #1e7b46;  
}

a {
	color:#000;
	text-decoration:none
}

a:hover,a:focus {
	color:#000;
	text-decoration:none
} 

.name{
	text-transform: uppercase;
    position: absolute;
    top: 0;
	padding: 10px;
	background-color: #D59202;
}

.thumbnail {
	padding: 0;
}

.about-section h2{
	font-size: 3em;
	line-height: normal;
}

p.about, 
h2.about { 
	color: black;
}

.thumbnail.card {
	background-color: #1c3927;
	padding:0 20px;
}


@media (min-width: 768px) {
.about-section {
	
	padding-top:150px;
	padding-bottom:150px	
}}

/*--iphone x----*/
@media(max-width:812px) {
	h1 {
		font-size: 5rem;
		line-height: 1;

	}
	
	p.lead{
		font-size: 1.4em;
	}
	
	.about-section h2{
	font-size: 2em;
}
}

/*--------------------- Social -------------------------------------*/
.social {
	margin-top:50px;
	margin-right:20px;
	width:100%;
	margin:auto;

}

.social ul {
	padding:0;
	list-style:none;
	margin:auto;
}

.social li {
	display:inline
}

.social img {
	display:inline;
	margin-right: 15px;
	width:30px;
	
}

.social a {
	opacity:1
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.social a:hover {
	-webkit-filter: invert(0%); /* Safari/Chrome */
    filter: invert(0%);
}


.instagram {

	border: 0;
	border-top: 50px;
	border-style: solid;
	border-color: #0b74bb;
	background-color: #eee7d6;  
}

.ig {
	padding: 0;
	
}

.contact-section{
  border: 0;
	border-top: 50px;
	border-style: solid;
	border-color: #1e7b46; 
}



/* ----------------------google map ---------------------------- */
#map {
	width:100%;
	height:400px;

}


/*--------------------- footer -------------------------------------*/
footer {
	background-color: #fadb39;
	text-align:left;
	padding-top: 50px;
	border: 0;
	border-top: 50px;
	border-style: solid;
	border-color: #e05935; 
	
}

.indexfooter {
	text-align:center;
	padding: 0 20px 30px 20px;
}





/* -------wrapper--------- */
.site-wrapper{
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background-image:url("../images/");
	background-position: center;
  ackground-repeat: no-repeat;
  background-size: cover;
	text-align: center
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle; /* Start the vertical centering */

}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
  color: white;

}

/*Cover*/

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 700;
}

.lead {
	font-weight: 400;
	color: #white;
}
 
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: white;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: red;
  border: 1px solid red;
}
  
/* -------scroll btn--------- */

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.dropdown-menu {
	background-color: #D6AB4D;	
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #D6AB4D;
}


ul{list-style: none;}
.dropdown-menu 
{text-align: center; 
	padding: 0;
	top:0;}
.navbar-nav>li>.dropdown-menu{
margin-top: 50px;
}

.dropdownlist{
	padding: 10px;
}

.dropdownlist>a:focus, 
.dropdownlist>a:hover {
	color: #D6AB4D;
}
@media(min-width:767px) {

.dropdownlist>a:focus, 
.dropdownlist>a:hover {
	color: #1c3927;
}
}

.site-header-desktop-secondary {
width: 100%;
font-size: .5em;
background-color: #1e7b46;
padding-top: 0em;
padding-bottom: 0em;

}
.site-location{
	color: #000;
	font-weight:500;

}



