
@media (min-width: 192px) {
  body {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
		.bd-placeholder-img-lg {
				font-size: 3.5rem;
		}
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

h1{font-size: 1.75rem; }
h2{font-size: 1.60rem; color: #009900; font-weight:500; padding-top:60px; margin-top:-60px;}
h3{font-size: 1.40rem; color: #3366ff;}
h4{font-size: 1.30rem; color: #3366ff;}
h6{font-size: 10px; }

p{font-size:1.10rem; font-weight:400; }
li{font-size:1.10rem; font-weight:350;}

@media print {
body {
		padding-top: 0px;
}

nav, header, aside, footer
{
				display: none !important;
}
.shadow {
				shadow: transparent !important;
} 
}