.page .content .subhead {
	color: #fff;
}
.quick-link ul li.active::after {
    background: #fff;
}
.quick-link ul li.active a {
	color: #1D1D1D;
}
.quick-link ul li.active a:hover {
	color: #fff;
}
.quick-link li::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page .content .subhead a {
    color: #fff;
   /* background: #fff;*/
    display: inline-block;
    padding: 0 8px;
	padding-bottom: 1px;
/*    line-height: ;*/
}
.page-cent .p-title h3 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.page .form button {
    background: #fff;
	color: #1d1d1d;
}
.page .form button:hover {
    background: #1d1d1d;
	color: #ffffff;
}
.page .form button:after{
	background: #1d1d1d;
}
.page .form .fields{
    border-bottom-color: #ffffff;
}
.quick-link a:hover:after{
	background: #1d1d1d;
}



canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
      position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(index.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}



.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.mob_logo{
        display: none;
    }
.des_logo{
        display: block;
    }
/*end*/
@media (max-width:768px) {
    
    footer .logo-img img {
        max-width: 200px;}
    .white_text img {
    width: 16px;
}
    body {
    /* background: #231f20; */
    background: url(../img/pilates_background1.jpg) !important;
    background-size: cover !important;
    background-position: center;
}
    
    header.header.second_sec .mob_logo {
    width: 200px;
}
    .page-home .content, .page-home.page-cent .content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0;
    /* border: 10px double #fff; */
}
    .des_logo{
        display: none;
    }
    .mob_logo{
        display: block;
    }
    
    .second_sec {
    top: -70px;
}
.h-left h6 {
    font-size: 16px;
    font-weight: 900;
    margin: 20px 0;
    text-transform: uppercase;
}
    
    
    .page-home .content .header .h-left img {
    transition: all 0.5s ease-in-out 0s;
    max-height: 150px;
    max-width: auto;
}
    .page-home.page-cent {
    width: 100%;
    float: left;
    vertical-align: middle;
    display: flex;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: 50vh;
    border-bottom: 1px solid #3333;
}
    .page .content .subhead:before{
        width: auto;
    }
}

@media (min-width: 769px) and (max-width: 800px) { 
    .h-left h6 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 800;
    margin: 20px 20px 25px;
    text-transform: uppercase;
}
.page-home .content .header .h-left img {
    transition: all 0.5s ease-in-out 0s;
    max-height: 200px;
    max-width: 400px;
    }}

body{
    overflow: hidden;
}