* {
  font-family: 'Inconsolata', monospace !important;
}

html { 
  scroll-padding-top: 100px; 
}

#landingBrandDiv {
  width: 225px;
  opacity: 0;
}

#landingBrandDiv > img {
  height: 100%;
  width: 100%;
}

.huge-title {
  font-size: 50px;
  opacity: 0;
  text-align: center;
  width: 350px;
}

#landingBrandLetteringDiv > img {
  width: 100%;
}

.nav-bar--brand--div {
  padding-top: 20px;
}

.nav-bar--brand {
  width: 50px;
}

.nav-bar--brand > img {
  width: 100%;
}

.nav-link,      
.nav-link:active,
.nav-link:focus {
  text-decoration: none;
  outline: none;
  color: #6c757d;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
  color: #000;
  text-decoration: none;
  outline: none;
  color: #000;
}

#mainHeader {
  height: 87px;
  opacity: 0;
}

#mainHeader > .fixed-top.scrolled {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}

#mainHeader > .fixed-top {
  height: 86px;
  background-color: white;
  z-index: 100;
  border-bottom: 1px solid rgba(0,0,0,.3);
}

#mainHeader > .fixed-top > .container {
  height: 100%;
}

.main--element {
  display: none;
}

.main--element.active {
  display: block;
}

#mainAboutElement > article {
  margin-bottom: 35px;
}

#mainSessionsElement > article {
  padding-bottom: 15px;
}

#mainSessionsElement > article:not(:last-child) {
  border-bottom: 1px solid black;    
  margin-bottom: 32px;
}

#mainSessionsElement > article > section {
  margin-top: 20px;
}

#mainSpeakersElement > article {
  padding-bottom: 15px;
}

#mainSpeakersElement > article:not(:last-child) {
  border-bottom: 1px solid black;    
  margin-bottom: 32px;
}

#mainSessionsLogsElement > article {
  padding-bottom: 15px;
}

#mainSessionsLogsElement > article:not(:last-child) {
  border-bottom: 1px solid black;    
  margin-bottom: 32px;
}

.speaker-country {
  font-size: 13px;
  display: block;
}

.speaker--section--contacts > a {
  margin-right: 16px;
}

.speaker--section--contacts > a > span {
  margin-left: 5px;        
}

.speaker--section--contacts > a > object {
  margin-top: 10px;        
}

.speaker--section--description {
  margin-top: 10px;
}

.session--section--links > a {
  margin-right: 16px;
}

.session--section--links > a > span {
  margin-left: 5px;        
}

.speaker--anchor--point:target > h3 {
  color: white;
  background: black;
}

.session--anchor--point:target > h2 {
  color: white;
  background: black;
}

.session--log--anchor--point:target > h2 {
  color: white;
  background: black;
}

.crow--the--singer:hover {
  cursor: pointer;
}

blockquote {
  margin: 16px;
}

#article-about-sponsors > section {
  margin-bottom: 16px;
}

#article-licence > section {
  font-size: 11px;
}

#article-licence > section > a > img {
  height: 20px;
}

.share-svg {
  height: 12px;
  width: 12px;
}

.session--section--sponsors {
  margin-top: 30px !important;
}