/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License
-------------------------------------------------------------- */


/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */

ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }

    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }

  }




/* Reset
-------------------------------------------------------------- */
*,
*::before,
*::after {
 box-sizing: border-box;
	margin:0;
	padding:0;
}

body,html{
  height: 100% !important;
}

body {
 margin: 0;
 font-family: "Lato", sans-serif;
 font-weight: 400;
 /*font-size: 16px;*/
 line-height: 1.7;
 color: #777;
 background-color: #f7f7f7;
}

p{
	margin:1rem;
}




ul
{
 margin: 0;
 padding: 0;
}

li{
list-style: none;
}

a{
    text-decoration: none;
    color: white;
}

.navbar{
    display: flex;
    align-items: center;
    height: 6rem;
    background-color: #333;
     z-index: 100;
     position: relative;
}

.logo-div{
    width: 50%;
}

.slogo{
    width:20%;
    position: absolute;
    top: 0;
    left: 10%;
	height:6rem;
}

.menu-primary-menu-container{
      width:50%;
     z-index: 100;
}

.menu {
 
 background-color: #333;

}

.menu a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



 .icon {
  display: none;
}

.menu-item-has-children {
  float: left;
  overflow: hidden;
}

.menu-item-has-children .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 5rem;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.sub-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu a:hover, .menu-item-has-children:hover .dropbtn {
  background-color: #555;
  color: white;
}

