body{
background:#fff;
/*background-image:url(/site/bg1.jpg);
background-attachment:fixed;
background-size:cover;*/
}
body, h4, h5, h6{
font-family:"Oxygen", san serif;
font-weight:400;
}
a:hover {
   color: #333;
}
h1, h2, h3{
font-family:"Bitter", serif;
font-weight:600;
padding:15px 0;
}
.content-wrap{
background:#fff;
height:100%;
}
#main-content{
/*padding:30px;*/
}
#right-sidebar {
/*padding-right: 20px !important;*/
}
.row { margin-left:0; margin-right:0; }

table.calendar{
background:#fff;
}
.content-wrap .managetop{
margin:0;
}
#page {
margin-top:10rem;
}
nav.container, #page.container, #home.container{
/*padding-left:0;
padding-right:0;*/
}
nav {
  border: 0 none !important;
  border-radius: 0 !important;
}
.navbar-brand img{
margin-top: -75px;
width:200px;
transition: all .5s ease-in-out;
}
.navbar-brand {
  float: none; 
  height: 50px;
  padding: 15px 15px; 
  font-size: 18px;
  line-height: 20px;
  
}
#logo-list img{
max-width:100px;
}

.navbar{
background-color: rgba(0,0,0,0.3);;
border-bottom:none;
border-radius:none;
z-index:10;
position: fixed;
top:0;
width: 100%;
transition: all .5s ease-in-out;
}
.navbar .navbar-nav>li>a{
margin-top:60px;
margin-bottom:60px;
color:#fff;
font-family:"Bitter", cursive;
font-size:24px;
text-shadow:2px 2px 2px rgba(0,0,0,0.5);
transition: all .5s ease-in-out;
}
.navbar .navbar-nav>li>a:hover{
color:#F6DC5D;
}
.navbar .navbar-nav>li>a.active{
text-shadow:none;
border-radius:5px;
background:#F6DC5D;
}
.navbar .navbar-nav>li.dropdown>a{
margin-bottom:0;
}

.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.nav-off {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.nav-fade {
  background-color: rgba(0, 0, 0, 1);
}

.nav-fade .navbar-nav >li>a {
  margin-top:5px;
  margin-bottom:5px;
  transition: all .5s ease-in-out;
}

.nav-fade .navbar-brand img{
  margin-top: -25px;
  width:100px;
  transition: all .5s ease-in-out;
}
.nav-fade .navbar{
  background-color: rgba(0, 0, 0, .9);
  transition: all .5s ease-in-out;
  
}
.nav-fade .dropdown:hover .dropdown-menu {
  margin-top: 0px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown:hover .dropdown-menu {
  margin-top: -50px;
}
@media only screen and (max-width:1199px) {
.navbar .navbar-nav>li>a{
font-size:23px;
}
}
@media only screen and (max-width:992px) {
  .navbar{
    background-color: rgba(0,0,0,1);;
  }
}

ul{
/* list-style:none; */
}

a{
outline:0;
}

#main-content img{

}
.jumbotron{
background-color:#810827;
color:#f0f0f0;
padding-top:70px;
}
.shadow{
box-shadow:0 0 8px #666;
}
/*-----------------------------
            carousel
------------------------------*/

.carousel-bg{
margin:0 15px;
}
.carousel-control {
opacity:.3;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-radius: 10px;
  bottom: 5px;
  font-size: 2rem;
  left: 30%;
  padding: 1% 0 2%;
  right: 30%;
text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.carousel-indicators li, carousel-caption {
top:90%;
}
.carousel-indicators {
  bottom: 0px;
}


.carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-inner .active {
  opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-inner .next.left,
 .carousel-inner .prev.right {
  opacity: 1;
}
 .carousel-control {
  z-index: 2;
}
.carousel-inner img {
  width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

}

.thumb { margin-bottom: 30px; }
.thumbs img{
width:96%;
padding:2%; /* A percentage that, when doubled and added to the above, makes 100%. */
background:transparent;
border:1px solid #CCCCCC;
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;/* Color of the faux border. */
}
.thumbs img:hover { opacity: 0.5; }

.footer-wrap { background:#B05E5A; }
.footer { padding-top:30px; padding-bottom:30px; }
.footer a { color:white; }
@media only screen and (max-width:992px) {
  .car-container {
    margin-top:50px;
  }
}

/*---------------------------------
--Added
*/
.section-home-1 {
    background-color: #f5f6fa;
    padding:30px;
}
.navbar-header img {
  width: 30%;
}
.padding-home {
        padding: 5px;
    }
.mt-6 {
         margin-top: 5rem;
}
.padding-header {
        padding: 0px 0px 15px 0px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
/*----------------------------------
--Image Overlay
*/
.container-img {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}
.container-img a {
  color: #fff;
  text-decoration: none;
}
.container-img a:hover {
  color: #eaece7;
  text-decoration: none;
}
.image {
  display: block;
  width: 96%;
  height: auto;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 96%;
  opacity: 0;
  margin: auto;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.2);
}

.container-img:hover .overlay {
  opacity: 0.9;
}
.text {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.default-header img {
  width: 100%;
}
@media only screen and (max-width: 768px){
.overlay {
  opacity: 0.7;
}
.navbar-collapse {
  /*background-color: black;*/
}
.navbar .navbar-nav > li > a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-header img {
  width: 15%;
}
.navbar-brand img{
margin-top: -20px;
width:83px;
}
.nav-fade .navbar-brand img {
  margin-top: -20px;
  width:83px;
  transition: all .5s ease-in-out;
}
}
@media only screen and (max-width:992px) {
  .navbar-brand img{
margin-top: -20px;
width:83px;
}
.nav-fade .navbar-brand img {
  margin-top: -20px;
  width:83px;
  transition: all .5s ease-in-out;
}
.navbar .navbar-nav > li > a {
  margin-top: 10px;
  margin-bottom: 10px;
}
}
.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
