/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  /* overflow: hidden; */
  object-fit: cover;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*nav bar*/

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;

}

.navbar.scrolled {
    background: rgb(68, 68, 68); /* IE */
    background: rgba(0, 0, 0, 0.78); /* NON-IE */
}

.navbar-brand {
  font-size: 30px;
}

@media (min-width: 992px){
    .navbar li {
        margin-left: 15%;
        margin-right: 15%;
    }

    .navbar-brand {
      /*margin-left: 3%;*/
      margin-right: 5%;
    }
}

/*make active nav links the abaci color*/
.navbar-inverse .navbar-nav .active>.nav-link {
  color: #2C54EB;
}

.navbar-inverse .navbar-nav .nav-link {
  /*color: #1E3AA4;*/
  color: #ffffff;
  font-weight: bold;
}

.navbar-inverse .navbar-nav .nav-link:hover {
  /*color: #2C54EB;*/
  color: #abbaf2;
}


/*search bar*/

#search {
  background-color: transparent;
  /*border: 1px solid #1E3AA4;*/
  border-bottom: 1px solid #1E3AA4;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 200px;

  color: white;
}


@media(max-width: 1100px) {
  #search {
    width: 100px;
  }
}

@media(max-width: 992px) {
  #search {
    width: 200px;
  }

  .nav-link {
    text-align: center;
  }

  #searchline {
    margin-left: auto;
    margin-right: auto;

    width: 33%;
  }
}

#search::placeholder {
  color: #1E3AA4;
  opacity: 1;
}

.btn-outline-success {
  color: #2C54EB;
  border-color: #2C54EB;
}

.btn-outline-success:hover {
  background-color: #2C54EB;
  border-color: #2C54EB;
  color: #001a33;
}

/*search button*/
#searchbutton {
  color: #ffffff;
}

/*contact button on homepage*/

#contactbutton:hover {
  background-color: #1E3AA4;
  border-color: #1E3AA4;
}

#contactbutton {
  background-color: #2C54EB;
  border-color: #2C54EB;
}

/*jumbotron on main page*/

#mainjumbo {
  color: #08102F;
}

/*jumbotron*/

.jumbotron {
  text-align: center;
  margin-top: 15%;
  margin-bottom: 15%;

  background-color: #E9EDFD;
}

.display-3 {
  font-size: 50px;
}

.lead {
  margin-bottom: 30px;
}


/*features*/
.marketing {
  margin-top: 10%;
}


/*logo*/

#logo {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 1%;
}



a {
  color: #2C54EB;
}

a:hover {
  color: #1E3AA4;
  text-decoration: none;
}

.row {
  color: #08102F;
}

/*for icons on company and customers pages*/
/*scale up images when hovering*/

img.rounded-circle, img.img-responsive {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

img.rounded-circle:hover, img.img-responsive:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}


/*carousel*/

#collaborationbutton, #softwarebutton {
  background-color: transparent;
  border: 1px solid #ffffff;
}

#collaborationbutton:hover, #softwarebutton:hover {
  background-color: #abbaf2;
  border-color: #abbaf2;
}
