h1, h2, h3, h4, h5 {
	font-family: 'League Spartan', sans-serif;
	line-height: 1;
}
h1{
	font-size: calc(33.75px + 11.25 * ((100vw - 480px) / 800));
}
h2{
	font-size: calc(23.75px + 11.25 * ((100vw - 480px) / 800));
}
h3{
	font-size: 1.5rem;
	font-weight: 600;
}
h4{
	font-size: 1.25rem;
	font-weight: 500;
}
h5{
	font-size: 1.25rem;
	font-weight: 400;
}
p{
	font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
}
ul, li, ol{
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.25rem;
        font-weight: 300;

}
ul.navbar-nav, li.nav-item{
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1rem;
        font-weight: 400;

}
img {
	border-radius: 5px ;
}
h4.card-title{
	font-family: 'League Spartan', sans-serif;
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 500;
}
p.card-text{
	font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1rem;
	font-weight: 300;
}