.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

h1 {
  text-align: center;
  color: #fff;
  /*margin: 10px;*/
}

.card-body-2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 290px;
  height: 395px;
  padding: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.card-body-2:before, .card-body-2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-body-2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.card-body-2:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.card-body-2:hover {
  box-shadow: 0 28px 38px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.my-class {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*top, right, bottom, left*/
  padding: 10px 15px 10px 15px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.la {
  bottom: 10px;
  left: 0;
  background-color: #CC503E;
  border-radius: 0px 5px 5px 0px;
}


.wys {
  bottom: 40px;
  left: 0;
  background-color: #5F4690;
  border-radius: 0px 5px 5px 0px;
}


.ce {
  bottom: 70px;
  left: 0;
  background-color: #0F8554;
  border-radius: 0px 5px 5px 0px;
}

.soc {
  bottom: 100px;
  left: 0;
  background-color: #EDAD08;
  border-radius: 0px 5px 5px 0px;
}

.ec {
  bottom: 130px;
  left: 0;
  background-color: #E17C05;
  border-radius: 0px 5px 5px 0px;
}


.re {
  bottom: 10px;
  right: 0;
  background-color: #1D6996;
  border-radius: 5px 0px 0px 5px;
}

.pe {
  bottom: 40px;
  right: 0;
  background-color: #73AF48;
  border-radius: 5px 0px 0px 5px;
}

.de {
  bottom: 70px;
  right: 0;
  background-color: #94346E;
  border-radius: 5px 0px 0px 5px;
}

.mo {
  bottom: 100px;
  right: 0;
  background-color: #D9AF6B;
  border-radius: 5px 0px 0px 5px;
}

.card-body-2 .card-text-2 {
  color: white;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}
.card-body-2 .card-text-2 h4 {
  margin: 0 0 5px;
  font-family: "Source Code Pro", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.card-body-2 .card-text-2 h4 > span {
  color: #FFEA99;
}

.card-text-2 h4 {
  color: #FFEA99;
}

.card-body-2 .card-text-2 p {
  margin: 0;
  line-height: 1.5;
}

.card {
  background: none;
  border: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.my-dark {
  background-color: #34495e!important;
}

.b_mob {
  margin-top: 4px!important;

}

.blank{

}

.my-pad{
  padding-top: 80px;
}

.my-pad-2{
  padding-top: 24px;
}

.my-filter{
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

.btn-la {
  background-color:#CC503E;
  border-color:#CC503E;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-wys {
  background-color:#5F4690;
  border-color:#5F4690;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  }

.btn-ce {
  background-color:#0F8554;
  border-color:#0F8554;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-soc {
  background-color:#EDAD08;
  border-color:#EDAD08;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  }

.btn-ec {
  background-color:#E17C05;
  border-color:#E17C05;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-re {
  background-color:#1D6996;
  border-color:#1D6996;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-pe {
  background-color:#73AF48;
  border-color:#73AF48;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-de {
  background-color:#94346E;
  border-color:#94346E;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-mo {
  background-color:#D9AF6B;
  border-color:#D9AF6B;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-clear
{
  background-color:#fff;
  border-color:#fff;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

/*
*/

@media screen and (max-width: 1130px) {
  .pos-overide {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 8px;
    padding-right: 16px;
  }

  .pad-overide {
    padding-right: 150px;
  }

  .pad-overide-8 {
    padding-top: 0px;
  }

  .vis-overide {
    display: none;
  }

  .my-pad{
  padding-top: 107px;
  }

  .my-pad-2{
  padding-top: 40px;
  }

}


.p-overide {
  margin: 0px;
  padding-top: 5px;
  color: #fff;
}

.p-overide-2 {
  font-size: 0.5rem;  
}

.p-overide-top-0 {
  padding-top: 0px!important;
}


.my_in_focus {
  box-shadow: 0 14px 28px rgb(207 210 181 / 50%), 0 10px 10px rgb(188 189 183 / 22%);
}

.my_in_focus:hover {
  box-shadow: 0 28px 38px rgb(207 210 181 / 50%), 0 10px 10px rgb(188 189 183 / 22%);
}


.outfocus {
  display: none!important;
}


svg {
  fill: #fff;
}

.my-muted {
  color: #97a3ad;
}

ul.my-muted {
  padding-left: 20px;
}

.card_image {
    max-width: 100%;
    max-height: auto;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.fixed-filter {
    position: fixed;
    top: 50px;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.keycon {
  text-decoration: underline;
}



body {
  background-color: #343a40;
}

.button_in_focus {
  box-shadow: 0 5px 10px rgb(207 210 181 / 80%)

}

.clear_button_in_focus {
  box-shadow: 0 5px 10px rgb(218 24 24 / 97%);
}



.btn.focus, .btn:focus {
    box-shadow: 0 5px 10px rgb(207 210 181 / 80%)
}

.centr_div {
  text-align: center;
  color: #97a3ad;
  padding-bottom: 15px;
}