 @charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

/*THIS IS THE BEGINNING OF THE ABOUT SECTION CSS STYLING*/
.aboutBody {
	background-image : url(../images/buddha.jpg); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 70px;
}

.aboutBodyMain {
	background-color: rgba(30,31,35,1.00); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 70px;
}

.aboutH1{
	text-align: center;
	text-shadow: 5px 5px 10px black;
	font-family: 'Lato', sans-serif;
	font-size: 6em;
	font-weight: 400;
}

.aboutSection {
	padding-bottom: 50px;	
}

.h2About {
	color: ghostwhite;
	text-align: center;
	font-weight: normal;
	font-size: 3em;
	text-shadow: 1px 1px 10px black;
	font-family: 'Homemade Apple', cursive;
	border-bottom: 20px;
	
}

.h3About {
	font-family: 'Homemade Apple', cursive;
	font-size: 2.0em;
	color: rgba(210,212,217,1.00);
	text-shadow: 1px 1px 10px rgba(0,0,0,1);
	margin: 0 0 20px;
	padding: 0;
}

.divAbout{
	/*background-color: rgba(235,240,243,0.60);*/
	padding: 15px;
	text-align: justify;
	color: black;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-bottom: 20px;
}

.imgAboutContainer{
	margin: 20px 60px 60px;
}
.imgAbout{
	transition: transform 0.3s;
}

.imgAbout:hover {
	-moz-transform: scale(1.03);
	-webkit-transform:
		scale(1.03);
	transform: scale(1.03);
}

.junkieBio {
	background: rgba(255,255,255,0.6);
	background-size: 700px;
	padding: 20px;
	color: #1e1f23;
	text-align: justify;	
}
.junkieBio p{
	font-size: 1.2em;	
}

