@font-face {
    font-family: "fnb-bold";
    src: url(../fonts/FNB-Sans-Bold.otf);
}
@font-face {
    font-family: "fnb-light";
    src: url(../fonts/FNB-Sans-Light.otf);
}
@font-face {
    font-family: "fnb-regular";
    src: url(../fonts/FNB-Sans-Regular.otf);
}
@font-face {
    font-family: "MinionPro-Regular";
    src: url(../fonts/MinionPro-Regular.otf);
}

body
{
    background-image: url(../images/background_2.jpg); 
    font-family: 'fnb-light';
}
a
{
    font-family: 'fnb-bold'
}
h4
{
    font-family: 'fnb-light'
}
.main-text
{
    margin-top: 5px;
    text-align: center;
}
.pdf
{
    text-decoration:none; 
    color:#fff;
    margin: 15px 0;
    transition: all .3s;
}
.pdf:hover
{
    color:#f4f4f4;
}
.searches
{
    display:flex; 
    margin: 20px 0;
}
.tcs
{
    font-size: 12px;
}