/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/



  a{text-decoration: none;}
  .bg-blue{ background-color:#00acea; }
  .bg-foot{ background-color:#1E3255; }
  .text-blue{ color:#00acea; }
  .text-blue-black{ color:#364c57; }
  .text-blue-dk{ color:#3488a6; }


  .bg-green-lt{ background-color:#eff1f0; }
  .text-green-lt{ color:#eff1f0; }

  .position-relative{
    z-index: 1;
  }

  .circle:after{
    position: absolute;
    content:'';
    display: block;
    background-color: white;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    left: -14rem;
    top: -7rem;
    z-index: -1;
  }
  
  @media (min-width: 768px) {
    .circle:after{
      width: 63rem;
      height: 63rem;
    }
  }

  .bg-yellow{
    background-color:#FFFF01;
  }

  small,p,span,div{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    color: #364c57;
  }


  h1,h2,h3,h4,h5,h6{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #364c57;
  }
  h1{
    line-height:.85;
  }
strong,b{
	font-weight:bold
}

  .carousel{
    white-space: normal!important
  }

  .carousel-control-next,
  .carousel-control-prev{
    display: none;
  }

@media (min-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev{
    display: block;
    width: 5%;
  }

  .position-md-absolute {
    position: absolute !important;
  }
}

  .carousel-control-prev{
    left:5%;
  }
  .carousel-control-next{
    right:5%;
  }

  @media (min-width: 768px) {
    .carousel-control-prev{
      left:-5%;
    }
    .carousel-control-next{
      right:-5%;
    }
  }
  .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid gray;
    background-color: none;
  }
  .carousel-indicators{
    bottom: -2.5rem;
  }

  .carousel-indicators .active{
    background-color: gray;
    opacity: .5;
  }

  .image{
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .image:after{
    display: block;
    content: '';
    padding-top: 75%;
  }
  .image.wide:after{
    padding-top: 35%;
  }
  .image.rectangle:after{
    padding-top: 50%;
  }
  .image.portrait:after{
    padding-top: 125%;
  }
  .image.square:after{
    padding-top: 100%;
  }

  .image.semi-circle{
    background-position: -10rem center;
  }
  .semi-circle{
    position: absolute;
    right: -15rem;
    top:45%;
    width: 30rem;
    border-top-left-radius: 15rem;
    border-bottom-left-radius: 15rem;
  }
  .image.semi-circle:after{
    padding-top: 30rem;;
  }

  @media (min-width: 768px) {
    .semi-circle{
      top:-25%;
    }
  }

  .btn-blue-dk,.btn-blue-dk:hover{
    color: white;
    background-color: #3488a6;
  }
  .btn-blue-dk:hover{
    opacity: .8;
  }
   
  video{
    /*position: absolute;*/
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;
    display: inline-block;*/
    vertical-align: baseline;
  }

  .lh-mid, .lh-mid > *, .lh-mid > * > *{
    line-height: 1.75!important;
    /*font-size: 1.1rem !important;*/
  }
  
  .lh-0, .lh-0 > *, .lh-0 > * > span{
    line-height: 0.9!important;
  }

  .fw-light > *, .fw-light > * > span {
  /*font-weight: 300 !important;*/
  white-space: pre-line;
  }

  .bg-white-fix{
    background-color: #fff4;
  }
  .f-fix{
    font-size: 1.25rem!important;
  }

  .f-fix.btn-primary{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .f-fix.btn-secondary{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }

  .bg-dark-fix{
    background-color: #0005;
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important;
    bottom: 4rem;
    right: 0;
  }

  .bg-img{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 125vh;
  }

  .logo{
    display: flex;
    width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .logo:after{
    display:block;
    content: '';
    padding-top: 3rem;
  }

  #navbarNav .nav-link{
      text-align: center;
  }

  #navbarNav .nav-link.active{
    background: red;
    border-radius: 10px;
    color: white!important;
  }

  @media (min-width: 768px) {
    #navbarNav .nav-link{
      padding-bottom: 1rem;
    }
    #navbarNav .nav-link.active{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }

  .smallest{
    font-size: .85rem;
  }

.nav-shadow:after {
    position: absolute;
    display: block;
    width: 100%;
    content: '';
    background: radial-gradient(circle, #0003 0%, #0000 100%);
    height: 8px;
    bottom: -4px;
    filter: blur(4px);
    left: 0;
    z-index: -1;
}

.nav-shadow:before {
    position: absolute;
    display: block;
    width: 100%;
    content: '';
    background: #fff;
    height: 18px;
    bottom: 0;
    left: 0;
    z-index: 0;
}


.nav-shadow > nav:nth-child(1){
	z-index:999
}
@media (min-width: 768px) {
	.nav-shadow > nav:nth-child(2){ 
		margin-top:-1.5rem	
	}
}