/*/*.junkieBio h2 {
	font-family: 'Homemade Apple', cursive;
	
}*/
.junkieBio h3 {
	font-family: 'Homemade Apple', cursive;
	word-spacing: 15px;
	
}
.junkieBio_img{
	width: 75px;
	height: 75px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*.junkieBio h4 {
	font-family: 'Amatic SC', cursive;
	
}*/

.hrAbout {
	margin: 20px 0 30px 0;
	width: 98%;
	border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.indexBody {
	/*background-image: url(../images/Yoga.jpg);*/
	
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 0px;	
}

.indexH1 {
	text-align: center;
	text-shadow: 5px 5px 20px black;
	font-size: 2em;
	margin: 0;
	font-family: 'Homemade Apple', cursive;
	
	
}

.indexH2 {
	text-align: center;
	text-shadow: 5px 5px 20px black;
	font-size: 1.5em;
	font-family: 'Homemade Apple', cursive;
	color: ghostwhite;
	word-spacing: 15px;
}

.indexOfferP {
	text-align: justify;
	line-height: normal;
	font-size: 0.95em;
	

	
}

.posesBody {
	background-image : url(../images/../images/background-texture-grey-11.jpg); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 30px;
	background-color:rgba(30,31,35,1.00);
	
}

.shopBody {
	background-image: url(../images/Coming_Soon-2.jpg); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 70px;
}

.patientBody {
	background-image: url(../images/patient.jpg); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 70px;
}



.landingContent {
	color: ghostwhite;
	text-align: center;
	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

.landingShop {
	color: ghostwhite;
	text-align: center;
	padding-top: 25%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

.landingPatient {
	color: ghostwhite;
	text-align: center;
	padding-top: 1%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

h1 {
	font-weight: 700;
	font-size: 4em;
}


h2 {
	color: #1e1f23;
	text-align: center;
	font-weight: 700;
	font-size: 3em;
}



h3 {
	color: #1e1f23;
	text-align: center;
}

.h3Index {
	color: ghostwhite;
}

.h3Shop {
	color: ghostwhite;
}

h4 {
	color: #1e1f23;
}

.btn-default{
	background: #1E1F23;
	color: ghostwhite;
}


.navbar-inverse {
	background: #1E1F23;
	color: ghostwhite;
	padding-left: 10px;
	padding-right: 2%;	
}

.navbar-inverse .navbar-nav>li>a{
	color: ghostwhite;
}
.navbar-inverse .navbar-brand{
	color: ghostwhite;
}

hr {
	width: 600px;
}



.img-thumbnail {
    /*border: 1px solid #2B2F25;
    background: #1e1f23;*/
	margin: 10px 0;	
}

.img-responsive {
	width: 100%;	
}

.blogBody {
	background-image: url(../images/Blog_Background_Feet.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: ghostwhite;	
	width: 100%;
	
}

.container .blogBody{
	padding-right: 0px;
 	padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
	width: 100%;
}

.article {
	margin: 0px 80px 40px;
	width: 50%;
	border: thin solid rgba(219,230,252,0.5);
	max-width: inherit;	
	background-color: rgba(181,182,184,0.65);
	padding: 0 20px;
	color: rgba(45,51,76,1.00);
	text-align: justify;
	font-size: 1.2em;
	float: left;
}

.blogDate {
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700; 
	letter-spacing: 0.2em;
	color: rgba(30,31,35,1.00);
	padding-left: 5px;
	text-shadow: 2px 2px 2px white;
	
}

.paragraph {
	border-left: 5px rgba(30,31,35,1.00) solid;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}


.blogHeader {
	padding-left: 5px;
	margin-bottom: 10px;
	font-family: 'Homemade Apple', cursive;
	/*text-transform: uppercase;*/
	font-size: 2.5em;
	color: rgba(30,31,35,1.00);
	text-align: center;
}

.hrBlog {
	width: 80%;
	margin: 20px 0 30px 0;
	border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.blogHeaderBar {
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	background-color: none;
	text-align: center;
	font-family: 'Lato', sans-serif;	
	
}

.blogHeaderBar p {
	font-size: 2em;
	font-weight: 400;
	padding-bottom: 10px;
	margin-top: 25px;
	z-index: 1;
	font-family: 'Amatic SC', cursive;
	color: ghostwhite;
}

.blogHeaderBar h1 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
	color:ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 4.5em;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 60px;
		
}

.blogBackground {
	background-color: rgba(30,31,35,1.00);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.blogBackgroundDiv {
	background-image: url(../images/charcoal_bckg.jpg);
	background-size: cover;
	background-position: center;
}


.blogAuthor {
	margin-top: 10px;
	width: 150px;
	height: 150px;
	filter: grayscale(90%);
	transition: transform .3s;
}

.blogAuthor:hover {
	-moz-transform: scale(1.1);
	-webkit-transform:
		scale(1.2);
	transform: scale(1.1);
}

.blogAuthorDiv {
	text-align: center;
}

.blogAuthorDiv p {
	margin-top: 10px;
	font-family: 'Amatic SC', cursive;
	font-size: 1.5em;
}

.blogRow{
	background-color: rgba(181,182,184,0.3);
	height: 200px;
	color:rgba(30,31,35,1.00);
}

.blogRowPic{
	
	height: 200px;
	padding-top: 10px;
}

.blogHomePic {
	width: 250px;
	height: 250px;
	display: block;
	margin: auto;
	transition: transform .3s;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
}

.blogHomePic:hover {
	-moz-transform: scale(1.1);
	-webkit-transform:
		scale(1.2);
	transform: scale(1.1);
	
}


.blogHomeRow {
	margin-top: 20px;
	padding-top: 50px;
}

.row.blogHomeRow .col-lg-3.col-md-3.col-sm-6.col-xs-12 h1 {
	text-align: center;
	font-family: 'Homemade Apple', cursive;
	color:ghostwhite;
	font-size: 2em;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.55);
}

.divBlogIndex {		
	text-align: center;	
	word-spacing: 20px;
	font-size: 2em;	
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(30,31,35,1.00);	
}

.divBlogIndex span a {
	font-family: 'lato', sans-serif;
}

/*.divBlogIndex span a:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/

.blogPose {
	width: 90%;
	display: block;
	margin: 5px auto;
	border: 5px solid rgba(127,187,187,1.00);
}



.indexTD {
	border: 2px solid white;
	text-align: center;
	margin-bottom: 10px;
	min-height: 250px;
	
	
}

.indexRow {
	width: 768px;
	
}

#tagline{
	word-spacing: 15px;
}

/*OFFERINGS SECTION*/
.offeringsBody {
	background-color: rgba(30,31,35,1.00);
	background-size: cover;
	background-position: center;
}

.offeringsDiv {
	margin-top: 10px;
	
}

.offeringsDiv h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 6em;
	margin-top: 20px;
	padding-top: 20px;
	
}

.offeringsDivHeader {
	height: 350px;
	background-image: url(../images/offeringsCover.jpg);
	background-position: center;
		
}

.offeringsDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 6em;
	margin-top: 20px;
	padding-top: 150px;
	font-weight: 400;	
	text-shadow: 5px 5px 15px black;
}

.eventsPic {
	width: 90%;
	margin: 15px auto;
	display: block;
}

.eventsDiv {
	width: 90%;
	margin : 15px auto;
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	color: ghostwhite;
}
.eventsFB {
	font-size: 50px;
	color: ghostwhite;
}

.eventsDate {
	width: 90%;
	margin : 25px auto 0;
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	color: ghostwhite;
}

.eventsH1 {
	font-family: 'Lato', sans-serif;
	word-spacing: 9px;
	color: ghostwhite;
	text-align: center;
	padding-top: 10px;
}

.eventsHR {
	width: 90%;
	
}

.logoYJ {
	width: 250px;
	height: 250px;
	margin: 0 0 0;
	-webkit-animation: rotation 5s linear;
	-webkit-animation-iteration-count: 1;
	
}
.row .col-lg-12.col-md-12.col-sm-12.col-xs-12 .logoYJ {
	display: block;
	margin: 0 auto;
}



@media (max-width: 700px){
	.offeringsDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 4em;
	margin-top: 80px;
	padding-top: 60px;
	
}
	
	.container.offeringsDiv .row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn h2 {
	color: ghostwhite;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
}
	
	.offeringsDivHeader {
	height: 200px;
	background-image: url(../images/offeringsCover.jpg);
	background-position: center;
	
		
}
	.eventsDiv {
	width: 90%;
	margin : 15px auto;
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	color: ghostwhite;
}
	.eventsFB {
	font-size: 30px;
	color: ghostwhite;
}
	
	.eventsDate {
	width: 90%;
	margin : 15px auto;
	display: block;
	text-align: center;
	font-family: 'Homemade Apple', cursive;
	font-size: 1.2em;
	color: ghostwhite;
}
	
	
	}

@media (max-width: 300px){
	.offeringsDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 3em;
	margin-top: 20px;
	padding-top: 150px;
	
}
	
	.container.offeringsDiv .row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn h2 {
	color: ghostwhite;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
}
	}



.offeringsDiv img {
	margin: 30px auto;
	display: block;
}

.offeringsColumn {
	min-height: inherit;
	padding: 10px;
	}

.row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn img {
	width: 70%;
	transition: transform .3s;
	display: block;
	
}

/*.row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform:
		scale(1.05);
	transform: scale(1.05);
	
}*/

.container.offeringsDiv .row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn h2 {
	color: ghostwhite;
	font-family: 'Lato', sans-serif;
}

.container.offeringsDiv .row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn h2:hover {
	text-decoration: underline;
}

.container.offeringsDiv .row .col-lg-6.col-md-6.col-sm-12.col-xs-12.offeringsColumn p {
	color: ghostwhite;
	font-family: 'Lato', sans-serif;
	padding: 0 15%;
	font-size: 1.2em;
	text-align: justify;
}

/*START OF GALLERY CSS*/
.galleryBody {
	background-color: rgba(30,31,35,1.00);
	background-size: cover;
	background-position: center;
	margin-top: 35px;
}



.galleryImg {
    cursor: zoom-in;
	border: 2px solid rgba(255,255,255,1.00);
	margin: 8px auto;
}

.galleryDivHeader {
	height: 350px;
	background-image: url(../images/galleryHeader.png);
	background-position: center;
	background-size: cover;		
}



.galleryDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 6em;
	margin-top: 20px;
	padding-top: 150px;
	font-weight: 400;	
	text-shadow: 5px 5px 15px black;
}

@media (max-width: 700px){
	.galleryDivHeader {
	height: 200px;
	background-image: url(../images/galleryHeader.png);
	background-position: center;
	background-size: cover;		
	}
	
	.galleryDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 4em;
	margin-top: 20px;
	padding-top: 80px;
	font-weight: 400;	
	text-shadow: 5px 5px 15px black;
	}
}





