// Fonts
@import url(https://fonts.bunny.net/css?family=anton:400|roboto-condensed:300,700);

// Variables
@import 'variables';

// Bootstrap
@import 'bootstrap/scss/bootstrap';

body {
  font-family: $myFont;
  font-size: $myFontSize;
  color: $myColor;
}

#container {
  width: $myWidth;
}

.serie {
    font-family: 'Anton', sans-serif;
    font-size:32px;
}

.no-carret.dropdown-toggle::after {
  content: none; 
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 20px;
  bottom: 0;
  left: 32px;
  margin-left: -3px;
  margin-bottom: 40px;
  z-index:-100;
}

.btn-100px {
  width:100px;
}