/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}
:root {
  --viewport-height: 100vh;
}

/*
 * Base structure
 */

 body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}
html {
  height: fill-available;
  height: -webkit-fill-available;
}

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


/*
 * 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;
  }

  .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%;
    min-height: 100vh;
    background-size: cover;
    background-image: url(../images/Cover.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  
  }

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

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

  #shop{
    width:100%;
    background-color:#FFF;
  }

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

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

  #shop img{
    max-height:300px;
    max-width:300px;
  }

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

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

  }

  .c_content{
    width:100%;
    max-width:720px;
    margin: 0 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%;
      padding-top:120px;
      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{
    min-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;
  }
}


@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;
  }

  .header-wrapper img{
    margin-left:20px;
  }

  .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%;
    min-height: 300px;
    background-size: cover;
    background-image: url(../images/Cover.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

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

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

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

  #shop{
    width:100%;
  }

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

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

  #shop img{
    max-height:300px;
    max-width:300px;
    margin:0 auto;
  }

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

  #shop .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: 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:50px auto;
  }

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

  .index-banner{
      width: 100%;
      padding-top:120px;
      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{
    height:500px;
  }

  .about_wrapper{
    width:100%;margin: auto 0;
    padding:20px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .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;
  }
}