/* @font-face {
    font-family: 'Tipset-Bold';
    src: url("./fonts/Tipset-Bold.otf") format("opentype"),
     url('./fonts/Tipset-Bold.eot?#iefix') format('embedded-opentype');
     font-display: swap;
  }
  
  @font-face {
    font-family: 'Tipset-Regular';
    src: url("./fonts/Tipset-Regular.otf") format("opentype");
    font-display: swap;
  } */

html {
    position: relative;
    min-height: 100%;

}

.no-select {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
.pointer {cursor: pointer;}
.line-header {
    display: block;
    line-height: 0.2em;
    border-bottom: 1px solid #666;
}
.line-header span {
    background-color: #fff;
}

body {
    margin-top: 50px;
    margin-bottom: 40px; 
    line-height: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.lead {
    font-size: 1rem;
    font-weight: 400;
    color: #a3abb5;
}
.card.product {
    cursor: pointer;
    overflow: hidden;
}
.card.product img
{
    transition: all 0.2s;
}
.card.product:hover img{
    transform: scale(1.05);
}
.card.product a:hover{
    text-decoration: unset;
}


.btn {
    text-transform: uppercase;
    font-size: 14px;
  }
  .btn-stryk{
    color:#fff;
    background-color: #000000;
    cursor: pointer;
    font-weight: 400px !important;
  }
  .btn-stryk:hover {
    color:#fff;
    background-color: #222222;
  }

  .btn-stryk2{
    border-radius: 10px!important;
    font-size: 20px;
    font-family: "Fjalla One", sans-serif;
    color:#072f52;
    font-weight: bolder;
    background-color: #fff;
  }
  .btn-stryk2:hover {
    color:#072f52;
    background-color: #fff;
  }
  h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0 0 24px 0;
    line-height: 1;
    font-weight: normal;
  }

  .tipset-type {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
  }

  b {
    font-weight: bolder;
  }
  a {
    color:#041e42;
  }

a:hover {
  color:#041e42;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-align: center;
}
.carousel-caption h1,.carousel-caption h5{
  /* text-shadow: 0px 0px 6px #000; */
  color:#fff;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  min-height: 300px;
  /* max-height: 500px; */
  height:100vw;
}

.carousel-item > img {
position: absolute;
top: 50%;  /* position the top  edge of the element at the middle of the parent */
left: 50%; /* position the left edge of the element at the middle of the parent */
transform: translate(-50%, -50%);
width: 100%;
}


.carousel-control-next, .carousel-control-prev{
cursor: pointer;  }
.carousel-control-next-icon, .carousel-control-prev-icon {
background-color: #f00;
}
.carousel-indicators li{
  background-color: rgba(1,66,122,0.5);
}
.carousel-indicators .active {
  background-color: #041e42;
}
abbr {
  color:#f00;
}

/* ---------------------------------------------------
    Footer
----------------------------------------------------- */
.footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;

    background-color: #252526;
    display: flex;
  align-items: center;

  }
  .footer ul {
    list-style-type: none;
  }
  .footer ul li {
    margin: 20px;
    float:left;
  }
  .footer ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
  }


table.contact th {
    background-color: #000000;
    color: #fff;
}
table.contact td {

    color: #666;
}
.btn-secondary {
    font-weight: 400;
    background-color: #000000;
}
.btn-secondary:hover {
    background-color: #222222;
}
.parallax {
    /* The image used */
    background-image: url("images/parallax.jpg");
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);

    /* Create the parallax scrolling effect */

    background-position: "center 0px"; 
    background-repeat: no-repeat;

}
.parallax div {
    display: table-cell;vertical-align: middle;  background-color: rgba(0, 0, 0, 0.4);
}
/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */
.mainbar {
    background-color: #000000;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
}
nav .navMain {
    height: 50px;
    background-color: #000000;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}
/* ---------------------------------------------------
    Mini Cart
----------------------------------------------------- */
.btn-cart{
    color:#fff;
}
.btn-cart:hover{
    color:#fff;
}

#miniCart {
  transition: all 0.4s;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  right:0;
  top:28px;
  min-height: 100px;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 0px;
  border-radius: 5px;
  padding-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
}



#miniCart p {
  text-align: center;
}

#miniCart.show {
  visibility: visible;
  opacity: 1;
}

#miniCart #goToCart {
  border:0px;
  border-radius: 0px 0px 5px 5px;
  bottom: 0px;
  left:0px;
}

