@charset "UTF-8";
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, .alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .alert-error hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .alert-error .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

/* size indicator */
/* pomocný ukazatel aktuální šířky sloupce: do body vložit:
<div id="size-indicator"><span id="size-indicator-content"></span></div>

na produkci přidat do css:
#size-indicator {
    display: none;
}
*/
#size-indicator {
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 30px;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 10000;
}

#size-indicator-content:after {
  content: "-";
}

@media (min-width: 576px) {
  #size-indicator {
    background-color: magenta;
  }
  #size-indicator-content:after {
    content: "SM";
  }
}
@media (min-width: 768px) {
  #size-indicator {
    background-color: green;
  }
  #size-indicator-content:after {
    content: "MD";
  }
}
@media (min-width: 992px) {
  #size-indicator {
    background-color: blue;
  }
  #size-indicator-content:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  #size-indicator {
    background-color: black;
  }
  #size-indicator-content:after {
    content: "XL";
  }
}
@media (min-width: 992px) {
  .intro-image {
    margin-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .main-timeline::before {
    display: none;
  }
  .main-timeline .icon::before, .main-timeline .icon::after {
    display: none;
  }
}
#main-content ul {
  margin-left: 12px;
}
#main-content ul li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
  color: #6f6f6f;
  list-style: square;
  font-size: 14px;
}

.alert {
  border-radius: 0;
}

.experience .divider {
  height: 10px;
  line-height: 10px;
}

.main-timeline .date-content {
  margin-top: 0;
}
.main-timeline .icon {
  display: none;
}

@media (max-width: 767.98px) {
  .main-timeline .date-content, .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .date-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
  }
}
.logo {
  width: auto;
}
.logo img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}

.flashes {
  position: absolute;
  width: 100%;
  margin-top: 100px;
  z-index: 1500;
}

.text-dark-gray a:hover {
  color: white;
}

img.ox {
  height: 14px;
  width: auto;
  margin: 0px 0 0 3px;
}

/*# sourceMappingURL=custom.css.map */
