body {
  padding-top: 70px;
  padding-bottom: 30px;
}

/* Global Styles */
html, body{ height:100%}

.jumbotron {
    position: relative;
    background: #000 url("../img/main-bg.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.img-home-portfolio, 
.img-customer, 
.portfolio-item{ margin-bottom:30px}

/* Carousel Customization */
.carousel{  height:50%; margin-bottom:30px }
#myCarousel2 { height:30%; margin-bottom:30px}
.item, 
.active, 
.carousel-inner{ height:100%; }
 
.carousel-caption a.btn.btn-large.btn-primary {
  font-size: 30px;
}

.fill{ width:100%;  height:100%;  background-position:center;  background-size:cover}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

/* PLUXML */
.more a{display:inline-block;  padding:6px 12px;  margin:20px 0 0 0;  font-size:14px;  font-weight:normal;  line-height:1.428571429;  text-align:center;  white-space:nowrap;  vertical-align:middle;  cursor:pointer;  border:1px solid transparent;  border-radius:4px;  -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  -o-user-select:none;  user-select:none}

.more a:focus{outline:thin dotted #333;  outline:5px auto -webkit-focus-ring-color;  outline-offset:-2px}
.more a:after{padding-left:10px;  content:'  ►'}
.more a:hover, 
.more a:focus{color:#333;  text-decoration:none}

.more a:active, 
.more a .active{background-image:none;  outline:0;  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);  box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.more a{color:#fff;  background-color:#428bca;  border-color:#357ebd}

.more a:hover, 
.more a:focus, 
.more a:active, 
.more a.active{color:#fff;  background-color:#3276b1;  border-color:#285e8e}

.more a:active, 
.more a .active{background-image:none}

.tag{font-style: inherit}
.tag-size-1{font-size:1em}
.tag-size-2{font-size:1.1em}
.tag-size-3{font-size:1.2em}
.tag-size-4{font-size:1.3em}
.tag-size-5{font-size:1.4em}
.tag-size-6{font-size:1.5em}
.tag-size-7{font-size:1.6em}
.tag-size-8{font-size:1.7em}
.tag-size-9{font-size:1.8em}
.tag-size-10{font-size:1.9em}
.tag-size-max{font-size:2em}

/* Responsive Styles */
@media (max-width:767px){.carousel{ height:50%; /* increases the carousel height so it looks good on phones */}

}