body{
    margin: 0 auto;
    max-width: 2000px;
    font-family: 'Proxima Nova';
}
.OsanaRepresent{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 80px;
}
.OsanaRepresent img{
    margin-right: 10px;
}
.osanaRepr p{
    margin-bottom: 50px;
}
.textRepresentOsana{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.textRepresentOsana h1,p{
margin: 0;
color: #fff;
}
.fat{
    background:url('../img/bg News.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header{
    background-color: #29292999;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 10px;
}
ul{
    list-style: none;
    display: flex;
    padding: 0px;
    align-content: center;
}
ul li {
    margin: 10px;
}
.socBox{
    margin-left: 30px;
}
.socBox a{
    text-decoration: none;
    margin: 10px;
}
li a{
    text-decoration:none;
    color: #fff;
    font-size: 18px;
}
.osanaRepr{
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.osanaRepr h1{
    margin: 0;
color: #fff;
text-align: center;
font-size: 50px;
text-transform: uppercase;
}
.osanaRepr h2{
    margin: 0;
    color: #fff;
text-align: center;
font-size: 58px;
text-transform: uppercase;
}
.osanaRepr h3{
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    padding-bottom: 50px;
}
.osanaRepr p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2.5px;
    font-style: italic;
}
.ds {
    clear: both;
}
footer{
    padding-top: 100px;
    background:url('../img/bg footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer h1{
    color: #fff;
    font-size: 50px;
    width: 50%;
    text-align: center;
    padding-bottom: 30px;
}
footer .pic{
    margin-bottom: 50px;
}
small{
    margin-top: 50px;
    color: #fff;
}
.links a{
    color: #fff;
    font-size: 18px;
    margin: 10px;
}
.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact p{
    color: black;
}
.formBox{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.formBox input{
    font-size: 18px;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom:20px;
}
.formBox input:focus{
    box-shadow: 0px 3px 3px 0px darkgray;
}
.putYourInfo{
    margin-bottom: 20px;
}
.youCanCall{
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}
span{
    color:seagreen;
    font-weight: bold;
}
.button{
    position: relative;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border: 2px solid transparent;
    transition: all .3s;
    background: url("../img/icons/icon arrow send.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 90%;
    background-color: rgb(45, 48, 51);
}
.button:active{
    top: 3px;
}
textarea{
    font-size: 18px;
    resize: none;
}
textarea:focus{
    box-shadow: 0px 3px 3px 0px darkgray;
}
.button:hover{
    transition: all .3s;
    color: rgb(255, 255, 255);
    border: 2px solid darkgrey;
    background-color: rgb(32, 34, 36);
}
.socName{
    color: darkgrey;
    font-weight: 100;
    font-style: italic;
    font-size: 30px;
}
.socText{
    font-size: 20px;
color: darkgray!important;
margin-bottom: 30px;
}
.blog{
    clear: both;
    padding-top: 30px;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.blog p{
    /*height: 250px;*/
    /*overflow: hidden;*/
    color: rgb(51, 51, 51);
}
.blog .main_img_blog{
    float: left;
    margin-right: 20px;
    width: 50%;
    padding-bottom: 20px;

}
.content hr{
    margin-top: 30px;
    margin-bottom: 30px;
}
.linksMore{
    text-decoration: none;
    float:right;
    margin-top: 20px;
    margin-right: 100px;
    color: #333;
}

.p-hiden p{
    font-size: 25px;
    margin-bottom: 15px;
}
.p-hiden h1{
    font-size: 35px;
}

.shareClik{
    cursor: pointer;
}
/* responsive */
#menu{
    position: absolute;
    left: 10px;
    top: 20px;
    display: none;
    border:1px solid #fff;
    padding: 5px;
    background: black;
    outline: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
@media screen and (max-width:1200px){
    header{
        flex-wrap: wrap;
    }
  }
  @media screen and (max-width:900px){

    ul{
        flex-wrap: wrap;
    }
  }
  @media screen and (max-width:700px){
            .p-hiden h1{
    font-size: 25px;
}
      .p-hiden p{
    font-size: 20px;
    margin-bottom: 15px;
}
    .everySunday h1 {
        width: 90%;
        font-size: 30px;
    }
    .everySunday p{
        width: 80%;
    }
    .strength h1{
        width: 90%;
        font-size: 30px;
    }
    .everyCall h1 {
        width: 90%;
        font-size: 30px;
    }
    .meet h1 {
        width: 90%;
        font-size: 30px;
    }
   footer h1 {
       width: 90%;
       font-size: 30px;
   }
   header {
       justify-content: flex-start;
   }
  }
  @media screen and (max-width:460px){
      .p-hiden p{
    font-size: 15px;
    margin-bottom: 15px;
}
    nav{
        margin-top: 40px;
        height: 100vh;
        display: none;
    }
    #menu{
        display: block;
    }
    .OsanaRepresent{
        display: none;
    }
  }
  @media screen and (max-width:420px){
    ul {
        flex-direction: column;
    }
    .socBox {
        margin-left: 0;
    }
  }

  /* news responsive */
@media screen and (max-width:970px){
    .blog{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .osanaRepr{
        padding-top: 50px;
    }
    .blog .main_img_blog{
        width: 80%;
    }
    .linksMore {
        float: left;
        margin-left: 50px;
        margin-right: 50px;
    }
    .OsanaRepresent{
        display: none;
    }
}
a{
    text-decoration: none;
    color: white;
}
.shareClik{
    width: 50px;
    height: 50px;
}
/*
     FILE ARCHIVED ON 16:52:00 Mar 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:02:33 Sep 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.379
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.035
  esindex: 0.007
  cdx.remote: 5.71
  LoadShardBlock: 40.961 (3)
  PetaboxLoader3.datanode: 71.213 (5)
  load_resource: 302.711
  PetaboxLoader3.resolve: 258.066
  loaddict: 21.432
*/