﻿


/* Header menu */

/*.navbar {
    background-color: black;
   
}*/

.pozadie {
    background-color: black;
    margin-bottom: 1px;
}

.navbar-default {
    border: none;
    background-color: black;
    
}



    .navbar-default .navbar-nav > li > a {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        color: white;
        text-decoration: none;
        padding: 10px;
    }

hr {
    margin-top: 0px;
    margin-bottom: 10px;
}


.logo {
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 10px;
}


/*.navbar-header {
    background-color: black;
}*/




/* Header menu */
.navbar {
    border-radius: 0;
    min-height: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

/*.navbar-default .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
}*/


/*.navbar {
    min-height: 10px;
    background-color: black;
}*/

/* Body */

/*.body {
   
    background-color: black;
}*/

.container {
    background-color: black;
}

.page-body {
    padding-top: 90px;
    background-color: black;
}

h1, h2, h3, h4, h5 {
    color: white;
}

ul {
    color: white;
}

ol {
    color: white;
}

p {
    color: white;
}

h4 {
    padding-top: 20px;
}

a {
    color: gray;
    text-decoration: none;
}

    a:hover {
        color: lightslategrey;
        text-decoration: underline;
    }

.ponuka {
    font-size: 22px;
        list-style-type: none;
}

.trening {
    font-size: 16px;
}
   
.contact-items .glyphicon {
    padding-right: 10px;
    color: lightgray;
    font-size: 20px;
}

.socials {
    margin-bottom: 10px;
}

.tlacitko-moje {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    /*color: #000;*/
    display: inline-block;
    color: red;
}

    .tlacitko-moje:hover {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    }

.moj-formular .row {
    padding: 10px 0 10px 0;
}

.field-validation-error {
    color: #ff0000;
}

/* Image */
.img-responsive img {
    max-width: 100%;
}

/* Footer */
.container-fluid {
    background-color: black;
}


.pata {
    font-size: 10px;
    color: white;
    padding: 10px;
    text-align: center;
}


.copyright {
    text-align: center;
    padding-top: 50px;
}

    .copyright > p {
        color: dimgray;
        font-weight: normal;
        font-size: 10px;
    }
/*
.square-icon {
    background-color: gray;
    padding: 5px;
}

a.square-icon {
    color: red;
    text-decoration: none;
}

a.square-icon:hover {
    color: #00947e;
    text-decoration: none;
}*/
