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 cts.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;
}
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;
}
hr{
    width: 200px;
}
.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;
}
#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;
}
/* responsive */
@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){
    .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){
    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;
    }
}
/* contact respon */
@media screen and (max-width:600px){
    .OsanaRepresent{
        display: none;
       }
       .osanaRepr h1 {
           font-size: 32px;
       }
       .formBox{
           width: 85%;
       }
}
a{
    text-decoration: none;
    color: white;
}
#name{
    content: "Ім'я: ";
}
/*
     FILE ARCHIVED ON 05:00:42 Dec 03, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:01:29 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.388
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.038
  esindex: 0.006
  cdx.remote: 7.942
  LoadShardBlock: 42.186 (3)
  PetaboxLoader3.datanode: 59.371 (4)
  load_resource: 416.852
  PetaboxLoader3.resolve: 334.197
*/