/*
h2
{
    font-family: Comfortaa, Impact, "Arial Black", Arial, Verdana, sans-serif;
    color: rgb(@titlecolor);
    font-size: x-large;
    font-weight : bold;
    text-shadow: 2px 2px 4px grey;
    padding-left: 20px;
    background-color: rgba(@basecolor,0.2); 
	box-shadow: 4px 4px 4px grey;
}

.local_ul li
{
	background-color: rgba(@basecolor,0.2); 
	box-shadow: 4px 4px 4px grey;
	margin-bottom:20px;
	padding : 2px;
	width: 75%;
}


.local_head_img
{
    float: left;
  	width: 150px;
  	height: 150px;
  	margin-right:20px;
   	box-shadow: inset 0 0 20px 5px white;
   	border-radius: 7px;
}

h3
{
	font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
	font-size: large;
    color:rgb(@textcolor);
    text-align : justify;
    text-shadow: 1px 1px 2px grey;
}


.local_part1
{
	font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
	font-size: large;
	color:rgb(@textcolor);
}

.local_part2
{
	font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
	color:rgb(@textcolor);
}

.local_part3
{
	font-family: Raleway, Impact, "Arial Black", Arial, Verdana, sans-serif;
	color:rgb(@textcolor);
}


.local_p1_img
{
	
   float: right;
  	width: 150px;
  	height: 150px;
  	margin: 20px;
  	margin-top:0px;
    box-shadow: 0 0 8px 8px white inset;
}

.local_p2_img
{
	
   float: right;
  	width: 150px;
  	height: 150px;
  	margin: 20px;
  	margin-top:0px;
  	border-radius: 10px;
  	box-shadow: 4px 4px 4px grey;
}
.local_p3_img
{
	
   float: right;
  	width: 150px;
  	height: 150px;
  	margin: 20px;
  	margin-top:0px;
  	border-radius: 10px;
  	box-shadow: 4px 4px 4px grey;
}

.img_strip
{
    display:flex;
    justify-content: space-around;
}


.local_strip_img
{
	clear:both;
  	width: 200px;
  	height: 100px;
  	margin:20px;
  	margin-left:auto;
    margin-right:auto;
  	border-radius: 10px;
  	box-shadow: 4px 4px 4px grey;
}

.endfloat
{
	clear: both;
}
*/
