.filelink:hover {
    text-decoration: none;
}
[class*="flaticon-"]:before {
    font-size: 30px !important;
}
.flaticon-doc2:before {
    font-size: 30px !important;
}
.flaticon-doc2
{
    color:#3366FF;
    font-size: 30px !important;
}
.flaticon-pdf2:before {
    font-size: 30px !important;
}
.flaticon-pdf2
{
    color:#FF0000;
    font-size: 30px !important;
}
.flaticon-zip2
{
    color:#734600;
    font-size: 30px !important;
}
.flaticon-zip2:before
{
    font-size: 30px !important;
}

.page_text_1, .page_text_2 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}

html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 60px;
    }
    
.container .text-muted {
    margin: 20px 0;
    text-align: center;
}

.text-muted {
    color: #777;
}

nav li {
background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-repeat: no-repeat;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #2e4b69;
filter: none;
}

nav li:last-child {
	border-right: 1px solid #2e4b69;
}

nav li:hover {
background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-repeat: no-repeat;
    border-left: 1px solid #a15900;
    filter: none;
}
.navbar-brand {
	padding-top:17px;
	padding-bottom:13px;
	font-size: 14px;
}
.dropdown-menu {
	padding: 3px 0 0;
	border-radius:0;
}
.dropdown-menu > li > a 
{
	color: #dddddd;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #a15900;
	background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    /* color: #ffffff; */
    text-decoration: none;
}

.dropdown-menu > li:hover, .dropdown-menu > li:focus {
    background-color: #a15900;
	background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    /* color: #ffffff; */
    text-decoration: none;
}

.navbar {
    border-radius: 0;
}

.filelink:before {
    
}

h2 {
font-size: 24px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
       body {
       font-family: Arial,sans-serif;}
        }