
#made_with_bud .row .grid .grid-component {

	background-color: white;
    border: solid 10px white;
    margin-top: -12px;
    margin-bottom: -12px;
}

#made_with_bud .row .par2 .image-picture{
	width: 15%;
    margin-left: 40%;
    margin-top: 15%;
    margin-bottom: 11%;
}

#made_with_bud h1{
	font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 3em;
    margin-top: 5%;
}

#made_with_bud .quick-link-component .quick-link-title{
	display: none;
}

#made_with_bud .quick-link-component li{
 	list-style-type: none;
    margin-top: 3%;
}

#made_with_bud .quick-link-component a{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-left: 42%;
    color:white;
    text-decoration:underline;
}

#our_ads .row .carousels .slick-list .slick-slide {
	padding-right: 0px;
}

@media(max-width:991px){
  #made_with_bud .row .par2 .image-picture{
    width: 8%;
    margin-top: 0px;
    margin-bottom: 4%;
    margin-left: 45%;
  }
  #made_with_bud .quick-link-component a{
    margin-left: 38%;
  }
}

@media(max-width: 650px) and (min-width: 550px){
  #made_with_bud .quick-link-component a{
    margin-left: 35%;
  }
  #made_with_bud h1{
    margin-left:28%;
  }
}

@media(max-width: 550px) and (min-width: 450px){
  #made_with_bud .quick-link-component a{
    margin-left: 29%;
  }
  #made_with_bud h1{
    margin-left:24%;
  }
}

@media(max-width:550px){
  #made_with_bud .row .par2 .image-picture{
    width: 11%;
  }
}

@media(max-width: 450px){
  #made_with_bud .quick-link-component a{
    margin-left: 24%;
  }
  #made_with_bud h1{
    margin-left:17%;
  }
}

@media(max-width: 400px){
  #made_with_bud .quick-link-component a{
    margin-left: 18%;
  }
  #made_with_bud h1{
    margin-left:10%;
  }
}


@media(max-width: 767px){
  #made_with_bud .grid-component .col-xs-12{
    border-top: solid white 8px;
  }
  #made_with_bud .row .grid .grid-component{
    margin-top: -8px;
    margin-bottom: -20px;
  }
  #made_with_bud .quick-link-component a{
    display: block;
    padding-top: 5%;
  }
}

@media(max-width: 767px) and (min-width: 650px){
  #made_with_bud h1{
    margin-left:31%;
  }
}