@media screen and (min-width: 768px) {

	body {
		font-size:16px;
		line-height:1.5;
		word-break:break-all;
	}

	h1 {
		font-size:48px;
		font-weight:500;
		line-height:1.5;
	}

	h2 {
		font-size:42px;
		font-weight:500;
		line-height:1.5;
	}

	h3 {
		font-size:36px;
		font-weight:500;
		line-height:1.5;
	}

	h4 {
		font-size:28px;
		font-weight:500;
		line-height:1.5;
	}

	h5 {
		font-size:22px;
		font-weight:500;
		line-height:1.5;
	}

	p {
		font-size:16px;
	}

	a {
		color:#FFFFFF;
	}

	a:hover {
		color:#FFFFFF;
	}

#grobalnav .navbar-text {
position:absolute;
top:0px;
right:0px;
}
#page-row-1 .page-col-2{
position: -webkit-sticky;
position:sticky;
top:220px;
}


}
@media screen and (max-width: 767px) {

	body {
		font-size:16px;
		line-height:1.5;
		word-break:break-all;
	}

	h1 {
		font-size:36px;
		font-weight:500;
		line-height:1.5;
	}

	h2 {
		font-size:28px;
		font-weight:500;
		line-height:1.5;
	}

	h3 {
		font-size:24px;
		font-weight:500;
		line-height:1.5;
	}

	h4 {
		font-size:20px;
		font-weight:500;
		line-height:1.5;
	}

	h5 {
		font-size:18px;
		font-weight:500;
		line-height:1.5;
	}

	a {
		color:#FFFFFF;
	}

	a:hover {
		color:#FFFFFF;
	}

}
