body{
    font-family: 'Source Sans Pro', sans-serif;
}
a:link {
    text-decoration: none;
    color:#212529;
}
a:visited {
    text-decoration: none;
    color:#212529;
}
a:hover {
    text-decoration: none;
    color:#212529cc;
}
a:active {
    text-decoration: none;
    color:#212529;
}
h1{
    font-size:24px;
    font-family: 'Concert One', cursive;
}
h2{
    font-size:20px;
}
h3{
    font-size:16px;
}
.bg{
    background:#80cc28;
}
.fc{
    color:#80cc28;
}
.tar{
    text-align: right;
}
.taj{
    text-align: justify;
}
.navLogo{
    border-radius:50%;
    position: absolute;
    top:0px;
    left:0px;
}
.img-flags{
    max-width:20px;
    margin-top:-3px;
}
.img-flags-selected{
    filter: grayscale(50%);
    opacity:0.7;
}
.btn-primary {
    color: #fff;
    background-color: #80cc28;
    border-color: #80cc28;
}
.btn-primary:hover{
    background-color: #80cc28cc!important;
    border-color: #80cc28cc;
}
.btn-primary:active{
    background-color: #80cc28cc!important;
    border-color: #80cc28cc;
}
.btn-primary:focus{
    background-color: #80cc28cc!important;
    border-color: #80cc28cc;
}
.card-brd{
    border-color: #80cc28;
}
.card-bg{
    background-color: #80cc28;
}
.card-link-proj{
    max-width:300px;
    min-width:300px;
}
.img-proj{
    max-height:150px;
    cursor:pointer;
}
.img-proj:hover{
    opacity:0.9;
}
.link-projekti{
    font-size:20px;
    color: #ffffff;
}
.link-projekti:link {
    font-size:20px;
    color: #ffffff;
}
.link-projekti:visited {
    font-size:20px;
    color: #ffffff;
}
.link-projekti:hover {
    font-size:20px;
    color: #ffffffcc;
}
.link-projekti:active {
    font-size:20px;
    color: #ffffff;
}