body{

}

html {
  box-sizing: border-box !important;
}
.img-responsive {
 display: inline-block;
 height: auto;
 max-width: 100%;
}
	
.v1{
	padding-top:1em;
	padding-bottom: 1em;
}


.text2{
	font-family: arial;
	font-size: 0.9em;
	color:#1a1a1a;
	text-rendering:optimizeLegibility;
	text-shadow: rgb(170, 170, 170) 0px 0px 1px;
}

.text3{
	font-family: arial;
	font-size: 1.7em;
	letter-spacing: -0.08em;
	font-weight: bold;
	color:#1a1a1a;
	text-rendering:optimizeLegibility;
	text-shadow: rgb(170, 170, 170) 1px 1px 1px;
}

ul {
 list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
}

	

@media screen and (max-width: 1200px) {
	body{
		font-size: 16px;
	}	
}

@media screen and (max-width: 992px) {
	body{
		font-size: 14px;
	}		
}

@media screen and (max-width: 768px) {
	body{
		font-size: 12px;
	}	
}

@media screen and (max-width: 480px) {
	body{
		font-size: 9px;
	}	
}

