@media screen and (max-width: 640px) {
    .q_slider,
    .title {
        display: none;
    }
} 


.my-class h2 {
  font-size:45px;
  font-weight:300;
}

.my-class p {
  margin-top: 16px;
}

.my-class-shabbat h2, h3 {
  font-family: Open Sans,sans-serif;
  font-size:20px;
  font-weight:900;
  margin-bottom:10px;
}


.copyright-widget p {
  font-family: Open Sans,sans-serif;
  font-style: normal;
  font-weight: 300;
}

.home-background-1 {
    background-color: #000000;
}

h2 {
    color: #80668b;
		line-height: 55px;
}
 
.blog_holder.masonry article h3 {
    font-size: 30px;
    font-weight: 700 !important;
}

.sidebartitles h5 {
  font-size:20px;
  font-weight:700;
  color:#80668b;
}

.homepage_qbutton {
    position: fixed;
    bottom: 560px;
    right: 1000px; 
}

.my-class-homepage h1 {
  font-size:26px;
  font-weight:800;
}








