/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.body-container.container-fluid {
    background: radial-gradient(circle, rgba(227, 227, 227, 1) 0%, rgba(101, 98, 96, 1) 100%);
}

h1 {
 font-family: 'Wisdom Script', sans-serif;
    padding-top: 30px;
    font-size: 4rem;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
  letter-spacing:1px;}
}

h1, h2, h3, h4 {
    margin-top: 30px!important;
    font-weight: 700;
    line-height: 1.2 !important;
}

p {
  color:#3c3c3c;
  font-size:1.5em;
  line-height:155%;
}

h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  font-size:40px;
   line-height: 1.5;
    margin-bottom: 0;
}


.span12.widget-span.widget-type-cell.real-jesus.centered {
    padding-top: 60px;
}
.real-jesus-txt{padding-right:30px;}


.ty-text{background-color: #ffffffba;     padding: 30px; }

.dot {
  height: 10px;
  width: 10px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px;
}

@media (max-width: 768px) {
  h1{font-size:40px;}
  
  h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  font-size:25px;
   line-height: 1.5;
    margin-bottom: 0;
}


h3 {color:#3c3c3c;
  font-family: 'Wisdom Script', sans-serif;
  font-weight:bold;
  font-size:20px;
  letter-spacing:1px;
}
  
  .ty-text{ background-color: #ffffffba;     padding: 30px 15px;     margin-top: 30px;}
  
  .dot {
    margin: 0 10px;
}
  
  .real-jesus-txt {
    padding-right: 15px;
}
  
  
}