/*START OF THE VIDEO CSS STYLING*/
.myVideo {
	
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	/*background-color: rgba(211,175,142,0.50);*/
	background-size:contain;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
	text-align: justify;
	/*text-shadow: 1px 1px 1px black;*/
	
}

.videoH1 {
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	font-size: 2.0em;
	text-align: center;
	text-shadow: 3px 3px 2px black;
	
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  

}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.hrVideo {
	width: 100%;
	margin: 40px 0;
	border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
}

/*.video {
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.videoDiv{
	
	padding: 20px 10%;
}*/


.videoBody {
	/*background-image : url(../images/../images/background-texture-grey-11.jpg); 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	font-family: 'Lato', sans-serif;
	color: ghostwhite;
	padding-top: 30px;
	background-color:rgba(30,31,35,1.00);
	
}

.videoDivHeader {
	height: 350px;
	background-image: url(../images/videoHeader.png);
	background-position: center;
	background-size: cover;		
}



.videoDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 6em;
	margin-top: 20px;
	padding-top: 150px;
	font-weight: 400;	
	text-shadow: 5px 5px 15px black;
}

.videoLogoSpin:hover{
	-webkit-animation: rotation 3s linear;
	-webkit-animation-iteration-count: 1;
}

@media (max-width: 700px){
	.videoDivHeader {
	height: 200px;
	background-image: url(../images/videoHeader.png);
	background-position: center;
	background-size: cover;		
	}
	
	.videoDivHeader h1 {
	text-align: center;
	color: ghostwhite;
	font-family: 'Homemade Apple', cursive;
	font-size: 4em;
	margin-top: 20px;
	padding-top: 80px;
	font-weight: 400;	
	text-shadow: 5px 5px 15px black;
	}
}

/*END OF VIDEO CSS STYLING*/

.dropdown-menu li:hover .sub-menu{
	visibility: visible;
	
}

.dropdown:hover .dropdown-menu {
  display: block;
	
}

.dropdown .dropdown-menu{
	background: #1E1F23;
	
}

.dropdown .dropdown-menu a {
	background: #1E1F23;
	color: ghostwhite;
}





/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 180px;
  position: fixed;
  right: -140px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fab {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl:focus {
  right: 0;
}

.fl-fl:active {
  right: 0;
}




.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
  color: #fff;
}

.float-tw {
  top: 270px;
  color: #fff;
}

.float-ml {
  top: 380px;
  color: #fff;
}

.float-ph {
  top: 435px;
  color: #fff;
}

.float-ig {
  top: 215px;
  color: #fff;
}

.float-yt {
  top: 325px;
  color: #fff;
}

/* this is mine to try and make it work*/
.iSize {
	font-size: 40px;
	padding-right: 15px;
	margin-left: 5px;	
}
.posesBody .container {
	width: 80%;
}


.cd-fixed-bg.cd-fixed-bg--1 .cd-fixed-bg__content h3 {
	font-family: 'Homemade Apple', cursive;
	font-size: 1.0em;
	color: rgba(210,212,217,1.00);
	text-shadow: 1px 1px 10px rgba(0,0,0,1);
}













/* Floating Social Media Bar Style Ends Here */

@media (max-width: 1040px){
	
	.article {
	margin: 20px auto;
	width: 50%;
	border: thin solid rgba(219,230,252,0.5);
	max-width: inherit;	
	background-color: rgba(219,230,252,0.7);
	padding: 0 20px;
	color: rgba(45,51,76,1.00);
	text-align: justify;
	font-size: 1.2em;
	float: none;
	
}
.cd-fixed-bg__content a img {
}


	
.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  margin-top: 0px;	
  position:static;
  left:0px;
  bottom:0px;
  height:40px;
  width:100%;
   
}
	
	
.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align:top !important;
	
}
	.float-sm{
		margin-top: 50px;
		
	}
	
