#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #97273f;
  border: 1px solid #97273f;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
  font-size: 1.3em;
}


#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
    
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}


@media (max-width: 960px){
  #mainNav img{
    width: 64px;
    height: 64px;
    display: flex;
  }
  #mainNav .navbar-brand {
     font-size: 0.8em; 
    }
    }
@media (max-width: 700px){
  #mainNav img{
    width: 64px;
    height: 64px;
    display: flex;
  }
  #mainNav .navbar-brand {
     display: none;
    }
    }

   @media (max-width: 960px){
    #mainNav .text-img{
       width: 120px;
       height: 64px;
       display: flex;
      }
    }  

@media (min-width: 961px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.6);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.85);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: overline;
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #601827;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #97273f;
    outline: none;
    border-bottom: 0.25rem solid #97273f;
  }
  #mainNav img{
    display: none;    
        }
}

.overflow-hidden{
    overflow: hidden;
}

.yt{
  background-image: url("../image/yt-tlo.jpg");
  background-position: top;
  background-size: cover;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../image/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

@media (min-height: 1000px){
  .masthead{
      padding-bottom: 15rem 0;
  }
}
@media (max-height: 900px){
  .masthead{
      padding-bottom: 18rem 0;
  }
}
@media (max-height: 800px){
  .masthead{
      padding-bottom: 20rem 0;
  }
}


.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  z-index: 98;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.about-section{
    padding: 0;
    padding-top: 21rem;
    padding-bottom: 21rem;
    background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0) 75%, rgba(22, 22, 22, 0) 100%), url("../image/bg15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}



@media (max-width: 1366px){
  .about-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
  }
}

@media (max-width: 800px){
  .about-section{
      padding-top: 10rem;
  }
}

@media (max-width: 400px){
  .about-section{
      padding-top: 5rem;
  }
}

.cover-about{
    background-color: #000000c2;
    border-radius: 1rem;
}

.cover-help{
    background-color: #000000c2;
    border-radius: 1rem;
    height: 250px;
}

@media (max-width: 1000px){
  .cover-help{
      height: auto;
  }
}

.cover-contact{
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    height: 250px;
}


.hr-about{
    border-color: crimson;
    width: 50%;
}

.hr-contact{
    border-color: crimson;
    width: 50%;
    margin-top: 0;
}

.hr-footer{
    border-color: #ffffff40;
    width: 100%;
    margin-top: 0;
}

.business-help-section{
    padding: 0;
    padding-top: 10rem;
    padding-bottom: 15rem;
        background: url("../image/bg15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

@media (max-width: 1366px){
  .business-help-section{
      padding-top: 5rem;
      padding-bottom: 5rem;
  }
}

@media (max-width: 800px){
  .business-help-section{
      padding-top: 5rem;
  }
}

@media (max-width: 400px){
  .business-help-section{
      padding-top: 5rem;
  }
}
.btn-radius{
  border-radius: 100% !important;
}

.home-help-section{
    padding: 0;
    padding-top: 10rem;
    padding-bottom: 15rem;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0) 75%, #000 100%), url("../image/bg15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

@media (max-width: 1366px){
  .home-help-section{
      padding-top: 5rem;
      padding-bottom: 5rem;
  }
}

@media (max-width: 800px){
  .home-help-section{
      padding-top: 5rem;
  }
}

@media (max-width: 400px){
  .home-help-section{
      padding-top: 5rem;
  }
}

.center{
    display: inline-grid;
}

.why_me-section{
    padding: 0;
    padding-top: 21rem;
    padding-bottom: 21rem;
}



@media (max-width: 1366px){
  .why_me-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
  }
}

@media (max-width: 800px){
  .why_me-section{
      padding-top: 5rem;
  }
}

@media (max-width: 400px){
  .why_me-section{
      padding-top: 5rem;
  }
}

.additiona-me-section{
    padding: 0;
    padding-top: 21rem;
    padding-bottom: 21rem;
}



@media (max-width: 1366px){
  .additiona-me-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
  }
}

@media (max-width: 800px){
  .additiona-me-section{
      padding-top: 5rem;
  }
}

@media (max-width: 400px){
  .additiona-me-section{
      padding-top: 5rem;
  }
}

.contact-section{
    padding: 0;
    padding-top: 21rem;
    padding-bottom: 15rem;
}



@media (max-width: 1366px){
  .contact-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
  }
}

@media (max-width: 800px){
  .contact-section{
      padding-top: 5rem;
  }
}

@media (max-width: 400px){
  .contact-section{
      padding-top: 5rem;
  }
}

.footer-section{
   margin: 0;
}
