html {
  font-size: 17px;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

.weer-home {
  background: url(../img/bg-weather-widget-dark.jpg) 50% no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 6px;
  padding: 30px 25px;
}

.container{
  padding-right:0px!important;
  padding-left:0px!important;

}
body {
  background-image: url(../img/bg-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-left: 50px;
  padding-right: 50px;
}

.shop-logos-3 {
  align-content: center;
  display: grid;
  font-size: .85rem;
  gap: 20px 0;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto auto;
  justify-items: center;
}

.shop-logos-3 img {
  border-radius: 6px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop-logos-3>a {
  display: block;
  text-align: center;
}

.shop-logos {
  align-content: center;
  display: grid;
  font-size: .85rem;
  gap: 20px 0;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto auto;
  justify-items: center;
}

.shop-logos img {
  border-radius: 6px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop-logos>a {
  display: block;
  text-align: center;
}

.homelogo{
  margin-top:80px;
}
.home-msg{
  background-color: orange!important;
  padding-top: 10px!important;
  font-size:0.9rem!important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.link-list{
  column-count: 2;
  color: white!important;
  line-height: 2em;
}

.link-list-small{
  column-count: 1;
  color: white!important;
  line-height: 2em;
}

ul {
  --icon-size: 1em;
  --gutter: .5em;
  padding: 0 0 0 var(--icon-size);
}

ul li {
  padding-left: var(--gutter);
}

ul li::marker {
  content: "\f0da"; 
  font-family: FontAwesome;
  font-size: var(--icon-size);
}

.link-list a{
  color: white!important;
}

.home-msg u{
  color: white!important;
 }

.bg02 {
	background-image: url(../img/dash-bg-02.jpg);
}

.bg03 {
	background-image: url(../img/dash-bg-03.jpg);
}

a {
  transition: all 0.3s ease;
  color:white!important;
}
a:hover,
a:focus {
  text-decoration: none;
}


.tm-site-icon {
  color: #656565;
}

.tm-site-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  margin-left: 1rem;
  color: #656565;
  letter-spacing: 1px;
}


.home-bg {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}


.tm-bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.tm-mt-big {
  margin-top: 30px;
}

.tm-mt-small {
  margin-top: 20px;
}

.tm-block {
  padding: 50px 45px;
}

.tm-block-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: white!important;
  margin-bottom: 30px;
}

.home-text {
  font-size: 1rem;
  font-weight: 400;
  color: white!important;
}

.tm-content-row {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px; 
}

.tm-col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.tm-col-1 {
  width: 100%;
}

.tm-col-2 {
  width: 50%;
}

.tm-col-3 {
  width: 33%;
}

.tm-col-3a {
  width: 41.7%;
}
.tm-col-4 {
  width: 25%;
}

ol {
  margin-bottom: 0;
}

.tm-list {
  padding-left: 30px;
}

.tm-list > li {
  margin-bottom: 20px;
}

.tm-bg-gray {
  background-color: rgba(0, 0, 0, 0.05);
}

footer {
  margin-bottom: 35px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1630px;
  }
}



@media (max-width: 1199px) {
  .tm-col-big,
  .tm-col-1,
  .tm-col-2,
  .tm-col-3,
  .tm-col-4,
  .tm-col-small {
    width: 49.65%;
  }

  @media (max-width: 1199px) {
    .shop-logos {
      align-content: center;
      display: grid;
      font-size: .85rem;
      gap: 20px 0;
      grid-template-columns: 50% 50%;
      grid-template-rows: auto auto;
      justify-items: center;
    }
    }

    @media (max-width: 1199px) {
      .shop-logos-3 {
        align-content: center;
        display: grid;
        font-size: .85rem;
        gap: 20px 0;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        justify-items: center;
      }
      }

}

@media (max-width: 991px) {
  .tm-col-big,
  .tm-col-small,
  .tm-col-1,
  .tm-col-2,
  .tm-col-3,
  .tm-col-4
   {
    width: 100%;
    min-height: 383px;
    height: auto;
  }
  .tm-block {
    padding: 30px;
  }
}
  body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tm-site-title {
    font-size: 1.4rem;
    margin-left: 7px;
  }

  .tm-site-icon {
    font-size: 2em;
  }


@media (max-width: 480px) {
  .tm-mt-big {
    margin-top: 45px;
  }
}
