/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2015-2023 TM Group, LLC.
 * Licensed under MIT (https://github.com/twbs/bootstrap)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/edison/normalize.css */
#simpleshadow {
    text-shadow: 2px 2px;
}
#simpleshadow2 {
    text-shadow: 2px 2px red;
}
#simpleshadow3 {
    text-shadow: 2px 2px 5px red;
}
#simpleshadow4 {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
#simpleshadow5 {
    text-shadow: 0 0 3px #ff0000;
}
#simpleshadow6 {
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
#simpleshadow7 {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    color: white;
}
#simpleshadowborder {
   color: coral;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#boxshadow4 {
	max-width:370px; border-radius:6px;    
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 13px 0 rgba(0,0,0,0.19) !important;
}

#boxshadow94 {
	max-width:350px; border-radius:6px;    
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 13px 0 rgba(0,0,0,0.19) !important;
}

#boxshadow1 {width: 300px; height: 100px; padding: 5px; margin-bottom: 30px; background-color: #FFF; box-shadow: 2px 2px; border-radius: 5px; color:#FCF;}

#boxshadow2 {width: 300px; height: 100px; padding: 15px; margin-bottom: 30px; background-color: yellow; box-shadow: 10px 10px grey;}

#boxshadow3 {width: 300px; height: 100px; padding: 15px; margin-bottom: 30px; background-color: yellow; box-shadow: 10px 10px 5px grey;}

.catscolmn {text-align:left; padding:0.20rem; padding-top:0.35rem; padding-bottom:0.35rem; font-size:0.95rem; width:100%; color:#506572; background-color:#; border-color:#4cae4c; line-height:125%;}

.catsblok {text-align:left; text-transform:uppercase; padding:0.20rem; padding-left:0.33rem; font-size:1.03rem; width:100%; color:#737373; font-family:Lato,Calibri,serif;}