/* First release to client */

:root {
  --navbar-height: 80px;
  --navbar-hover-color: #bbf; /* Light blue */
  --theme-color: #004; /* theme blue color */
  --header-height: 100vh;
}
body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
    font-size: 20px;
}
h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 25px;
    color: #111;
}
#logo
{
  padding: 5px;
  padding-left: 20px;
  margin-top: -0px;
  height: var(--navbar-height);
}
#logo img
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}
#myCarousel{
  position: relative;
  top: var(--navbar-height);
}
#myNavbar{
    font-size: 15px !important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.section-buffer {
  height: var(--navbar-height);
}
/* Navigation Bar *************************************************************/
.navbar {
    height: var(--navbar-height);
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;

    /* background-color: #2d2d30; */
    border: 0;
    border-bottom: 1px solid blue;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.90;
}
.navbar li, a{
  height: var(--navbar-height);
}
.nav-tabs li a {
    color: #777;
}
.navbar li a, .navbar .navbar-brand {
  /* color: #d5d5d5 !important; */
  color: black !important;
}
.navbar-nav li:hover{
  background-color: var(--navbar-hover-color);
}
.navbar-nav li a:hover {
    color: blue !important;
}
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    background-color: var(--navbar-hover-color) !important;
}
/* Navigation Bar *************************************************************/

.container {
    padding: 80px 120px;
    text-align: left;
}
.carousel-inner {

}
#myCarousel .carousel-control {
  max-height: 100vh !important;
  height: calc(100vh - var(--navbar-height)) !important;
  /* background-color: red; */
}
#hero-next {

}
.carousel-inner img {
    /* webkit-filter: grayscale(90%); */
    /* filter: grayscale(90%);*/
    /* width: 100%;
    max-height: 100%;
    margin: auto; */
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    white-space: nowrap;
}
.hero-image{
  /* border: 5px solid black; */
  height: calc(var(--header-height) - var(--navbar-height));
  width: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center center; /* 50px is the height of navbar */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image1 {
    background-image: url("../img/staff/All.jpg");
}
.hero-image2 {
    background-image: url("../img/action/Meeting2.jpg");
}
.hero-image3 {
    background-image: url("../img/TheCoveNew.JPG");
}
.item img{
  height: 100vh !important;
  width: 100% !important;
}
.carousel-caption h3, h2, h1 {
    color: #fff !important;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}
.bg-1 {
    /* background: #2d2d30; */
    color: #bdbdbd;
    background: var(--theme-color);
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}

.bg-2 {
  background-color: #2d2d30;
  color: #f5f5f5;
}
.bg-2 h3 {color: #fff;}
.bg-2 p {font-style: italic;}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#about{
  min-height: 75vh;
}
#about div{
  padding-left: 15%;
  padding-right: 15%;
}
#staff .thumbnail {
    background: linear-gradient(to bottom, var(--theme-color), #C6B392);
    /* background-color: #C6B392; */
    border: 2px solid #777 !important;
    border-radius: 4px !important;
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
#staff .thumbnail .btn {
  background-color: transparent;
}
#staff .thumbnail p {
    margin-top: 15px;
    color: #555;
}
#staff .btn {
    /* padding: 10px 10px; */
    color: #f1f1f1;
    transition: .5s;
}
#properties .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
#properties .thumbnail p{
    font-size: 20px;
}
#properties .thumbnail .btn {
    background-color: transparent;
    border: 2px solid #777;
}
#contact {
    min-height: 100vh;
}
.contact-right{
  height: 75vh;
  min-height: 500px;
  /* background-color: red; */
  padding: 20px;
}
.building{
  vertical-align: middle;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  background-repeat: no-repeat;
}
.building img{
}
.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}
.vcenter{

}
.about-button{
width: 100%;
text-align: center;
}
.modal-profile .thumbnail{
   border: none !important;
   float:left;
   padding: 0 30px 0 0;
}
.modal-profile img{
  width: 250px;
}
.modal-property .thumbnail{
  border: none !important;
}
.modal-property img{
  width: 80%;
}
.modal-property h3{
  text-align: center;
}
.modal-property .carousel-inner , .carousel-control{
  max-height: 400px;
  overflow: hidden;
}
.modal-property .carousel-inner img{
  height: 400px !important;
  width: auto !important;
  text-align: center;
  margin: 0 auto;
}
.modal-xl {
  width: 90% !important;
  max-width:1200px !important;
}
.modal-header, h4, .close {
    background-color: var(--theme-color);
    color: #fff !important;
    text-align: center;
}
.modal-header, .close{
    font-size: 20px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}
footer {
    background-color: white;
    color: black;
    padding: 32px;
}
footer a {
    color: black;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
textarea {
    resize: none;
}

@media screen and (max-width:320px)  {
/* smartphones, iPhone, portrait 480x320 phones */

}
@media screen and (max-width:481px)  {
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

}
@media screen and (max-width:641px)  {
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.navbar li {
  height: calc(var(--navbar-height) / 2);
}
body{
  font-size: 14px;
}
#about div{
  padding-left: 10px;
  padding-right: 10px;
}
}
@media screen and (max-width:961px)  {
/* tablet, landscape iPad, lo-res laptops ands desktops */
/* Make the hero image smaller */
  .hero-image{
    height: calc(50vh - var(--navbar-height));
  }
  #myCarousel .carousel-control {
    max-height: calc(50vh - var(--navbar-height)) !important;
    height: 50vh;
    /* background-color: blue; */
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
      display:block !important;
  }
  .navbar-header {
      float:none;
  }
  .navbar li a{
    background-color: var(--theme-color);
    opacity: 1.0;
    color: white !important;
  }
}
@media screen and (max-width:1025px) {
/* big landscape tablets, laptops, and desktops */

}
@media screen and (max-width:1281px) {
/* hi-res laptops and desktops */
}
