body {
  font-family: 'Rubik';
  font-weight: 300;
}
.header, .footer {
	background: #071437;
	padding-bottom: 35px;
	padding-top: 40px;
	color: #ffffff;
}
.footer {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	box-shadow: 0px -3px 5px 0px #ddd;
}
.footer a img{
	margin-right: 20px;
	margin-bottom: 20px;
}
.header .navbar-nav a {
	color: #ffffff;
}
.navbar-brand img {
	max-height: 100px;
}
.navbar-nav .dropdown-menu {
	background-color: #071437;
}
.dropdown-item:active, .dropdown-item:hover {
	background-color: #071437;
}
.table.programme h5 {
	margin: 0px;
	background-color: #071437;
	padding: 10px;
	color: #ffffff;
}
.table.programme td {
	color: #000000;
	width: 662px;
}
.table.programme td:first-child {
	width: 187px;
}
.table.programme a {
	text-decoration: none;
	color: #666699;
}
.table.programme a.btn-orange {
	color: #fff;
}
#navbarSupportedContent a{
	color: #ffffff;
}
.mw-200 {
	max-width: 200px;
}
.cool-grey {
	color: #515b61;
}
.bright-orange {
	color: #E34A21;
}
.btn-orange {
    color: #fff;
	background: #E34A21;
	border-color: #E34A21;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d96a4c;
    border-color: #d96a4c;
}
.bg1 {
	background: #515b61;
}
.bg2 {
	background: #E34A21;
	color: #fff;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .footer-connect a, .footer .footer-follow a {
	color: #000000;
    font-size: 26px;
    margin-right: 0.5rem;
}
.navbar {
	justify-content: flex-start;
}
.info {
	padding-left: 15px;
}
.at-a-glance {
	font-size: 1.2em;
}
.at-a-glance .text-start {
	font-size: 2em;
}
.at-a-glance .table>:not(caption)>*>* {
	border-bottom-width: 0px; 
	box-shadow: none;
}
.at-a-glance img {
	max-width: 100px;
}
.at-a-glance .orange-circle {
	background: #E34A21;
  position:relative;
  width:100%;
  padding-bottom:100%;
  border-radius:50%;
}
.at-a-glance .orange-circle div{
  position:absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  margin:0;
	color: #ffffff;
	font-size: 1.2em;
}
.save-the-date a{
  color: #ffffff;
}
.ratio-2x3 {
  --bs-aspect-ratio: 150%;
}
.media-headline {
	font-size: 1.1em;
	font-weight: bold;
	color: #7f7f7f;
}
#backToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
}
#backToTopBtn img{
  width: 68px;
}
.navbar-nav li a[href="registration.html"] {
    color: #E34A21 !important;
    font-weight: bold;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.speaker-image {
	max-width: 100%;
	width: 400px;
}
@media screen and (min-width: 1200px) {
  .at-a-glance .orange-circle div {
    font-size: 2em;
  }
}