/*
 * Globals
 */


/* Custom default button */
:root {
  --viewport-height: 100vh;
}

/*
 * Base structure
 */

 body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  background:#FFFFFF;
  color:#585858;
}
html {
  height: fill-available;
  height: -webkit-fill-available;
}

.cover-container {
  padding:0 !important;
}

.error_alert{
	border:red 1px solid !important;
	margin-bottom:0;
}

.error{
	color:red;
}

.error_sign{
	color:red;
  font-weight:bold;
}

#coach_gender{
  display:none;
}

.alert{
	border:red 1px solid !important;
  padding: 0.375rem 0.75rem;
}


/*
 * Header
 */


 @media (min-width: 768px) {
  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: #555;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }

  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }

  .nav-masthead .nav-link + .nav-link {
    color: #555;
    margin-left: 30px;
  }

  .nav-masthead .active {
    color: #555;
    border-bottom-color: #555;
  }

  .nav{
    margin-top:20px;
  }

  .header-wrapper {
    max-width: 1440px;
    width:100%;
    margin: auto;
    position: relative;
  }

  .banner-wrapper {
    max-width: 1440px;
    width:100%;
    margin: 0 auto;
    position: relative;
  }

  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
      border-bottom:solid 1px #CCC;
  }

  .contact_tag{
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:2;
  }


  .content{
    width:100%;
    background-color:#FFF;
    text-align:left;
  }

  .content .frame{
  width:100%;
  max-width:1440px;
  margin: 0 auto 50px auto;

  }

  #contactus_h{
    width:100%;
    background-color:#FFF;
    text-align:left;
  }

  #contactus_h .frame{
  width:100%;
  max-width:720px;
  margin: 0 auto 50px auto;

  }

  .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

  footer{
    margin:50px auto;
  }

  .row{
    margin-left: 0px;
    margin-right: 0px;
  }

  .index-banner{
    width: 100%;
    min-height:125px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

.index-banner-word{
  position: absolute;
  bottom: 25%;
  top: 25%;
  left: 25%;
  right: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#FFF;
  z-index: 99;
}

  .services_2row{
    margin-top:50px !important;
  }

  .about_left{
    background-color:#e4c99a;height:500px;
  }

  .about_wrapper{
    width:75%;max-width:720px;float:right;margin: auto 0;padding: 30px 30px 30px 20px;
  }

  .about_image_frame{
    padding-left:0;padding-right:-15px;
  }

  #contactus .space{
    margin-top:30px !important;
  }

  .bg_sen_1{
    font-size:250px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:70px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:70px;font-weight:bold;
  }

  .bg_sen_3{
    font-size:40px;font-weight:bold;
  }

  .bg_space{
    margin-top:50px;
  }

  .contactsubmitno{
    display:none;
  }

  .contactsubmityes{
    display:block;
  }

  .contactno{
    display:block;
  }

  .contactyes{
    display:none;
  }

  .content_frame{
    max-width: 960px;
    width:100%;
    margin: 0 auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:50px;
  }

  .space{
    margin-top:30px !important;
  }

  label{
    font-weight:bold;
  }

  .user{
    position:absolute;
    top:5px;
    right:5px;
    z-index:99;
  }
  .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #FFFFFF;
  }

  .dropdown-item:focus, .dropdown-item:hover{
    color: #212529;
    text-decoration: none;
    background-color: #FFFFFF;
  }

  a{
    text-decoration: none;
    color:#585858;
  }
  
  .slogan{
    text-align:center;
    font-size:34px;
    margin: 100px 0;
  }
}


@media (max-width: 768px) {
  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }

  .nav-link{
    text-align: left;
    padding-left:15px !important;
    border-bottom:#ddd 2px solid;
  }

  .navbar-nav{
    border-top:#ddd 2px solid;
  }

  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }

  .nav-masthead .nav-link + .nav-link {
    color: #555;
    margin-left: 30px;
  }

  .nav-masthead .active {
    color: #555;
    border-bottom-color: #555;
  }

  .nav{
    margin-top:20px;
  }

  .header-wrapper {
    max-width: 1440px;
    width:100%;
    margin: auto;
    position: relative;
  }

  .banner-wrapper {
    max-width: 1440px;
    width:100%;
    margin-top:140px;
    position: relative;
  }

  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
  }

  .contact_tag{
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:2;
  }

  #aboutus{
  width:100%;
  height:100%;
  background-color:#e4c99a;
  }

  #aboutus .frame{
  width:100%;
  margin: auto ;
  margin: 120px auto 50px auto;
  }

  #aboutus p{
    font-size:20px;
    text-align:left;
    line-height: 2em;
  }

  #services{
    width:100%;
    background-color:#DDD;
  }

  #services .col-sm-4{
    padding-top:30px;
  }

  #services .col-sm-12{
    padding-bottom:30px;
  }

  #services .frame{
  width:100%;
  max-width:1440px;
  margin: 120px auto 50px auto;
  text-align:left;
  }

  #services .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 10px;
  }

  #contactus{
    width:100%;
    background-color:#FFF;
    text-align:left;
  }

  #contactus button{
    color:#FFF;
  }

  #contactus .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 10px;
  }

  #contactus .frame{
  width:100%;
  max-width:1440px;
  margin: 120px auto 50px auto;

  }

  .form{
    margin-top:30px !important;
  }

  .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

  footer{
    margin-top:30px !important;
  }

  .row{
    margin-left: 0px;
    margin-right: 0px;
  }

  .index-banner{
      width: 100%;
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      position: relative;
  }

  .index-banner-word{
    position: absolute;
    bottom: 10%;
    top: 20%;
    left: 10%;
    right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#FFF;
    z-index: 99;
  }

  .services_2row{
    /*margin-top:50px !important;*/
  }

  .about_left{
    background-color:#e4c99a;height:500px;
  }

  .about_wrapper{
    width:100%;max-width:720px;float:right;margin: auto 0;
  }

  .about_image_frame{
    padding-left:0;padding-right:0;
  }

  #contactus .space{
    margin-top:30px !important;
  }

  .bg_sen_1{
    font-size:100px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:40px;font-weight:bold;
  }

  .bg_sen_3{
    font-size:20px;font-weight:bold;padding-top:30px;
  }

  .bg_space{
    margin-top:50px;
  }
  .navbar-toggler{
    margin-right:5px;
    padding-right:5px;
    padding-left:5px;
  }

  .contactsubmitno{
    display:none;
  }

  .contactsubmityes{
    display:block;
  }

  .contactno{
    display:block;
  }

  .contactyes{
    display:none;
  }

  .space{
    margin-top:30px !important;
  }

  label{
    font-weight:bold;
  }

  .content_frame{
    max-width: 960px;
    width:90%;
    margin: 130px auto 30px; auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:15px;
  }

  form{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}