html{}

body{
  margin:0;
  padding:0;
  font-family:'Roboto', sans-serif;
  font-size:14px;
}

a, a:link {
  text-decoration:none;
}

a:hover{ cursor:pointer; }

h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    line-height: 1;
    text-align: Center;
    text-shadow: 0 0 5px #000;
    color: #fff;
    text-decoration: none;
}

h2 {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 1;
    text-align: Center;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    margin: 40px 0 30px 0;
}

div, section{ box-sizing:border-box; }

.header{ width:100%; float:left; padding:20px; position: relative; z-index: 10; }

.logo{float:left; width:200px; height:auto;}

nav{float:right; text-align:right; margin-right:20px;}

nav ul li{ font-size:16px; display:inline-block; margin-left:30px; color:#fff;  }
nav ul li a{ color:#fff; font-weight:300;  }

nav ul li a:hover{ text-decoration:underline; }

.hero{ width:100%;
padding:30vh 0;
background-image:url(images/hero.jpg);
background-size:cover;
background-position:bottom;
background-repeat:no-repeat;
 }

button {
    background-color: #fff;
    text-align: Center;
    padding: 20px 40px;
    color: #000;
    box-shadow: 0 0 5px #000;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: auto;
    border: none;
}

.blue {
    background-color: #0f6fbb;
    color: #fff;
    box-shadow: none;
}

.benefits .blue{
      margin: 40px auto;
}

button:hover{
cursor:pointer;
background-color:#000;
transition:ease all 0.2s;
color:#fff;
 }

 button.blue:hover, .pgmembers .benefits div button:hover{
cursor:pointer;
background-color:#ff9c00;
transition:ease all 0.2s;
 }



.benefits{
  width:100%;
  float:left;
}

.benefits .inner{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  width:90%;
  margin: 0 5%;
}

.pgmembers .benefits p{
    width: 80%;
    margin: 40px 10%;
    text-align: center;
    line-height: 1.8;}


.pgmembers .benefits .inner{
  margin: 40px 5% 80px 5%;
}

.benefits .inner div {
    width: 33.3333%;
    display: inline-block;
    padding: 20px;
}

.thankyoumsg{
        width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-size: 21px;
    background-color: lightgreen;
    padding: 40px 0;
}

button.profile{
    background-color: #0f6fbb;
    text-align: Center;
    padding: 15px 30px;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0;
    border: none;
}

button.profile a{ color:#fff; text-decoration:none;  box-shadow: none;}

.benefits .inner div img{
  width:100%;
  height:auto;
}

.benefits .inner div .title {
    font-weight: 400;
    font-size: 21px;
    margin: 20px 0 5px 0;
    float: left;
    width: 100%;
}

.pgmembers .benefits .inner div {
    width: 32%;
    display: inline-block;
    padding: 20px;
    background: #fff;
    border-radius: 0;
    margin: 0.8% 0.5%;
    box-shadow: 0 0 6px #ccc;
}

.benefits .inner div p {
    font-size: 1em;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
    float: left;
    display: block;
    clear: both;
    position: relative;
    padding-bottom: 40px;
    margin-bottom:20px;
}

.pgmembers .benefits .inner div p {
    padding-bottom: 10px;
    text-align: left;
    margin: 10px 0;
}


.benefits .inner div p:after {
    display: block;
    width: 50px;
    height: 5px;
    background-color: #0f6fbb;
    float: left;
    bottom: 0;
    content: "";
    position: absolute;
}

.pgmembers .benefits .inner div p:after {
    display: none;
}

.about {
    width:100%;
    float:left;
    background-color:#000;
    position:relative;
    display:flex;
}

.about .left{
  width:50%;
  float:left;
  padding:5%;}

  .pgmembers .about .left ul li{
 color:#fff;}

.about h2{ color:#fff;
text-align:left; }

.about p {
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
}

.about .right{
width:50%;
  float:right;
background-image:url(images/meeting.jpg);
background-size:cover;
background-position:top center;
}

.pgmembers .about .right{
width:50%;
  float:right;
background-image:url(images/israel.jpg);
background-size:cover;
background-position:top center;
}


.pgmemberpro .about1 .left{ width:50%;
background-image:none;
padding:0;}

.pgmemberpro .about1 .right{
  background-image:none;
  padding: 0;
}

.pgmemberpro .about2 .left{
    background-image:none;
    padding:0;
}

.pgmemberpro .about2 .right{width:50%;
background-image:none;
padding:0; }

.pgmemberpro .about2 .right ul li{ color:#fff; margin-bottom:10px;}


.pgmemberpro .hero {
    background-image: none;
    height: 170px;
    padding: 0;
    background-attachment: fixed;
    background-position: right;
    position: relative;
    z-index: 0;
    background-color:#000;
}

.pgjoin .hero {
    background-image: url(images/join-hero.jpg);
}

.pgmemberpro .about1 .left, .pgmemberpro .about2 .right{
  padding:5%;
}

.pgmemberpro .about1 .right img, .pgmemberpro .about2 .left img{ width:100%; }

.pgmemberpro .memberlogo{ display:block; width:100%; float:left; }

.pgmemberpro .memberlogo img{ width:100%; }

.pgjoin .benefits {
    width: 80%;
    float: left;
    margin-left: 10%;
    font-size: 18px;
    line-height: 31px;
}

.pgjoin h2 {
    text-align: left;
    margin: 40px 0 40px 0;
}

.backlink {
    position: absolute;
    display: block;
    padding: 5px;
    font-weight: bold;
    bottom: 20px;
    left: 20px;
}

.backlink a, .backlink a:link{ color: #fff; text-decoration: none; }


.about .blue{ 
  margin: 40px 0;
  float:left;
}

.contactform{ 
    position: relative;
    display: inline-block; }

.footer input, .footer textarea{
  padding:5px 10px;
  margin-bottom:5px;
  font-family:inherit;
  width:100%;
  display:block;
  border: 1px solid #ccc;
  font-weight: 300;
  line-height: 1.7;
  color: #666;
  font-size: 12px;
}

input[type="submit"]:hover{
  cursor:pointer;
}

.footer{
      float: left;
    width: 100%;
}


.footer .col3{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 40px 5%;
    border-top: 1px solid #000;
    padding-top: 40px;
}

.col3 div{
padding: calc(10% / 6);
    width: 30%;
}

.footer p{
      font-weight: 300;
    line-height: 1.7;
    color: #666;
    font-size:12px;}

    .footer .title{
      font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
    float: left;
    width: 100%;}

.footerbtm{
      background-color: #000;
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
    font-size: 10px;
}



/* About Page */

.pgabout .hero{background-image:url(images/pgabout.jpg);
background-size:cover;
background-position:bottom;
background-repeat:no-repeat;}

.pgabout p{ margin-bottom:0; }

.pgabout .about1 .left{ width:50%;
background-image:url(images/vision.jpg);
background-size:cover;
background-position:center; 
padding:0;}

.pgabout .about1 .right{
  background-image:none;
  padding: 8%;
}

.pgabout .about2 .left{
    background-image:none;
    padding: 8%;
}

.pgabout .about2 .right{width:50%;
background-image:url(images/sponsor.jpg);
background-size:cover;
background-position:center;
padding:0; }

.pgabout ul li{
  color:#fff;
  font-weight:300;
  margin-bottom:20px;
}

.pgabout h2 {
    margin: 0px 0 30px 0;
}

.pgabout .about a{ color:#fff }


/* Members Page  */

.pgmembers .hero{background-image:url(images/pgmembers.jpg);
background-size:cover;
background-position:bottom;
background-repeat:no-repeat;}
