html {

}

a:link.main-nav-box, a:visited.main-nav-box, a:active.main-nav-box {
    text-decoration: none;
    color: white;
}

a:hover.main-nav-box {
    text-decoration: none;
    color: white;
    background-color: #5eb590;
}

.glyphicon-edit {
    background: none;
}

.main-center-box {
    margin: auto;
    border-radius: 25px;
    height: fit-content;
    background-color: white;
    height: 100%;
    padding: 25px;
    opacity: 0.85;
}

.justify-text {
    text-align: justify;
}

.font-12pt {
    font-size: 12pt;
}

.font-15pt {
    font-size: 15pt;
}

.font-18pt {
    font-size: 18pt;
}

.container-fluid {

}

.main-site-nav {

}

.col-lg-3 {

    margin-bottom: 30px;
}

.col-md-3 {

    margin-bottom: 30px;
}

.col-sm-3 {

    margin-bottom: 25px;
}

.col-xs-12 {

    margin-bottom: 20px;
}

@media (min-width: 0px) {
    .main-nav-box {
        height: 40px;
        line-height: 40px;
        font-size: 15pt;
    }

    .default-text {
        font-size: 13pt;
    }
}

@media (min-width: 800px) {
    .main-nav-box {
        height: 70px;
        line-height: 70px;
        font-size: 20pt;
    }

    .default-text {
        font-size: 15pt;
    }
}

@media (min-width: 1200px) {
    .main-nav-box {
        height: 120px;
        line-height: 120px;
        font-size: 25pt;
    }

    .default-text {
        font-size: 17pt;
    }
}

.main-nav-box {
    display: block;
    vertical-align: middle;
    text-align: center;
    background-color: #5eb5e0;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    margin: auto;
}

.box-bottom-padding {
    margin-bottom: 50px;
}

input.obowiazkowe {
    border-color: rgba(255, 0, 0, .4) !important;
}

.niebieski {
    color: blue;
}

.zielony {
    color: green;
}

