:root {
  --overlay-color: #fff7ed;
  /*--default-text-color: #C41E3A;*/
  --default-text-color: #bc0700;
  --hover-text-color: #5c5c5c;
  --basic-gray-color: #73646429;
  --basic-border-color-gray: #7272724f;
  --footer-bg-color: #72727214;
  --main-dot-color: rgba(187, 187, 187, 0.37);
  --contrast-font-color: #F72346;
  --cookie-bg-color: #060606;
  --cookie-hover-white: white;
  --image-border-color: #bc0700;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/assets/img/mainslide/b1.webp") url("/assets/img/mainslide/f1.webp") url("/assets/img/mainslide/a1.webp") url("/assets/img/mainslide/r1.webp");
}

html {
  height: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

a:hover {
  color: var(--default-text-color);
}

/* FONT */

.linkhover:hover, .list-inline-item.line-item-font.linkhover:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  color: var(--default-text-color);
}

/* Placeholder for border */

.list-inline-item.line-item-font.linkhover {
  text-decoration: none;
  border-bottom: 1px solid;
  color: var(--overlay-color);
}

.overlay-content .linkhover:hover {
  border-bottom: none;
}

.list-inline {
  font-size: larger;
}

@media (min-width: 1400px) {
  .img-fluid {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .img-fluid {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .navbar-nav.ms-auto {
    /*position: absolute;*/
    /*top: 20px;*/
    /*rigth: 20px;*/
  }
}

@media (min-width: 992px) {
  .img-fluid {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .img-fluid {
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .img-fluid {
    width: 20%;
  }
}

@media (min-width: 300px) {
  .img-fluid {
    width: 34vh;
  }
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.topnav {
  display: flex;
  overflow: hidden;
  font-weight: 100;
  /*margin-top: 15px;*/
  margin-right: 15px;
  margin-left: 15px;
  /*ackground-color: #333;*/
  /*border-bottom: solid 1px var(--basic-border-color-gray);*/
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 20px;
  border-color: #342e27;
  border-radius: 1px;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  /*padding: 0 .25rem;*/
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  font-size: 20px;
}

.line-item-font a {
  padding-bottom: 4px;
}

.topnav-left a:hover {
  text-decoration: none;
  background-color: transparent;
  border-bottom: none;
}

/* .topnav a.active {
  background-color: #04AA6D;
  color: white;
} */

.convolution-icon {
  pointer-events: none;
  background-color: white;
  border: 1px solid black;
  box-shadow: 6px 6px 0px -2px #BDBDBD;
}

.topnav .icon {
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav-left a {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav .icon {
    /*padding-top: 5px!important;*/
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .brand_img {
    max-height: 44px!important;
  }
}

@media screen and (max-width: 600px) {
  .closebtn {
    top: 7px!important;
  }
}

@media screen and (max-width: 600px) {
  .icon {
    padding-top: 0px!important;
  }
}

@media screen and (max-width: 600px) {
  .myMainSlides > img {
    width: 70%!important;
  }
}

@media screen 
    and (max-width: 600px)
    and (orientation : landscape) {
  .myMainSlides > img {
    width: 40%!important;
  }
}

@media screen 
    and (max-width: 600px)
    and (orientation : landscape) {
  .overlay-content {
    margin-top: 0px!important;
    top: 0%!important;
  }
}

/* .myMainSlides > img {
    width: 40%!important;
  } */

@media screen 
    and (max-width: 700px)
    and (orientation : landscape) {
  .overlay-content {
    margin-top: 0px!important;
    top: 0%!important;
  }
}

/* @media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
} */

/* @media screen and (max-width: 600px) {
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 20px;
  }
} */

.brand_img {
  max-height: 70px;
  margin-top: 15px;
  /*margin-left: 10px;*/
  border: 2px solid black;
  background: white;
  box-shadow: 6px 6px 0px -2px #625b53;
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .brand_img {
    max-height: 44px!important;
  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .closebtn {
    top: 7px!important;
  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .icon {
    padding-top: 0px!important;
  }
}

/* @media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  .brand_img {
    max-height: 44px!important;
  }
  .closebtn {
    top: 7px!important;
  }
  .icon {
    padding-top: 0px!important;
  }

} */

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) {
  .brand_img {
    max-height: 55px!important;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) {
  .brand_img {
    max-height: 63px!important;
  }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) {
  .icon {
    padding-top: 10px!important;
  }
}

.overlay_brand {
  padding-top: 1px!important;
  /*padding-left: 15px!important;*/
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  background: #fff7ed;
}

.topnav-left {
  /*float: left;*/
  /*padding-left: 20px;*/
  /*padding-top: 16px;*/
}

.topnav-right {
  position: absolute;
  right: 5px;
  top: 15px;
  float: right;
  margin-right: 5px;
}

.overlay-line {
  border-color: #342e27;
  border-radius: 1px;
  border-bottom: 2px solid;
  margin-left: 15px;
  margin-right: 15px;
  /*padding-bottom: 20px;*/
}

.special-class {
  background: linear-gradient( to bottom, red 0%, red 100% );
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #000;
  text-decoration: none;
  transition: background-size .2s;
}

.special-class:hover {
  background-size: 100% 100%;
  background-position: left center;
}

a {
  color: var(--default-text-color);
  text-decoration: none;
}

.img_caption > a {
  color: var(--default-text-color);
  text-decoration: none;
  font-weight: 300;
}

/* The Overlay (background) */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff7ed;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  /*position: relative;*/
  /*top: 5%;*/
  /*width: 100%;*/
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  overflow-y: hidden;
}

.overlay a {
  padding: 8px;
  padding-bottom: 21px;
  text-decoration: none;
  font-size: 32px;
  color: black;
  display: block;
  transition: 0.3s;
}

/* .overlay a:hover, .overlay a:focus {
  text-decoration: underline;
} */

.overlay .closebtn {
  position: absolute;
  top: 22px;
  right: 17px;
  font-size: 30px;
}

.overlay .closebtn:hover {
  filter: invert(55%) sepia(100%) saturate(407%) hue-rotate(8deg) brightness(91%) contrast(106%);
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}

@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-height: 450px) and (orientation: landscape) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 17px;
    top: 4px !important;
  }
}

@media (min-width: 300px) {
  .csslider {
    padding-top: 100px;
  }
}

@media (min-width: 576px) {
  .csslider {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .csslider {
    padding-top: 0px;
  }
}

h2 {
  color: var(--default-text-color);
  font-weight: lighter;
}

.column-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.wrapper {
  width: 90vw;
  width: clamp(16rem, 90vw, 70rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.portrait {
  filter: grayscale(100%);
  border-radius: 1%;
  -webkit-border-radius: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content {
  min-height: 100%;
}

.content-inside {
  padding: 20px;
  padding-bottom: 50px;
}

.list-group-item {
    border: none; /* Remove default Bootstrap borders */
    border-bottom: 1px solid #ddd; /* Add only bottom border */
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    padding-left: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.list-group-item:last-child {
    border-bottom: none; /* Remove bottom border from last item */
}

@media (min-width: 1400px) {
  .col-8.col-md-11.col-lg-10.col-xl-8.col-xxl-5.offset-2.offset-xl-2.offset-xxl-3 {
    margin-left: 30%;
  }
}

.vertical-center {
  min-height: 100%;
  min-height: 60vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 300px) {
  body {
  }
}

