/* 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;
}

/* Begin Mediavine Sidebar Fix */
@media only screen and (min-width: 768px) {
    .home .vc_col-sm-8 {
        max-width: calc(100% - 330px);
    }
    .home .vc_col-sm-4 {
        min-width: 300px !important;
    }
}
@media only screen and (min-width: 1024px) {
    body.origamiez-layout-right-sidebar #sidebar-center {
        max-width: calc(100% - 330px);
    }
    #sidebar-right {
        min-width: 320px !important;
    }
}

@media only screen and (max-width: 359px) {
    .container {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* End Sidebar Fix */

body { line-height: 1.6}


