/*
This Font Software is licensed under the SIL Open Font License, Version 1.1.
Available at: https://scripts.sil.org/OFL_web
*/
@font-face {
    font-family: workSans;
    src: url(WorkSans-Light.otf);
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    font-family: workSans;
    font-size: 1vw;
    scroll-behavior: smooth;
}

#navbar {
    width: 100%;
    z-index: 10;
    font-size: 100%;
    overflow: hidden;
    height: 8vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#navbar a:last-of-type {
    margin-right: 14vw;
}

.nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.8vw;
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 2.8vh; 
}

#nav-links {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.divider {
    height: 60%;
    width: 0.1vh;
    background-color: white;
}

.round-icon {
    box-sizing: border-box;
    position: absolute;
    top: -33px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 66px;
    height: 66px;
    left: calc(50% - 33px);
    box-shadow: 1px 1px 4px #b5b5b5;
}

.round-icon-big {
    position: absolute;
    top: -35px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    border: 1px solid #dddddd;
}

.card-header {
    margin-top: 64px;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    color: rgb(49 101 189);
}

.card-text-content {
    margin: 4%;
    font-size: 120%;
    color: #37455d;
}

.nav-link:hover {
    color: #81d6ff;
}

.nav-link a.active {
    background-color: rgb(26, 98, 139);
}

.text-styled-link {
    text-decoration: none;
    color: inherit;
}

.navbar-fixed {
    position: fixed;
    top: 0;
}

#omega-theme-header {
    width: 100%;
    height: 20vh;
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: flex-start;
    font-weight: bold;
    background-size:  100% auto;
    background-position: center;
}

#omega-inner {
    text-decoration: none;
    display: flex;
    margin-left: 10%;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border: solid 0.2vw #4F80D2;
    border-radius: 1vw;
    white-space: nowrap;
    padding: 2%;
    color: #4F80D2;
}

#omega-overlay {
    background: url("graphic/pcb-bg.png");
    width: 100%;
    height: 20vh;
    opacity: 0.3;
    background-size: cover;
}

#theme-header-container {
    position: absolute;
    display: flex;
    align-items: center;
    height: 20vh;
    margin-left: 14vw;
}

#theme-header-address {
    background-color: white;
    margin: 0 0 0 6vh;
    font-size: 50%;
    color: #3165bd;
    height: 100%;
    width: 20vw;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px -1px 5px #a4a4a4;
}

#container {
    margin-top: 12vh;
    box-sizing: border-box;
}

.floating-left-header {
    margin: 0;
    width: 100%;
    color: #3165bd;
    flex-grow: 1;
    flex-basis: 0;
    padding-top: 1vh;
    padding-right: 4%;
}

.category-text {
    font-size: 1.2vw;
    flex-grow: 3;
    flex-basis: 0;
    margin: 0;
    padding-top: 1vh;
}

.cards-container {
    width: 74%;
    margin: 0 auto 8vw;
    display: flex;
    justify-content: center;
}

.card {
    position: relative;
    background-color: white;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0.6vw;
    box-shadow: 1px 1px 4px 2px #dddddd;
    padding-bottom: 18vh;
    border: 0.2vh solid #3165bd;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.6vw solid white;
    margin-top: 0.4vh;
}

.read-more-container {
    width: 100%;
    position: absolute;
    bottom: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.read-more-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1vw;
    padding: 1vh;
    background: #4F80D2;
    color: white;
    text-decoration: none;
}

.main-color-text {
    color: rgb(49 101 189);
}

.main-color-bg {
    background-color: rgb(49 101 189);
}

.container-white {
    background: white !important;
}

.black-font {
    color:black !important;
}

.image-container {
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 0 0 0 2vw;
}

img {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.block-container {
    padding: 3% 14vw 5% 14vw;
    font-size: 150%;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto;
    background-color: white;
    padding-top: 10vh;
}

.category-desc {
    display: flex;
    box-sizing: border-box;
    text-align: justify;
    color: #37455d;
}

.article {
    box-sizing: border-box;
    text-align: justify;
    width: 80%;
    color: #37455d;
    margin: 0 auto 16vh;
}

.business-desc {
    display: block;
    font-size: 120%;
    color: #37455d;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 5%;
    width: 70%;
    box-sizing: border-box;
    text-align: justify;
}

#location {
    padding: 0 8vw;
    display: flex;
    overflow: hidden;
    font-size: 136%;
    background-color: #f3f3f3;
    height: 88vh;
    align-items: center;
}

.address {
    box-sizing: border-box;
    margin-right: 2%;
    width: 40%;
    text-align: center;
    color: #3165bd;
    display: flex;
    flex-direction: column;
}

#map-iframe {
    position: relative;
    display: block;
    width: 50%;
    height: 60vh;
    float: left;
}

footer {
    height: 45vh;  
    padding: 10vh 14vw; 
    color: white;
    font-size: 120%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #525252;
}

.footer-address {
    color: white;
}

.contact {
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    align-self: flex-end;
}

.products-container {
    width: 90%;
    margin: auto;
    margin-bottom: 4%;
    overflow: hidden;
}

.products-item {
    box-shadow: 0 2px 4px 0 rgba(192,200,209,1);
    overflow: hidden;
    width: 31%;
    margin: 1%;
    float: left;
}

.item-image {
    display: block;
    margin: auto;
    width: 95%;
    max-width: 300px;
}

.item-name {
    text-align: center;
    font-size: 150%;
}

h3 {
    font-weight: normal; 
}

#dipole-img {
    display: flex;
    margin: auto;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.parking {
    color: #fe8d19;
}

#store-image {
    width: 60%;
    margin: auto;
}

#store-image-container {
    margin-bottom: 12vh;
    background: url('graphic/sklep-anteny-bg.jpg');
    background-size: contain;
}

.m-bottom-margin {
    margin-bottom: 10vh;
}