html {
  overflow-y: scroll;
}

.tc-navbar {
  color:#FFFFFF;
  background:#333333;
 }

 @media (min-width: 576px) { .tc-navbar {background:#093c73!important} }

li .nav-item {border-right:1px solid #FFFFFF}

.navbar {padding-top:0.1rem !important; padding-bottom:0.1rem !important;}


#navbarSupportedContent ul li {border-right:1px solid rgba(255,255,255,.25)}
#navbarSupportedContent ul li:last-child {border-right:none;}

.text-small {font-size:85%;}


blockquote{
  border-left:none
}

.quote-badge{
  background-color: rgba(0, 0, 0, 0.2);
}

.quote-box{
  overflow: hidden;
  padding-top: -100px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 17px;
  background-color: #c75e65;
  color:white;
  box-shadow: 2px 2px 2px 2px #E0E0E0;
}

.quotation-mark{
  margin-top: -10px;
  font-weight: bold;
  font-size:50px;
  color:white;
  font-family: "Times New Roman", Georgia, Serif;
}

.quote-text{
  font-size: 15px;
  margin-top: -45px;
}

.thmb {
  max-width:80%;
}
.contact-form {
  margin-bottom:50px;
}
.contact-form .form-control, .contact-form .btn  {
  min-height: 38px;
  border-radius: 2px;
}
.contact-form .btn-primary {
  min-width: 150px;
  background: #299be4;
  border: none;
}
.contact-form .btn-primary:hover {
  background: #1c8cd7;
}
.contact-form label {
  opacity: 0.9;
}
.contact-form textarea {
  resize: vertical;
}
.hint-text {
  font-size: 15px;
  padding-bottom: 15px;
  opacity: 0.8;
}
.bs-example {
margin: 20px;
}