/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}
body {
  padding-top: 4rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

body header nav a{
padding-right: 10%;
padding-left: 10%;
}
body header div{
  padding-right: 10%;
}
body header div ul li{
  padding-left: 50px;
}
body main div h3{
  font-size:70px;
  margin-top: 0;
  font-weight: 500;
}
.navbar-brand{
  padding-top: 10px;
  padding-bottom: 10px;
}
footer{
  padding-top: 50px;
}
#jumbotronbrands{
  padding-top: 30px;
  padding-bottom: 30px;
}
#social {
 color:#5a5a5a;
 text-decoration: underline;
 padding-left: 10px;
 margin-top: 30px;
}
#contact .col-md-4 .box{
  
  padding-left: 5%;
  padding-top: 5px;
  
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  
}
#contact .col-md-4 .box .box-content{
  justify-content: space-around;
  
} 
#contact .col-md-4 .box p{
  margin-bottom: 5px;
}

#contact .col-md-4 .box h4{
  padding-bottom: 5px;
  text-decoration: underline;
  
}
#contact .col-md-4{
  min-width: 348px;
  min-height: 194.5;
  width: 348px;
  height: 194.5;
  
}

#contact .col-md-4 .box .box-content h2{
  text-decoration: underline;
  
}

@media (max-width: 79em){

  body main div h3{
    font-size:50px;
  }
}
@media (max-width: 62em){

  body main div h3{
    font-size:25px;
  }
  
}

.container .row .col-md-4{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 240px;
}


.box .box-content{
  
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  
  height: 100%; 
  
}
.box{
  height: 100%; 
  background-color: white;
  position: relative;
  height: 100%;
  
}



.box:before{
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: rgb(90, 90, 90);
  z-index: -1;
  
}
.box:after{
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: rgb(90, 90, 90);
  z-index: -2;
  filter: blur(15px);
  
}

.box-content div p{
  font-size:18px;
}

.box-content p{
  font-size:18px;
}

#catalogCarousel{
  
  width: 30vw;
  height: 30vw;
  
  
}

#catalogCarousel .carousel-item{
  height: 30vw;
  width: 30vw;
  
}
#catalogCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 30vw;
  height: 30vw;
  border: #5a5a5a solid 5px;
  border-radius: 5px;
}

@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 {
    
    font-size: 70px;
  }
}

  



@media (max-width:90em){
  .carousel-item {
    height: 27rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width:85em){
  .carousel-item {
    height: 24rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width:80em){
  .carousel-item {
    height: 22rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width:65em){
  .carousel-item {
    height: 18rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  
}
@media(max-width: 48em){
  #catalogCarousel{
  
    width: 80vw;
    height: 80vw;
    
    
  }
  
  #catalogCarousel .carousel-item{
    height: 80vw;
    width: 80vw;
    
  }
  #catalogCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 80vw;
    height: 80vw;
    border: #5a5a5a solid 5px;
  }
}
@media (max-width:63em){
  .carousel-item {
    height: 15rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  .marketing h3{
    font-size:40px;
  }
  
  body{
    padding-top: 4rem;
  }
  
}
@media (max-width: 44em){
  .carousel-item{
    height: 18rem;
  }
  .carousel-item > img{
      
    max-width: 100%;
    height: auto;
  }
  #myCarousel{
    max-height: 200px;
  }body{
    padding-top: 4rem;
  }
  #catalogCarousel{
  
    width: 80vw;
    height: 80vw;
    
    
  }
  
  #catalogCarousel .carousel-item{
    height: 80vw;
    width: 80vw;
    
  }
  #catalogCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 80vw;
    height: 80vw;
    border: #5a5a5a solid 5px;
  }
}
@media (max-width:38em){
  .carousel-item {
    height: 13rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  #myCarousel{
    max-height: 180px;
  }
  body{
    padding-top: 4rem;
  }
  #catalogCarousel{
  
    width: 90vw;
    height: 90vw;
    
    
  }
  
  #catalogCarousel .carousel-item{
    height: 90vw;
    width: 90vw;
    
  }
  #catalogCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 90vw;
    height: 90vw;
    border: #5a5a5a solid 5px;
  }
}
@media (max-width:32em){
  .carousel-item {
    height: 11rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  #myCarousel{
    max-height: 150px;
  }
  body{
    padding-top: 4rem;
  }
  #catalogCarousel{
  
    width: 90vw;
    height: 90vw;
    
    
  }
  
  #catalogCarousel .carousel-item{
    height: 90vw;
    width: 90vw;
    
  }
  #catalogCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 90vw;
    height: 90vw;
    border: #5a5a5a solid 5px;
  }
}
@media (max-width:28em){
  .carousel-item {
    height: 11rem;
    max-width: 100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  #myCarousel{
    max-height: 135px;
  }
  body{
    padding-top: 4rem;
  }
  #catalogCarousel{
  
    width: 90vw;
    height: 90vw;
    
    
  }
  
  #catalogCarousel .carousel-item{
    height: 90vw;
    width: 90vw;
    
  }
  #catalogCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 90vw;
    height: 90vw;
    border: #5a5a5a solid 5px;
  }
}



