/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

 /*
 font-family: 'Noto Serif TC', serif;
 font-family: 'Playfair Display', serif;
 font-family: 'Raleway', sans-serif;
 */

header {
  padding: 156px 0 100px;
}

section {
  padding: 100px 0 150px;
}
.col-lg-10 {
  overflow: hidden;
}

/* Casa Home Search */
.navbar-brand.logo {
  display: block;
  background: transparent url("../images/casa-home-search.png") no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 250px;
  height: 50px;
  text-indent: -500px;
}

.bg-primary {
  background-image: url('../images/bcn-bldgs.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-dark {
  background-color: #000 !important;
}
.nav-item {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}
h3 {
  text-transform: uppercase;
}
.red, a, a:hover {
  color: #cd3c33;
}
.text-white {
  text-shadow: 2px 2px 2px #000;
}
p, li {
  font-family: 'Noto Serif TC', serif;
  font-size: 1.1rem;
}
.btn-primary {
  display: inline-block;
  padding: 1em 2em;
  margin: 1em;
  background: #efefef;
  text-shadow: none;
  color: #333;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: .85em;
}
.btn-primary:hover {
  filter: opacity(.5);
  background: #ccc;
  color: #333;
  text-decoration: none;
}
.btn-primary:focus {
  box-shadow: none;
}
.casa-services {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  justify-content: space-between;
}
.casa-services li {
  padding: .75em
}
.client-type {
    height: 150px;
    overflow: hidden;
    margin-bottom: 1em;
}
.client-type img {
  width: 100%;
}
label {
  margin-right: 1em;
  font-family: "Raleway",sans-serif;
  text-transform: uppercase;
}
.img-float {
  float: right;
  margin: 0 -3em 0 2em;
}
@media only screen and (max-width: 48em) {
  .img-float, img {
    float: none;
    margin: 1em 0;
    width: 100%;
  }
  .red {display: block;}
  .casa-services {
    flex-flow: column nowrap;
    padding-left: 0;
  }
  .client-type {
      height: 250px;
    }
}
