/*############################*/
/*** global css  ***/
/*############################*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #777;
  margin-top: 110px;
  background-color: #2d2d30;
}

#Intro {
  top: 0;
  position: fixed;
  z-index: 5000;
  background-color: #ff9749;
  height: 40px;
  width: 100%;
  color: #fff;
  padding-top: 10px;
  padding-right: 15px;
  text-align: right;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.highlight {
    color: #ff9749;
    font-weight: 500;
    font-size: 24px;
    padding: 20px 0px;  
}

.wrapper {
  text-align: center;

}


a.button {
  text-decoration:none;
  background-color: #ff9749;
  font-weight: 600;
  font-size: 1.5em;
  z-index: 9999;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border-radius: 8px;
  width: 160px;
  padding-top:10px;
  padding-bottom:10px;
  position: absolute;
  margin: -20px -75px;
  bottom: 18%;
  left: 50%;
}

hr {
  border-color: #777;
}

.container {
  padding: 80px 120px;
}

.modal {
  top: 50px;
}

.modal-header, h4, .close {
  background-color: #333;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}

.gray {
  background-color: #e0e0e0;
  width: 100%;
}

.white {
  background-color: #fff;
  width: 100%;
}

.section-title {
  font-size: 45px;
  padding-top: 20px;
}

#about {
  margin-top: 40px;
}

.item {
  max-height: 500px;
}

/*############################*/


/*** navbar***/


/*############################*/

.navbar {
  font-family: 'Roboto', sans-serif;
  /*background-color: #fff;*/
  background-color: #2d2d30;
  border: 0;
  font-weight: 500;
/*   font-size: 11px !important; */
  letter-spacing: 2px;
  min-height: 80px;
  top: 40px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-brand>img {
  margin: 15px;
  height: 80px;
}

.navbar li a {
  line-height: 80px;
  /*** line height mst be same as img ***/
  font-weight: 900;
}

#myNavbar ul li a:focus, #myNavbar ul li a:hover, #myNavbar ul li a:active {
  background-color: #ff9749;
  color: #FFF;
}

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

.navbar-collapse {
  min-height: 80px;
  /* opacity: 0.8; */
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-top: none;
  box-shadow: none;
}


/*############################*/


/*** carousel  ***/


/*############################*/

.banner-caption {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 35px;
  z-index: 999;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  bottom: 25%;
}

.banner-caption hr {
  width: 60%;
  border-color: #fff;
}


/*** align navbar w/ carousel ***/

.navbar {
  /* position: absolute; */
}

.carousel-inner>.item>img {
  margin: 0 auto;
  /*position: relative;*/
  background-size: cover;
}


/*############################*/


/*** contact form  ***/


/*############################*/

.form-control {
  border-radius: 0;
}

textarea {
  resize: none;
}

.btn {
  padding: 10px 20px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 0;
  transition: .2s;
  margin: 2;
}

.btn:hover, .btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

#map {
  height: 400px;
  max-height: 400px;
  width: 100%;
}

/*############################*/


/*** footer  ***/


/*############################*/

/* footer {
  background-color: #2d2d30;
  color: #f5f5f5;
  padding: 32px;
  font-weight: 900;
  font-size: 18px;
}*/

footer a {
  color: #777;
  margin-top: 10px;
}

footer a:hover {
  color: #ff9749;
  text-decoration: none;
}

footer {
  font-size: 25px;
  padding: 50px;
  text-align: center;
  bottom: 0;
  width: 100%;
}
footer .fa {
  color: #ff9749;
}

/*############################*/


/*** mobile display ***/


/*############################*/

@media (max-width: 768px) {
  .carousel-caption {
    display: none;
  }
  .container {
    padding: 50px;
  }
  .banner-caption {
    display: none;
  }
  .button {
    display:none;
  }
  .navbar-toggle {
    background-color: #ddd;
    margin-top: 37px;
  }

	.navbar-right {
		margin-right: 15px;
	}
  .navbar-nav>li>a {
    line-height: 50px;
	height: 50px;
	/* 	padding: 15px;*/
	padding: 7px !important;
  }
  .jumbotron p {
    font-size: 17px;
  }
  .bottom-menu {
    display: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 20px;
  }
  #Intro {
    text-align: center;
  }
  .fa-2x {
    margin-top: 15px;
    font-size: 17px !important;
  }
}
