/*
 Theme Name:   WPOG FPU Child
 Theme URI:    https://fpu.bg.ac.rs
 Description:  Child theme for FPU website
 Author:       IT Spajz
 Author URI:   https://itspajz.com
 Template:     wpog_fpu
 Version:      1.0.0
*/

@import url('../wpog_fpu/style.css');

.top-links-text h3 {
    font-size: 20px;
}

@media only screen and (max-width: 640px) {
    .top-links-boxes .top-links-box {
        /* background-color: #efefef; */
        border: 2px solid #333;
    }
}

a,
a h1,
a h2,
a h3 {
    color: #DC661E !important;
}