/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 12, 2018, 3:15:33 PM
    Author     : leijenhorstg
*/
 /*.nav-up {
         position: fixed;       
                top: -100px;
                left: 0;
                transition: top 0.4s ease-in-out;
                width: 100%;
                height: 70px;                
                z-index: 20

}
 .nav-down {
    position: fixed;       
                top: 50px;
                left: 0;
                transition: top 0.4s ease-in-out;
                width: 100%;
                height: 70px;
                z-index: 20
}
 .nav-down2 {
    position: fixed;       
                top: 50px;
                left: 0;
                transition: top 0.4s ease-in-out;
                width: 100%;
                height: 70px;
                background-color: grey;
                z-index: 20
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        border-color: purple;
        background-color: white;
        color: purple
     } 
 }
*/
@font-face {
    font-family: myfond;
    src: url('../font/LucidaSanTCY Regular.ttf');
}
@font-face {
    font-family: myfond2;
    src: url('../font/Gotham Light Regular.otf');
}