.article {
	/*margin: 20px auto;*/
	width: 80%;
	border: thin solid rgba(219,230,252,0.5);
	max-width: inherit;	
	background-color: rgba(181,182,184,0.65);
	padding: 0 20px;
	color: rgba(45,51,76,1.00);
	text-align: justify;
	font-size: 1.2em;
}	

}
@media (max-width: 1040px){
	.blogHeader {
	padding-left: 5px;
	margin-bottom: 10px;
	font-family: 'Homemade Apple', cursive;
	/*text-transform: uppercase;*/
	font-size: 1.5em;
	color: rgba(30,31,35,1.00);
		text-align: center;
	}
}

/*THE START OF THE FLIPBOX*/

#f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  margin: 30px 0;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #aaa;
}


/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds - by CodyHouse.co

-------------------------------- */
.cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.cd-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-main-header__logo {
  float: left;
  margin: 13px 0 0 5%;
}

.cd-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-main-header {
    height: 70px;
  }
  .cd-main-header__logo {
    margin: 23px 0 0 5%;
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__list a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}

@media only screen and (min-width: 768px) {
  .cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-main-nav__list a:hover {
    color: #99a478;
  }
}

.cd-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
	
}

.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 1px 1px 10px rgba(0,0,0,1);
  color: ghostwhite;
 
}

.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url(../images/PS_Rudi1.jpg);

}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url(../images/PS_Mike1.jpg);
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url(../images/PS_Rudi2.jpg);
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url(../images/PS_Mike2.jpg);
}

#cd-fixed-bg--2_h2 {
	font-size: 1.8em;
}

.cd-fixed-bg_logo {
	margin-top: 30px;
	-webkit-animation: rotation 5s linear;
	-webkit-animation-iteration-count: 1;
	
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotateY(0deg);
		}
		to {
				-webkit-transform: rotateY(359deg);
		}
}

@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4.8rem;
    font-weight: 300;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .cd-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  line-height: 1.0;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
	
	
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  background-color: #1E1F23;
  color: whitesmoke;
}

.cd-scrolling-bg.cd-scrolling-bg--color-2 {
   background-color: #1E1F23;
  color: whitesmoke;
}

.cd-scrolling-bg.cd-scrolling-bg--color-3 {
   background-color: #1E1F23;
  color: whitesmoke;
}

.cd-scrolling-bg__content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  text-align: justify;


 
}

@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
}

/*Read more dots here*/

#more {
	display: none;
}

#dots {
	
}

.readMoreBtn{
	
	text-align: center;
	margin-bottom: 10px;
	display: block;
	margin: 0px auto 10px;
	
	
}
.btnSpan {
	text-align: center;
}
