@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #37aa67;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #113180;
}

html {
    scrollbar-color: #37aa67 #e0e0e0;
    scrollbar-width: thin;
}


body.home {
    font-family: "Roboto", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

body.page {
    font-family: "Roboto", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-image: url('../Media/Images/background-macrolab.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}

section {
    font-size: 1.2rem;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header.page {
    width: 100%;
}

header.home {
    width: 100%;
    height: 100vh;
    background-image: url('../Media/Images/background-macrolab.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.top-bg {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 800px) {
    .top-bg {
        background: #113180;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

.bg-blue {
    background-color: #113180;
}

.bg-green {
    background-color: #37aa67;
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #222222;
}

.text-blue {
    color: #113180;
}

.text-green {
    color: #37aa67;
}

@media (max-width: 768px) {
    .sm-no-border {
        border: none !important;
    }
}

.fullvh {
    height: 100vh;
}

.mh50vh {
    min-height: 50vh;
}

.mh80vh {
    min-height: 80vh;
}

div.main-menu-container {
    display: flex;
    justify-content: center;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem;
}

ul.main-menu li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.15rem;
    padding: 2px 15px;
    border-right: 2px solid #37aa67;
    text-shadow: -0.5px -0.5px 0 black;
}

ul.main-menu li:last-of-type a {
    border-right: 0;
}

ul.main-menu li a:hover,
ul.main-menu li a:focus,
ul.main-menu li a.active {
    color: #ffffff;
    font-weight: 600;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.cert-container {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding: 20px;
}

.page-content {
    background: url(../Media/Images/arrow.png) top center no-repeat;
    background-color: #dcdcdc;
    border-radius: 2rem;
    padding: 4rem 2rem;
}

.offer-content {
    background: url(../Media/Images/arrow.png) top center no-repeat, url(../Media/Images/background-badania-lab.jpg) top center no-repeat;
    background-size: auto, cover;
    background-color: #37aa67;
    border-radius: 2rem;
    padding: 4rem 2rem;
    color: #ffffff;
}

.complaints-policy-content {
    background: url(../Media/Images/arrow.png) top center no-repeat;
    background-color: #113180;
    border-radius: 2rem;
    padding: 4rem 2rem;
    color: #ffffff;
}

.welcome-container {
    text-align: center;
    color: #ffffff;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-shadow: -0.5px -0.5px 0 black;
}

.welcome-container h1 {
  font-size: 3.5rem;
}

.welcome-container h2 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
    .welcome-container {
    	height: auto;
    }

  .welcome-container h1 {
  font-size: 2.5rem;
  }

  .welcome-container h2 {
  font-size: 1.5rem;
  }
}