html, body {
    height: 100%;
}
body {
    padding-top: 100px;
    font-family: "Open Sans";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 100px auto -20em;
}
.wrapper-contact {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.row {
	width: 100%;
}
.row > img {
    margin-bottom: 15px;
}
.btn {
    margin-top: 10px;
}

.form-group .bigicon {
    font-size: 35px;
    color: #36A0FF;
}

.col-lg-3 {
  margin-top: 25px;
}

/* NAVBAR CONTENT
-------------------------------------------------- */

.navbar {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 10px;
    width: auto;
}
ul.nav li.dropdown:hover> ul.dropdown-menu {
    display: block;
}

/*
line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.navbar-brand {
    height: 80px;
}
.nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

/* JUMBOTRON HEADERS
-------------------------------------------------- */

.jumbotron {
    position: relative;
    background: center center;
    padding-top: 0px;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.jumbotron .content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.jumbotron h1 {
    font-size: 50pt;
}
.jumbotron h1, .jumbotron h2, .jumbotron p, .jumbotron a, .jumbotron h3, .jumbotron h4 {
    color: white;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.jumbotron .bg-overlay {
    height: 300px;
    background: rgba(0, 0, 0, 0.3);
}
.vertical-center {
    display: flex;
    align-items: center;
}

.jumbotron.account {
  background-image: url(/static/images/jumbotron/accountlaptop.jpg);
}

.jumbotron.wavebid {
  background-image: url(/static/images/jumbotron/handlaptop.jpg);
}
.jumbotron.photos {
  background-image: url(/static/images/jumbotron/cameralaptop.jpg);
}
.jumbotron.cataloging {
  background-image: url(/static/images/jumbotron/cataloglaptop.jpg);
}
.jumbotron.marketing {
  background-image: url(/static/images/jumbotron/marketing.jpg);
}
.jumbotron.clerking {
  background-image: url(/static/images/jumbotron/clerking.jpg);
}
.jumbotron.jumbo1 {
  background-image: url(/static/images/jumbotron/01.jpg);
}
.jumbotron.jumbo2 {
  background-image: url(/static/images/jumbotron/02.jpg);
}
.jumbotron.jumbo3 {
  background-image: url(/static/images/jumbotron/03.jpg);
}
/* SLIDER CONTENT
-------------------------------------------------- */

.slider-size {
    height: 350px;
    /* slider height */
}
.carousel {
    width: 100%;
    margin: 0 auto;
    /* center carousel if other than 100% */
}
.carousel-caption {
    margin-bottom: 70px;
}
.carousel-control {
    height: 350px;
}
.carousel-inner {
    padding-bottom: 20px;
}

/* MARKETING CONTENT
-------------------------------------------------- */


/* Pad the edges of the mobile views a bit */

.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.marketing .col-lg-3 h3 {
    font-weight: 800;
    font-size: 18px;
}

/* Featurettes - in marketing section
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}
.featurette {
    padding-top: 120px;
    /* Vertically center images: add padding above and below text. */
    overflow: hidden;
    /* clear their floats. */
}
.featurette-image {
    margin-top: -120px;
    margin-bottom: 20px;
    /* negative margin up the image the same amount of the padding to center it. */
}

/* space on the sides of the floated elements so text doesn't run right into it. */

.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thinner marketing headings */

.featurette-heading {
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}
.lead {
    font-family: "Open Sans";
    font-weight: 400;
}

/* STYLE GUIDE COLORS
-------------------------------------------------- */
.btn-info {
  background-color:#008cc3;
  border-color: #008cc3;
}

.btn-success {
  background-color: #7bce9a;
  border-color: #7bce9a;
}

.top-spacer {
	margin-top: 1em;
}
.bottom-spacer {
	margin-bottom: 1em;
}
.integration-image {
	max-height: 147px;
	display: block;
	margin: 0 auto;
}


/* RESPONSIVE CSS AND QUERIES
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 979px) {
    ul.nav li.dropdown:hover> ul.dropdown-menu {
        display: block;
    }
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }

    .jumbotron iframe {
      display: none;
    }
}

}
/* END CSS*/
