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

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999;
}

h4 small {
  color:#000;
  display:inline-block;
}
hr + h2 + hr {display:none;}
.brand,
.address-bar,
#carousel-example-generic,
#logo,
#filler {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: none;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.agent-picture {
  width:60px;
  height:56px;
}

.agent-contact {
  font-size:1em;
}

.fb-post[data-width]  {
    width: 320px;
}

.carousel-caption {
    top: 0;
    bottom: auto;
    background: linear-gradient(
                     rgba(20,20,20, .5),
                     rgba(20,20,20, .5));
}

.carousel-caption p {color:#fff;}
footer {
    /*background: #fff;
    background: rgba(255,255,255,0.9);*/
}

footer p {
    font-size:1em;
    color:#fff;
}

.orglist {
  font-size:1.25em;
}

@media screen and (min-width:768px) {
    h4 {font-size:1.05em;}
    h5 {font-size:0.8em;}
    h5+h5 {margin-top:-10px;}
    hr + h2 + hr {display: inherit;}
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    #carousel-example-generic,#filler {
        display: inherit;
    }
    #logo {
        display: inherit;
        color:#fff;
        background: #000 url("../img/logo.png") no-repeat right top;
        width:180px;
        height:80px;
        padding:18px 80px 10px 10px;
        font-size:1.6em;
    }
    #logo span {color:#999;}

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
   /*.intro-text {
        margin-bottom: 15px;
    }
    hr + h2.intro-text {
        margin-top:0;
    }*/
    .agent-picture {
      margin-top:10px;
      width:86px;
      height:80px;
    }
    .agent-contact {
      font-size:1em;
    }
    .fb-post[data-width] {
        width: 360px;
    }
}

@media screen and (min-width:1024px) {
  h4 {font-size:1.2em;}
  h5 {font-size:1em;}
  h5+h5 {margin-top:0;}
  #logo {
      width:280px;
      height:80px;
      padding:25px 80px 25px 18px;
      font-size:2.3em;
  }
  .agent-picture {
    width:115px;
    height:107px;
  }
  .agent-contact {
    font-size:1em;
  }
  .fb-post[data-width]  {
      width: 420px;
  }
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
    .agent-contact {
      font-size:1.2em;
    }
    .fb-post[data-width] {
        width: 500px;
    }
}
