.invitation { text-align: justify; margin-top: 15px; }
@media screen and (min-width: 800px) {
  .invitation { margin-top: 35px; }
}
.abstracts-button { font-weight: bold; letter-spacing: 1px; }
.navbar-default { background: #FFF; border-color: #DDD; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a { color: #666; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover { color: #444; }
.footer { background: rgb(0,112,192); color: #FFF; }
.banner__content { text-align: left; }
.banner__content h1, .banner__content h2 { color: #666;}
.footer__social-icon, .footer__social-icon:hover { background: #FFF; }
.footer__social-icon .fa { color: #0873C1; }
.footer__social-icon:hover .fa { color: #666; }

/* burger */
.navbar-default .navbar-toggle .icon-bar { background: #666;}
.navbar-default .navbar-toggle:hover { background: #0873C1; border-color: #0873C1;}
.navbar-default .navbar-toggle:hover .icon-bar { background: #FFF;}
.navbar-default .navbar-toggle:focus { background: #0873C1; border-color: #0873C1;}
.navbar-default .navbar-toggle:focus .icon-bar { background: #FFF;}

#SyskonfLogoContainer { background: #fff; border-top: 1px solid #fff; }

.banner__content h1, .banner__content h2 { color: #0070C0; }
.banner__bg { background-color: #FFF; }
.banner { background: #FFF; }
.page-header { background: #FFF; }


div.container.pt-5.pb-5 div.row div.content-box.content-box--icon-boxed div.content-box__desc p { text-align: justify;}

.navbar .navbar-brand img { display: block; }

@media (min-width: 1200px){
	.navbar .container {
    	width: 90%;
	}
}