body {font-size:100%; line-height: 1.3rem; font-family: 'Open Sans',sans-serif; 
background-image: url('./budapest_night_featured.jpg');
background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow-x: hidden;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family: 'Open Sans',sans-serif; color: #040232; }

p {line-height: 1.6rem;}

.text-decoration-line-through {
	text-decoration: line-through;
	color: red;
}

.nav-item.active .nav-link {text-decoration: underline!important; }

#ellenorzes {
	display: none;
}

#storedimg {
	padding: 6px !important;
}

.pointer {
	cursor: pointer;
}

.size-1 {
	font-size: 1rem;
}
.size-2 {
	font-size: 2rem;
}

.size-3 {
	font-size: 3rem;
}

.size-4 {
	font-size: 4rem;
}

.size-5 {
	font-size: 5rem;
}

.size-6 {
	font-size: 6rem;
}

.size-7 {
	font-size: 7rem;
}

.size-8 {
	font-size: 8rem;
}

.navbar-brand img {height: 3rem;}
 


.session {
	background-color: darkblue;
	color:  white;
} 

.speaker {
	font-weight: bolder;
	display: block;
}
.workplace {
	font-style:  italic;
	display: block;
	font-size: 0.8rem;
}

.bg-blue, .nav-item.active .nav-link, .nav-link:hover{ color: white!important; background-color: #040232; }

 @media (min-width:992px) {
  .navbar-brand img {height: 5rem;}
  }

.flash {
	animation: flash 1s ease-in-out infinite;
	opacity: 0;
}

body:not(.admin) .test {
	display: none;
}

@keyframes flash {
	0% {opacity: 0;}
	70% {opacity: 1;}
	100% {opacity: 0;}
}

table.regtable {
    border-spacing: 0px;
    border-left: 3px solid #040232;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .24);
}

table td { padding: 10px; }