body{   font-family: 'proxima_novaregular';}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proxima_nova_font-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'apolloregular';
    src: url('fonts/apollo-webfont.woff2') format('woff2'),
         url('fonts/apollo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.tba-quotes{
	position: relative;
	text-align: center;
	background: #080f2e;
	padding: 10px 0px 10px 0px;
	color: #DBAB3A;
}

h1, h3 {
    font-family: 'apolloregular';
}

hr.defline{
	  margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 2px solid #DBAB3A !important;
}

.tba-quotes p{
	font-size: 30px !important;
	margin: 15px 0px;
}
h1.h1.defbluecolor {
    text-align: center;
    color: #DBAB3A;
}
.h1 {
    font-size: 50px !important;
    margin-bottom: 0px !important;
   font-family: 'apolloregular';
    margin-top: 0px !important;
}

.bg-light {
    background-color: #2a021c !important;
    background: #0e0a63cf!important;
    text-align: center;
    display: flex;
    justify-content: center;
position:fixed;
top:0;
width:100%;
z-index:999;
}
.navbar-light .navbar-nav .nav-link {
    color: #fbf1ac!important;
    font-weight: 600}
