@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap');

body,.lead {
	font-family: 'Roboto Condensed', sans-serif	!important;
	
	
}

.content .row {
margin-left:unset;
margin-right:unset;
}

.container img {
    margin: unset !important;
}

.bg-primary {
    background-color: #048fa4!important;
}

.text-primary {
	color:#048fa4;
	
}
.bg-gradient-primary {
	background: linear-gradient(180deg,#048fa4 0,#383842)!important;
}

.bg-gradient-primary2 {
    background-color:#ffffff !important;
}
.navbar-brand>img{
    max-width: unset !important;
    max-height: unset !important;
	height:100px !important
}

@media only screen and (min-width: 992px)
{
.navbar-nav:not(.navbar-sm) {
    height: unset !important;
}
}
@media only screen and (min-width: 768px) 
{
body:not(.user-scrolled-down) .navbar-brand>img:last-child {
    height: 160px !important;
}
}

@media only screen and (max-width: 767px) 
{
body:not(.user-scrolled-down) .navbar-brand>img:last-child {
    height: 100px !important;
}
}

@media only screen and (max-width: 767px) 
{
	.navbar-brand>img
	{
	height:80px !important;
	}
	
}


.nav-link {
	font-family: 'Bebas Neue';
	font-size:1.5em;
}

@media only screen and (max-width: 991px)
{
.navbar-nav .nav-item.dropdown>.nav-link {
    font-weight: 400;
    font-size: 1.5em;
}
}


@media only screen and (min-width: 768px)
{
#section-intro {
   padding: unset !important;
}
}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 {
    
    font-family: 'Bebas Neue' !important;
	color: #000 !important;
}

p{
		color: #000 !important;

}
h1,h2,h3 {
   
    font-family: 'Bebas Neue' !important;
}

blockquote {
    border-left: 5px solid #CCC;
    font-size: 1.3em;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0 25px 12px;
    padding: 0 0 0 25px;
    position: relative;
}

b, strong {
    font-weight: 600 !important;
}

a#btnScrollTo>i
{
	color:#ffffff !important;
	
}

.text-white p {
    color: #fff !important;
}