/* CSS Document */

.navbar {
    margin: 15px;
    font-family:Arial, Helvetica, sans-serif;
    background:#0099FF;
}
.navbar-inverse .navbar-nav>.active>a {
    background:#0099EE;
}
.navbar-inverse .navbar-nav>.disabled {
    font-weight: bold;
    text-decoration: underline;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    cursor: inherit;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}

.content{
    margin: 20px;
}

.testimonial {
    margin-top: 10px;
    margin-bottom: 10px;
}

article {
    margin-top: 10px;
}

.pad-right {
    margin-right: 10px;
    margin-bottom: 10px;
}

.pad-left {
    margin-left: 10px;
    margin-bottom: 10px;
}

.letter {
    font-style: italic;
    margin-top: 10px;
}

.signature {
    font-style:	italic;
    font-weight: bold;
    margin-top: 20px;
}

.clear {
    clear: both;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main{
    position: relative;
}

#right-sidebar{
    border: solid;
    border-color: #0099FF;
    padding: 10px;
    margin-top: 10px;
    /* 
    color: green;
    position: absolute;
    top: 100%;
    right: 0;
     */
}

#logo-text {
    font-family: "Fascinate Inline";
    text-align: center;
    color: white;
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
