/*
@media (min-width: 768px) {
	.navbar-toggle {
	    display: block;
	}
}
*/

header  .text-muted {
  color: white;
}	


p {
    font-size: 15px;
    line-height: 1.75;
}

section {
    padding: 40px 0;
}

section h2.section-heading {
    margin-top: 60px;
    margin-bottom: 80px;
}

.text-primary, a {
    color:   #fec301 /* #dbb013 /* #e4af01 /* #fec301 /* #fec503 /*#fed136*/;
}

a.active, a:active, a:focus, a:hover {
    color: #fec503;
}

tr > th {
	background-color: black;
	color: white;
	text-transform: uppercase;
}


.header-date {
	margin-top: -70px;
	margin-bottom: 70px;
}

 

/*
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}


dropdown-menu, dropdown open {
  background-color: transparent;
}
*/

#mainNav > .dropdown-menu {
    background: transparent;
}

#mainNav > btn-default {
    background: transparent;
}

.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
    background: transparent;
}


.table  tbody  th {
	white-space: nowrap;
}