header {
    width: 100%;
    height: auto;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0683c900;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
header.smaller {
    height: 140px;
    background-color: #f6eade;
}
   
.logo-header{
    float: left;
    position: absolute;
    z-index: 1300;
    margin-top: 38px;
    margin-left:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
   
}
header .logo-header img{
    width: 100%;
    /* margin-left: 80px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
header.smaller .logo-header img{
    width: 190px;
    margin-left: 100px;
    margin-top: -24px;
}
header.smaller .top-header{font-size:12px;}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    width: 80%;
    float: right;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-inverse {
    background-color: #2220;
}
.navbar-li {
    border: 3px solid #fff;
    border-radius: 30px;
    margin-left:8px;
    margin-right:8px;
}
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s
}
.top-header {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size:14px;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
.top-header ul{
    display: inline-block;
    list-style: none;
    line-height: 1.3;
    font-weight: 600;
    color: #333;
}
.bg-danger {
    background-color: #f4001d;
    color: #fff;
    padding: 3px;
    text-align: center;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus{
    color: #fff;
    background-color: #555656;
    /* border-top-right-radius: 15px; */
    /* border-top-left-radius: 15px; */
}
.dropdown-menu{
    border-radius: 15px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 15px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0000005c;
    border-radius: 0;
}
.carousel-caption {
    top: 18rem;
    text-shadow:none;
}
.carousel-caption h1 {
    font-size: 72px;
    font-weight: 900;
    color: #c3010f;
    text-transform: none;
    /* letter-spacing: 0.8rem; */
    /* text-shadow: 1px 2px 3px rgba(0,0,0,.3); */
}
.carousel-caption h4 {
    color: #000;
    font-size: 36px;
}
.carousel-caption hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #555656;
    width: 70%;
}
circle-slide{
    margin: 0 10px;
}
.note {
    /* display: block; */
    /* margin-left: 15%; */
    /* margin-right: 15%; */
    /* background: #e64404; */
    padding: 0.5px 0 5px;
    /* margin-bottom: 30px; */
    color: #333;
    font-size: 22px;
}
.note h2{
  font-weight: 600;
}
.btn-lg-top {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 30px;
    color: #3e3333;
    background-color: #ffffff75;
    border-color: #2e6da4;
    border: 2px solid #ff3800;
    margin-top: 3rem;
}
.text-muted {
    color: #c3a1a1;
}
@media (max-width: 768px) {
.navbar {   
    width: 100%;   
}
}