.link_button {
    /*display: flex;*/
    flex-wrap: wrap;
    padding: 0px 0px;
    border: 1px solid #e5e5e5;
    border-radius: 50% solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /*border-left:4px solid #FF6A00;*/
}



.link_button:hover {
  /*background-color: rgb(255, 255, 255);*/
  box-shadow: 3px 3px 12px 0px rgba(2, 14, 103, 0.1);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
  filter: brightness(90%);
  text-decoration:none !important;  
}


a:hover .link_button_text {
  text-decoration:none !important;  
}



.bottom_margin_0_px {margin-bottom:0px;}
.bottom_margin_5_px {margin-bottom:5px;}
.bottom_margin_10_px {margin-bottom:10px;}
.bottom_margin_15_px {margin-bottom:15px;}
.bottom_margin_20_px {margin-bottom:20px;}
.bottom_margin_25_px {margin-bottom:25px;}
.bottom_margin_30_px {margin-bottom:30px !important;}


.top_margin_0_px {margin-top:0px;}
.top_margin_5_px {margin-top:5px;}
.top_margin_10_px {margin-top:10px;}
.top_margin_15_px {margin-top:15px;}
.top_margin_20_px {margin-top:20px;}
.top_margin_25_px {margin-top:25px;}
.top_margin_30_px {margin-top:30px !important;}


.white_text_link_button h1, .white_text_link_button h2, .white_text_link_button h3, .white_text_link_button h4, .white_text_link_button h5 {
	color:#ffffff;
}

.black_text_link_button	h1, .black_text_link_button	h2, .black_text_link_button	h3, .black_text_link_button	h4, .black_text_link_button	h5 {
	color:#404040;
}	