#miniCartTotal {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: -10px;
}


/* ---------------------------------------------------
    TYPOGRAPHY STYLE
----------------------------------------------------- */
.overlay {
    overflow: hidden;
}
.overlay img{
    transition: all 0.8s;
}
.overlay-text {
    transition: all 0.4s;
    padding: 10px;
    display: block;
    background-color: rgba(50, 50, 50, 0.5);
    color:#fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.overlay:hover .overlay-text {
    color: #fff;
    background-color:rgba(33, 64, 101, 0.9);
}
.overlay:hover img {
    transform: scale(1.1);
}
/* ---------------------------------------------------
    Social Icons
----------------------------------------------------- */
#socialIcons a{
    color:#fff;
}
#socialIcons i {
        transition: all 0.2s;
}
#socialIcons a:hover {

 text-decoration: none;   
}
#socialIcons a:hover i {
    transform: scale(1.8);
}

/* ---------------------------------------------------
    Spinner
----------------------------------------------------- */
.spinner {
  display: inline-block;
}
.spinner:after {
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.4s ease-in-out infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header-overlay-image {
  display: none;
}

.article-content-box {
  /* min-height: 560px; */
  background-color:#e9e9e9; 
  background-color:#333333; 
  color: white;
}

.main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lead {
  width: 100%;
}


.start-hero {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(rgba(12,3,51,0.5), rgba(12,3,51,0.5));
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.start-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit:cover;
  object-position: 40% 25%;
  background-repeat: no-repeat;
}

.start-hero-image-desktop {
  display: none;
}
.start-hero-image-mobile {
  display: block;
}

.start-hero-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  height: 100%;
  justify-content: flex-end;
}

.start-hero-content-box {
  padding: 30px;
}

.start-hero-content-text {
  margin-top: 10px;
  font-size: 0.9rem;
  /* letter-spacing: 0.1rem; */
  font-weight: 400;
}

.product-container {
  padding: 0;
  padding-top: 20px;
}


@media(max-width: 791px) {
  .shopping-cart-bar {
    padding-right: 10px;
  }

  .article-container {padding: 20px !important;}
}

.headline-hero {
  text-align: center;
}

.headline-hero-header {
  font-size: 2.2rem;
  text-align: center;
}

@media(min-width: 792px) {
  .header-overlay-image {
    display: inline;
  }

  .carousel-caption {
    text-align: left;
  }

  .carousel-item {
    min-height: 300px;
    max-height: 500px;
    height:40vw;
  }

  .headline-hero-header {
    font-size: 3rem;
    text-align: left;
  }

  .article-content-box {
    /* min-height: 400px; */
  }

  .start-hero-content-box {
    padding: 30px;
  }

  .start-hero {
      height: 60vh;
      align-items: center;
  }   

  .start-hero-image-desktop {
      display: block;
  }

  .start-hero-image-mobile {
      display: none;
  }

  .start-hero-content {
      max-width: 60%;
      justify-content: flex-end;
  }

  .product-container {
    padding: 8px;
  }

  .lead {
    max-width: 70vw;
  }

  .shopping-cart-bar {
    padding-right: 0px;
  }

  .headline-hero {
    text-align: left;
  }
}

@media(min-width: 991px) {
  .lead {
    max-width: 45vw;
  }
}

.soldout {
  color: #dc3545;
  font-size: 1.4rem;
  margin-top: 10px;
}

.ribbon {
  --f: 10px;
  --r: 15px;
  --t: 20px;
  position: absolute;
  inset: var(--t) calc(-1* var(--f)) auto auto;
  padding: 10px 10px calc(10px + var(--f)) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #002E6D;
  background: #E2261B;
  color: #fff;
  box-shadow: 0 calc(-1* var(--f)) 0 inset #0005;
}

.ribbon-left {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 20px; /* the top offset */
  
  position: absolute;
  inset: var(--t) auto auto calc(-1*var(--f));
  padding: 10px calc(10px + var(--r)) calc(10px + var(--f)) 10px;
  clip-path: polygon(
    100% 0, 
    0 0, 
    0 calc(100% - var(--f)), 
    var(--f) 100%,
    var(--f) calc(100% - var(--f)),
    100% calc(100% - var(--f)),
    calc(100% - var(--r)) calc(50% - var(--f)/2)
  );
  background: #002E6D;
  background: #E2261B;
  color:#fff;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

.navigation {
  display: flex; 
  gap: 45px;
}

.navigation a {
  color: white;
}