﻿/*@font-face {
    font-family: Exo;
    src: url('/content/fonts/exo/static/Exo-Regular.ttf')
}*/

body {
    font-family: 'Exo', sans-serif;
}

.navbar {
    background-color: #77B62D;
}



.nav-link {
    color: #ffffff;
}


.navbar-toggler {
    background-color: #ffffff !important;
}
