/*@import url('https://fonts.googleapis.com/css?family=Poly');*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'Poly', serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 200;
}



body {
    font-size:18px;color:#000000;
    
    /*font-family: 'Helvetica';*/
    text-decoration:none;letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin: 0 auto;

}
h1{
    font-weight:300;
    
    
}
h2{
    font-weight:200;
    
}
h2.center{
    font-weight:normal;
    text-align:center;
    
}
hr{
	width: 10%;
	 
	margin:20px auto;
	border: 0;
	border-top: solid 1px #fff;
}

hr.divider{
    border-color: #000;
    margin: 100px auto;
}

a{ text-decoration: none;
    color: #0085ac;
 }

#wrap{
	text-align: left;
	width:90%;
	margin: 0 auto;
}
 #mainwrap{
    width: 100%;
    margin: 0 auto;
    text-align: center;
 }





 #intro{
    width: 100%;
    min-height: 100vh;
    background: url(assets/backg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
     color: #fff;
 }

img.icon{
    margin: 150px auto 50px auto
}




#introText{
    padding: 90px 0 50px 0;
    width:60%;
    color: #000;
    /*font-family: 'Poly', serif;*/
    margin: 0 auto;
}
#introText h1{
    color: #fff;
    font-size : 5em;
}


#sessionFlex {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-align-content: center;
    overflow: hidden;
    margin: 0 auto;
    width: 75%;
}

#session{
    color: #000;
    text-align: center;
    text-align:center;
   
    
      border-radius: 15px;
      max-width: 32%;
      
    
    margin: 0 auto;
    margin-bottom:90px;
    /*box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.1);*/
}
#session h1{
    font-size: 1.5em;
    margin: 20px auto 5px auto;
    font-weight: 400;
}

#session h3{
    font-size: 1em;
  
    font-weight: 300;
}
#session hr{
    border-top: solid 1px #000;
}
/*
#session.meditation{
     background: url(assets/meditationBackg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
#session.control{
     background: url(assets/controlBackg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}

#session.mind{
     background: url(assets/mindBackg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}

#session.plan{
     background: url(assets/planBackg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}

#session a{
    background-color: #d8f800;
    border-radius: 15px;
    margin: 50px auto;
    padding: 10px 15px; 
    color: #000;
}
#session a:hover{
    color: #d8f800;
    background-color: #000;
}
*/
div.sessionsCont{
    width: 85%;
     margin: 0 auto;
}

img.sesLogo{
    /*margin: -100px 0 50px 0;*/
    width: 120px;
}

#footer{
    color: #fff;
    background: url(assets/footerBack.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    padding: 90px 0 30px 0;
}


#footer a{
    color: #fff;
}



@media screen and (max-device-width: 499px){
    #session{
          max-width: 80%;
    }
    #sessionFlex {
        width: 100%;
    }
    #introText {
        width: 80%;
    }

}








