﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  /*position: relative;*/
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    
    
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/*Fonty -------------------------*/
/*kolory*/
body {
    /*font główny */
    /*#F7F8FA*/
    color: #333;
    /*background-color: #29303B;*/
    background-color: #ddd;
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 1.2rem;
}

a {
    color: #ddd;
}
    a:hover {
        color: #fff;
        text-decoration: none;
    }



/*klasy*/
.text-normalny {
    font-size: 1.2rem;
}
.text-sredni {
    font-size: 1.8rem;
}
.paragraf-duzy p {
    font-weight: 200;
    padding-top: 30px;
    padding-bottom: 10px;
}

.text-fb {
    color: #77B4FF;
    text-shadow: 0px 1px 3px #000;
    font-size: 1.2rem;
    font-weight: 300;
}

.aktualnosci a {
    color: #F7F8FA;
}


.sekcja-jasna {
    color: #333;
    /*background-color: #29303B;*/
    background-color: #ddd;
}

    .sekcja-jasna a {
        color: #333;
    }

.sekcja-ciemna {
    color: #F7F8FA;
    /*background-color: #29303B;*/
    background-color: #29303B;
}

    .sekcja-ciemna a {
        color: #F7F8FA;
    }


.cien {
    box-shadow: 0px 0px 10px #555;
}

.aktualnosci .cien:hover {
    box-shadow: 0px 0px 20px #888;
}


.slajder-tytul {
    font-weight: 200;
    font-size: 3.5rem;
    color: #EC5252;
}
/*newsletter--------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------
*/
/*popup*/
.newsletter-panel {
    border: 8px solid #333;
    width: 850px;
    min-height: 480px;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    overflow-y: auto;
    background-color: #777;
}

.newsletter-tekst1 {
    font-family: BebasNeue-Bold;
    font-size: 3.8rem;
    font-weight: 300;
    letter-spacing: 8px;
    word-spacing: 0px;
    line-height: 100%;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.newsletter-tekst2 {
    font-family: BebasNeue-Light;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 0.15rem;
    word-spacing: 0px;
    line-height: 100%;
    color: #eee;
    border: 0px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.newsletter-tekst3 {
    font-family: BebasNeue-Bold;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 6px;
    word-spacing: 0px;
    line-height: 100%;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.newsletter-tekst4 {
    font-family: BebasNeue-Light;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    word-spacing: 0px;
    line-height: 100%;
    color: #000000;
    border: 0px solid #ffffff;
    width: 96%;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: auto;
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #FDE0E3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.newsletter-tekst5 {
    font-family: BebasNeue-Regular;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 0px;
    line-height: 100%;
    color: #212444;
    border: 9px solid #FF0010;
    width: 96%;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}