/***Reset bootstrap default style***/
ul{
	list-style: none; margin: 0px; padding: 0px;
}
.navbar-default {
    background-color: transparent; border-color: transparent;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    margin-top: 20px; border-top: none;
}
a{
	transition: all 0.2s ease-in;
}
a:hover{
	text-decoration: none; opacity: 0.7;
}
/********************/
@font-face{
	src: url('../font/ParalucentCondBold.otf');
	font-family: 'ParalucentCondBold';
}
@font-face{
	src: url('../font/ParalucentCondLight.otf');
	font-family: 'ParalucentCondLight';
}
.container-fluid{
	max-width: 1400px;
	margin: 0 auto;
}
/*******************/
.navbar{
	padding: 0;
}
.navbar-brand{
	padding: 20px;
}
.navbar-brand img{
	width: 468px;
}
footer .logo{
	width: 227px;
	height:125px;
}
.navbar-nav{
	margin-right: 0;
	margin-left: auto;
	margin-top: 0px;
}
.nav-link span{
	font-family: 'ParalucentCondLight';
}
.nav-item a{
	font-family: 'ParalucentCondBold';
	color: #B95A1A !important;
	font-size: 25px;
}
.nav-item a.daily{
	color: #B83336 !important;
}
.navbar-light .navbar-toggler {
	border: none;
}
header{
	background: #fff;
	position: fixed;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
main{
	padding-top: 200px;
}
footer{
	padding-bottom: 120px;
	color: #B95A1A;
}
footer a{
	color: #B95A1A;
}
footer .social, footer .copy{
	margin-top: 50px;
}
footer .social ul{
	font-size: 25px;
	font-family: 'ParalucentCondLight';
}
footer .social ul li img{
	width: 28px;
	height: 28px;
}
footer .copy p{
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'ParalucentCondLight';
}
footer .copy p:first-of-type{
	margin-bottom: 20px;
}
footer .copy p strong, footer .copy p a{
	font-family: 'ParalucentCondBold';
}

/***Responsive***/
@media(max-width: 992px){
	.navbar-brand{
		padding-bottom: 0;
	}
	.navbar-brand img{
		width: 210px;
	}
	.main{
		padding-top: 240px;
	}
}
@media(max-width: 768px){
	footer{
		text-align: center;
	}
}
@media(max-width: 475px){
	
}