/* Enter Your Custom CSS Here */

h1 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-style: normal;
}

h2 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-style: normal;
}

h3 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
}

h4 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
}

h5 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
}

h6 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
}

p {
	font-size:20px;
}

body {line-height: 1.6}

.sidebar-primary { 
  float: right;
  width: 336px !important;
}

@media screen and (min-width: 1024px) {
	.content {
		width: 68%;
	}
}