/* styles.css */


/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');*/

@import url('https://fonts.googleapis.com/css?family=Dosis:200,400,600,700&subset=latin-ext');
* {
    font-family: 'Dosis', sans-serif;
    color: var(--main-text-color);
    font-weight: 100;
    --section-background-color: #272727;
    --main-text-color: white;
    --yellow: #F5A623;
    --footer-title-color: #DCDEE2;
}

body {
    background-color: var(--section-background-color);
    font-size: 1.5rem;
    max-width: 100%;
    overflow-x: hidden;
}

h2.cardHeading {
    color: var(--yellow);
    padding: 40px;
}

div.products img {
    width: 100%;
    height: auto;
}

div.products>div>div {
    padding: 0px !important;
}

h4 {
    font-weight: lighter;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2rem;
}

p.cardDescription {
    text-align: justify;
    color: var(--main-text-color);
    font-size: 1.5rem;
}

footer {
    background-color: #1A1A1A;
}

ul {
    list-style: none;
    padding: 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.aboutTitle {
    background: url('../images/o_nas_background.png') no-repeat left center;
    background-size: contain;
    margin-left: 10px;
    padding: 30px 0px 10px 0px;
}

.bgProjects {
    background: url('../images/projectsBackground.png') no-repeat left center;
    background-size: contain;
    padding: 30px 0px 10px 0px;
}

#map {
    height: 300px;
    border-radius: 10px;
}

.productsTitle {
    margin: auto;
    display: block;
}

.activeLink {
    transition: all 0.5s ease;
    padding-top: auto;
    padding-bottom: auto;
    margin: auto;
}

.productImg {
    height: 200px;
}

.activeLink:hover {
    transition: all 0.5s ease;
    background-color: rgba(200, 0, 0, 0.5);
}

.card1 {
    background-color: #35373B;
    border-radius: 25px;
    max-width: 400px;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cardImg {
    max-height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    display: block;
}

.aboutImage {
    width: auto;
    display: block;
    margin: auto;
}

.brandName {
    font-size: 4rem;
    text-align: center;
}

.productDesc {
    height: 300px;
}

.ls-1 {
    letter-spacing: 1.0px;
}

.contactItem {
    margin-top: auto;
}

.spacer-50 {
    padding: 50px 0px 50px 0px;
}

.spacer-75 {
    padding: 75px 0px 75px 0px;
}

.spacer-350 {
    padding: 350px 0px 0px 0px;
}

.imgDescription {
    margin-left: 10px;
    font-size: 1.25rem;
}

.snowFlakeBackground {
    background: url('../images/snowflake.png') no-repeat left bottom;
}

.fanBackground {
    background: url('../images/bgFan.png') no-repeat right bottom;
    height: 750px;
}

.servicesBackground {
    background: url('../images/services_image.png') no-repeat center bottom;
    background-size: contain;
}

.contactBackground {
    background: url('../images/contact_background.png') no-repeat center bottom;
    background-size: contain;
}

.productsBackground {
    background: url('../images/products_background.png') no-repeat right center;
    background-size: contain;
    margin-right: 100px;
}

.ekoImg {
    height: 180px;
}

.productSubtitle {
    background-color: #444850;
    border-radius: 5px;
    padding-left: 5rem;
    font-size: 1.5rem;
    letter-spacing: .25rem;
}

.sectionHeading {
    padding: 40px 0px 100px 0px;
    font-size: 2.5rem;
    /*    font-weight: 400 !important;*/
}

.section {
    background-color: var(--section-background-color);
    padding: 80px 0px 10px 0px;
}

.footerTitle {
    color: var(--footer-title-color);
    font-size: 0.8rem;
}

.footerDesc a,
.footerDesc {
    color: #5C5D60;
    font-size: 0.8rem;
}

.footerDesc a:hover {
    transition: all 0.5s ease;
    color: var(--footer-title-color);
    text-decoration: none;
}

.ourClients {
    font-style: italic;
    /*    font-weight: 100;*/
    font-size: 1.5rem;
}

.divider {
    border: 0.5px dotted #979797;
}

.yellow {
    color: var(--yellow);
}

.topSection {
    background: url('../images/top_cover.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.navbar-light {
    background-color: rgba(50, 50, 50, 0.3)
}

.jumbotron-heading,
.lead {
    text-shadow: 1px 1px black;
}

#kontakt a {
    color: var(--main-text-color);
    text-decoration: none;
}

#kontakt a:hover {
    transition: all 0.5s ease;
    color: var(--yellow);
}

.nav-link {
    font-size: 1.5rem;
    font-weight: 100;
    color: white!important;
    text-shadow: 1px 1px black;
}

.nav-link:hover {
    transition: all 0.2s ease;
    border-radius: 10px;
    background-color: var(--yellow);
    background-color: rgba(245, 166, 35, 0.5);
}

.jumbotron {
    margin-top: 250px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
