@media (min-width: 400px) {
  .Logosize {
    max-width: 231px;
    margin: 14px;
  }
}

@media (max-width: 399px) {
  .Logosize {
    max-width: 221px;
    margin: 14px;
  }
}

div.jumbotron.hero-technology {
  color: #fff;
  text-align: center;
  background: url('../../assets/img/home_elements/Hero.jpg');
  background-size: cover;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: local;
}

@media (max-width: 575px) {
  .topimg1 {
    display: none;
  }
}

@media (min-width: 576px) {
  .topimg2 {
    display: none;
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 10px auto;
  padding: 10px 15px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  font-weight: 300;
}

@media (max-width: 575px) {
  .Heropsize {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) {
  .Heropsize {
    font-size: 1.5rem;
  }
}

a {
  color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #b1313d;
  border-color: #b1313d;
}

.btn-primary {
  background-color: #b1313d!important;
  border-color: #b1313d!important;
  color: #fff!important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #931e29!important;
  border-color: #931e29!important;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (max-width: 576px) {
  .img-fluid.CLmbsize {
    max-width: 80%;
    height: auto;
  }
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(255,255,255,0.9);
  transition: all .2s;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.brandsize {
  max-width: 250px;
}

@media (min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box:focus {
  outline: none;
}

.portfolio-box {
  position: relative;
  display: block;
  /*max-width: 650px;*/
  margin: 0 auto;
}

a {
  transition: all .2s;
}

.brandsize2 {
  max-width: 221px;
}

a, a:hover {
  color: #0a0a0a;
}

@media (min-width: 1199px) {
  .bt1200hide {
    display: none;
  }
}

@media (max-width: 1199px) {
  .st1200hide {
    display: none;
  }
}

@media (min-width:768px) {
  .d-md-flex {
    /*display: -ms-flexbox!important;*/
  }
}

#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all .4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #ac313d;
  background: #ac313d;
}

