﻿@font-face {
	font-family: 'BebasNeue';
	src: url('BebasNeue.eot');
	src: local('BebasNeue'), 
	url('BebasNeue.woff') format('woff'), 
	url('BebasNeue.ttf') format('truetype');
}
.topnav a {
	font-family: BebasNeue;
    color: #e7a10a;
    text-align: center;
    padding-right: 15px;
    text-decoration: none;
    font-size: 40px;
    font-weight: normal;
}
.topnav a:hover {
    color: #12a91d;
}
.topnav .active {
    color: #12a91d;
}
.topnav .icon {
    display: none;
    font-size:40px;
    color: #12a91d;
}
@media screen and (max-width: 1000px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}