.sub-menu a:hover {
  background-color: #ddd;
  color: black;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 56.25em) {
  .menu a, .menu-item-has-children .dropbtn {
    display: none;
  }
  .logo{
      display: block !important;
  }
  .icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 56.25em) {
.slogo{
    width:90%;
    position: absolute;
    left: 0;
	height:10rem;
}
.menu-primary-menu-container{
    width: 100%;
}
  .menu.responsive {position: relative;}
  .navbar{height:10rem; position: relative;}
   .icon {
    position: absolute;
    right: 10px;
    top: 20%;
    z-index: 200;
    font-size: 30px;

  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .menu.responsive .menu-item-has-children {float: none;}
  .menu.responsive .sub-menu {position: relative; top:0}
  .menu.responsive .menu-item-has-children .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}




@media (max-width: 56.25em) {
 .navbar {
  flex-direction: column;
  align-items: flex-start;
 }

}


section{
	padding:5rem 5rem 5rem 5rem;
}

.parallax {
 background-image: url("http://www.susamskar.com/wp-content/uploads/2019/01/Quote-1.jpg");
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 transition: 200ms opacity ease;
	height:100vh;
 opacity: 0;
}

.pvisible {
 opacity: 1;
 z-index: 1;
}

.parallax2 {
 background-image: url("http://www.susamskar.com/wp-content/uploads/2019/01/Quote-2.jpg");
 background-attachment: fixed;
 background-repeat: no-repeat;
 height: 500px;
}

.about {
 margin: 7rem 5rem 5rem 5rem;
 display: flex;
 justify-content: space-between;
 padding-bottom: 10rem;
}

.about-text {
 width: 50%;
}

.about-photos {
 width: 40%;
}

@media only screen and (max-width: 56.25em) {
 .about {
  flex-direction: column;
  margin:  0;
	 padding:0;
 }
 .about-text {
  width: 100%;
  margin-bottom: 5rem;
 }
 .about-photos {
  width: 100%;
 }
}

.composition {
 position: relative;
}
.composition__photo {
 width: 55%;
 box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
 border-radius: 2px;
 position: absolute;
 z-index: 10;
 transition: all 0.2s;
 outline-offset: 2rem;
}
@media only screen and (max-width: 56.25em) {
 .composition__photo {
  float: left;
  position: relative;
  width: 33.33333333%;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
 }
}
.composition__photo--p1 {
 left: 0;
 top: -2rem;
}
@media only screen and (max-width: 56.25em) {
 .composition__photo--p1 {
  top: 0;
  transform: scale(1.2);
 }
}
.composition__photo--p2 {
 right: 0;
 top: 2rem;
}
@media only screen and (max-width: 56.25em) {
 .composition__photo--p2 {
  top: -1rem;
  transform: scale(1.3);
  z-index: 100;
 }
}
.composition__photo--p3 {
 left: 20%;
 top: 10rem;
}
@media only screen and (max-width: 56.25em) {
 .composition__photo--p3 {
  top: 1rem;
  left: 0;
  transform: scale(1.1);
 }
}
.composition__photo:hover {
 outline: 1.5rem solid #55c57a;
 transform: scale(1.05) translateY(-0.5rem);
 box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
 z-index: 20;
}
.composition:hover .composition__photo:not(:hover) {
 transform: scale(0.95);
}


.events{

 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
 margin: 5rem 0 0 0;

}





.card {
 position: relative;
 height: 40rem;
 width: 35rem;
 margin: 0 5rem 5rem 5rem;
}

.card__side {
 height: 35rem;
 transition: all 1s ease;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 border-radius: 2.5rem;
 overflow: hidden;
 box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
 display: flex;
 justify-content: center;
 align-items: center;
}
.card__side--front {
 background-color: orange;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.card__side--back {
 background-color: #5f4444;
 transform: rotateY(180deg);
}
@media only screen and (min-width: 56.25em) {
 .card:hover .card__side--front {
  transform: rotateY(-180deg);
 }
}
@media only screen and (min-width: 56.25em) {
 .card:hover .card__side--back {
  transform: rotateY(0);
 }
}
@media only screen and (max-width: 56.25em) {
 .card__hover-front {
  transform: rotateY(-180deg);
 }
}
@media only screen and (max-width: 56.25em) {
 .card__hover-back {
  transform: rotateY(0);
 }
}
.card__front {
 font-size: 3rem;
 line-height: 3rem;
 color: #fff;
 width: 100%;
 text-align: center;
}
.card__front img {
 width:100%;
 height: 22rem;
}
.card__back {
 font-size: 1.5rem;
 line-height: 2rem;
 color: #fff;
 width: 90%;
 text-align: justify;
	display: flex;
    flex-direction: column;
    align-items: center;
}



.card__back button:not(:hover):not(:active):not(.has-background){
	 background-color: #5cb85c !important;
}



.card__back button{
 background-color: #5cb85c;
 color: white;
 border: none;
 height: 5rem;
 width: 20rem;
 border-radius: 1rem;
 font-size: 2rem;
 cursor: pointer;
}


.card__back button:hover {
 background-color: #06ee06;
}







.card__manual {
 display: none;
 font-size: 2rem;
 color: #fff;
 background-color: inherit;
 border: none;
}
@media only screen and (max-width: 56.25em) {
 .card__manual {
  display: inline-block;
 }
}

.card__text{
	height:13rem;
	display:flex;
	flex-direction: column;
	justify-content:space-evenly;
}

@media only screen and (max-width: 56.25em) {
 .card {
   height:40rem;
   
  margin: 0 0rem 8rem 0rem;
 }

 .card__side {
   height: 40rem;
 }
	
	.card__text{
		height:18rem;
	}
}

.section-programs {
 background-color: #ffe5ff;
}

.programs {
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
 margin: 0 15rem;
}

@media only screen and (max-width: 56.25em) {
 .programs {
  margin: 5rem 0;
 }
}

.program-box {
 height: auto;
 width: 32rem;
padding-bottom:2rem;
 margin: 2rem 2rem;
 background-color: white;
}

.program-box > img {
 width: 100%;
 height: 20rem;
}

.program-box > h2 {
 font-size: 2.5rem;
	    margin: 1rem 0.1rem;
	line-height:3.5rem;
}

.program-box > p {
 font-size: 1.5rem;
 text-align:center;
}

.program-box button:not(:hover):not(:active):not(.has-background){
	 background-color: #5cb85c !important;
}

.program-box button {
 background-color: #5cb85c;
 color: white;
 border: none;
 height: 5rem;
 width: 20rem;
 border-radius: 1rem;
 font-size: 2rem;
 cursor: pointer;
}

.program-box button:hover {
 background-color: #06ee06;
}

.section-team {
 background-color: wheat;
	padding: 5rem 5rem 5rem ;
}

.team-box-wrapper {
 display: flex;

 justify-content: center;
 align-items: center;
 margin-bottom: 7rem;
}

.team-box {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 font-size: 2rem;
 width: 75%;
 background-color: white;
 border-radius: 3rem;
}

.team-box > img {
 border-radius: 50%;
 margin: 5rem 0 0 0;
}

.team-box > div {
 margin: 0 5rem;
}
.teamd{
   display: flex;
 flex-direction: column;
 justify-content: center;
  height: 15rem;
}

.testd{
  display: flex;
 flex-direction: column;
 justify-content: flex-end;
  height: 15rem;
}
.section-testimonials {
 background-color: #ffe15f;
	padding: 5rem 5rem 5rem 5rem;
}

.testimonial-box-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 7rem;
}

.testimonial-box {
 display: flex;
 justify-content: space-between;
 font-size: 2rem;
 width: 75%;
 background-color: white;
 border-radius: 3rem;
}

.testimonial-box img {
 height: 20rem;
 margin: 5rem;
 border-radius: 2rem;
}

.testimonial-box > div {
 margin-right: 5rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
	height: 30rem;
}

@media only screen and (max-width: 56.25em) {
	.section-team {

	padding: 5rem 0 0 0;
}
	
	.section-testimonials {
	padding: 5rem 0 0 0;
}
	
 .testimonial-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 .testimonial-box > div {
  margin: 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
}

.section-blogs {
 background-color: rgba(0, 0, 0, 0.9);
}

.blog-box {
 background-color: white;
 border: none;
}

.section-footer{
	padding:0;
}


.footer{
  display: flex;
  justify-content: space-around;
}



.footer div{
  flex-grow: 1;
}

.address{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.fdbtn{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.fbtn1:not(:hover):not(:active):not(.has-background){
	 background-color: rgba(255, 68, 0, 0.749) !important;
}

.fbtn2:not(:hover):not(:active):not(.has-background){
	 background-color:  rgba(63, 131, 209, 0.847) !important;
}


.fbtn1{
  font-size: 3rem;
  background-color: rgba(255, 68, 0, 0.749);
 color: white;
 border: none;

 padding: 2rem;
 width: 25rem;
 
 border-radius: 1rem;

 cursor: pointer;

}


.fbtn2{
  font-size: 3rem;
  background-color: rgba(63, 131, 209, 0.847);
 color: white;
 border: none;

 padding: 2rem;
 width: 25rem;
 
 border-radius: 1rem;

 cursor: pointer;

}

.fbtn1:hover {
 background-color: rgb(255, 68, 0);
}

.fbtn2:hover {
 background-color: rgb(63, 131, 209);
}

@media only screen and (max-width: 56.25em) {
 .footer{
   flex-direction: column;
 }

 .address{
   padding: 1.5rem;
   font-size: 2rem;
 }

 .fdbtn{
   height: 30rem;
 }
}


html {
 font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
 html {
  font-size: 56.25%;
 }
}
@media only screen and (max-width: 56.25em) {
 html {
  font-size: 50%;
 }
}
@media only screen and (min-width: 112.5em) {
 html {
  font-size: 75%;
 }
}

.heading-secondary {
 font-size: 3.5rem;
 text-transform: uppercase;
 font-weight: 700;
 display: inline-block;
 background-image: linear-gradient(to right, #7ed56f, #28b485);
 -webkit-background-clip: text;
 color: transparent;
 letter-spacing: 0.2rem;
 transition: all 0.2s;
	line-height:3.5rem;
}
@media only screen and (max-width: 56.25em) {
 .heading-secondary {
  font-size: 3rem;
 }
}
@media only screen and (max-width: 37.5em) {
 .heading-secondary {
  font-size: 2.5rem;
 }
}
.heading-secondary:hover {
 transform: skewY(2deg) skewX(15deg) scale(1.1);
 text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.heading-tertiary {
 font-size: 1.6rem;
 font-weight: 700;
 text-transform: uppercase;
}

.paragraph {
 font-size: 1.6rem;
}
.paragraph:not(:last-child) {
 margin-bottom: 3rem;
}

.u-center-text {
 text-align: center !important;
}

.u-margin-bottom-small {
 margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
 margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
 .u-margin-bottom-medium {
  margin-bottom: 3rem !important;
 }
}

.u-margin-bottom-big {
 margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
 .u-margin-bottom-big {
  margin-bottom: 5rem !important;
 }
}

.u-margin-top-big {
 margin-top: 8rem !important;
}

.u-margin-top-huge {
 margin-top: 10rem !important;
}

.u-right-align{
    text-align: right !important;
}

.u-left-align{
    text-align: left !important;
}

