﻿/*
    font-family: 'Pacifico', cursive;
    font-family: 'Cairo', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Signika', sans-serif;
*/

body {
    background-color:#022202;
}

.master {
    position: absolute;
    width: 850px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid white;
    border-top:  none;
    background-color: white;
}

.besedilo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13pt;
    color: #6C6C6C;
    text-align: justify;
}

.pisavaZelena {
    color: #1c4f1c;
}

.pisavaBold {
    font-weight:bold;
}

.besediloDodatek {
    font-family: 'Pacifico', cursive;
    font-size: 14pt;
    color: #1c4f1c;
}

.okvirDodatek {
    padding: 12px;
    margin: 12px;
    border: 1px solid #1c4f1c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.naslov {
    font-family: 'Signika', sans-serif;
    font-size: 18pt;
    color: #1c4f1c;
}

.naslovDogodek {
    font-family: 'Signika', sans-serif;
    font-size: 12pt;
    color: #4d844d;
}

.himnaFont {
    font-family: 'Grand Hotel', cursive;
    font-size: 20px;
    color: #1c4f1c;
}

.gumbMenu {
    font-family: 'Cairo', sans-serif;
    font-size: 14pt;
    color: #4d844d;
    background-color: #1c4f1c;
    width: 150px;
    border: 1px solid #4d844d;
    margin: 2px 0 2px 3px;
}

    .gumbMenu:hover {
        color: #fff;
        background-color: #2f5c2f;
        border: 1px solid #fff;
        cursor: pointer;
    }

.btnHome {
    float: left;
    border: 1px solid #4d844d;
    margin: 2px 0 2px 3px;
    padding: 3px 6px 0 6px;
}

    .btnHome:hover {
        border: 1px solid #fff;
        background-color: #2f5c2f;
    }

.link {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13pt;
    color: #342e50;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

.linkNoga {
    font-family: 'Cairo', sans-serif;
    font-size: 10pt;
    color: #4d844d;
    font-weight:bold;
    text-decoration: none;
}

    .linkNoga:hover {
        color: #fff;
        text-decoration: underline;
    }