@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700,900");
.missing {
  background: yellow;
}

.header {
  display: flex;
  background: #20a89e;
}
.header .logo {
  background: white;
}
.header .nav {
  display: flex;
  flex-direction: column;
}
.header .submenu {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  background: #d7de36;
}
.header .submenu ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .submenu li {
  float: left;
  padding: 1.2em 1em;
}
.header .submenu li:last-child {
  margin-right: 0.75em;
}
.header .submenu a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.header .submenu a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.65);
}
.header .menu {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.65em;
  line-height: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.header .menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header .menu a {
  text-decoration: none;
  color: white;
}
.header .menu .nav-link {
  font-weight: 900;
  padding: 0.65em 0.4em !important;
}
.header .menu ul li:hover > a {
  background-color: #129990;
}
.header .menu .dropdown-menu {
  font-size: 0.75em;
  line-height: 1.1;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.header .menu .dropdown:hover .dropdown-menu {
  display: block;
}
.header .menu .dropdown:hover .dropdown-toggle::after {
  border-top: 5px solid rgba(255, 255, 255, 0.75);
}
.header .menu .dropdown-item {
  font-weight: 500;
  background: #129990;
  padding: 0.65em;
}
.header .menu .dropdown-item:hover {
  background: #118c84;
}
.header .menu .dropdown-toggle::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  margin-right: 0;
}

.title h1 {
  font-size: 3.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  display: block;
  color: white;
  margin: 0;
  display: flex;
}
.title h1 span {
  padding: 0.75em 1em;
}

.league-box {
  color: white;
}
.league-box .league-titles {
  font-size: 1.8em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
}
.league-box .league-titles .league-category {
  transition: background 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75em;
}
.league-box .league-titles .league-title {
  transition: background 0.3s;
  text-align: right;
  padding: 0.75em;
}
.league-box:hover {
  color: white;
}

.soccer-box .league-category {
  background: #f77e1d;
}
.soccer-box .league-title {
  background: #f7941d;
}
.soccer-box:hover .league-category {
  background: #ea610f;
}
.soccer-box:hover .league-title {
  background: #f77e1d;
}

.industrial-box .league-category {
  background: #782075;
}
.industrial-box .league-title {
  background: #92278f;
}
.industrial-box:hover .league-category {
  background: #5b1559;
}
.industrial-box:hover .league-title {
  background: #782075;
}

.rescue-box .league-category {
  background: #84ae11;
}
.rescue-box .league-title {
  background: #99c71c;
}
.rescue-box:hover .league-category {
  background: #6f9409;
}
.rescue-box:hover .league-title {
  background: #84ae11;
}

.other-box .league-category,
.other-box .league-title {
  background: #13a89e;
}
.other-box:hover .league-category,
.other-box:hover .league-title {
  background: #0c978e;
}

.league-major .title {
  background: #ed217c;
}

.league-junior .title {
  background: #92278f;
}

.soccer .title {
  background: #f7941d;
  padding: 0;
}
.soccer .title h1 span:first-child {
  background: #f57d2b;
}
.soccer .schedule th {
  background: #f77e1d;
}
.soccer .schedule td:nth-child(1),
.soccer .schedule td:nth-child(3),
.soccer .schedule td:nth-child(5),
.soccer .schedule td:nth-child(7) {
  background: #ffeedb;
}
.soccer .main h2 {
  color: #f7941d;
}
.soccer .main .boxes a {
  background: #f5932d;
}
.soccer .main .boxes a:hover {
  background-color: #f37c35;
}
.soccer .button {
  background: #f7941d;
  color: white;
}
.soccer .button:hover {
  background: #f57d2b;
  color: white;
}

.industrial .title {
  background: #91278e;
  padding: 0;
}
.industrial .title h1 span:first-child {
  background: #772074;
}
.industrial .schedule th {
  background: #762073;
}
.industrial .schedule td:nth-child(1),
.industrial .schedule td:nth-child(3),
.industrial .schedule td:nth-child(5),
.industrial .schedule td:nth-child(7) {
  background: #f7ebf7;
}
.industrial .main h2 {
  color: #91278e;
}
.industrial .main .boxes a {
  background: #91278e;
}
.industrial .main .boxes a:hover {
  background-color: #762073;
}
.industrial .button {
  background: #91278e;
  color: white;
}
.industrial .button:hover {
  background: #762073;
  color: white;
}

.rescue .title {
  background: #9ac72d;
  padding: 0;
}
.rescue .title h1 span:first-child {
  background: #85ae23;
}
.rescue .schedule th {
  background: #86ae2e;
}
.rescue .schedule td:nth-child(1),
.rescue .schedule td:nth-child(3),
.rescue .schedule td:nth-child(5),
.rescue .schedule td:nth-child(7) {
  background: #eef6dc;
}
.rescue .schedule-2 {
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
}
.rescue .schedule-2 table {
  border-collapse: collapse;
}
.rescue .schedule-2 th {
  background: #86ae2e;
  color: white;
  font-size: 1.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0.8em;
}
.rescue .schedule-2 th span {
  display: block;
  font-size: 0.75em;
}
.rescue .schedule-2 .oral:not(:first-child) {
  background: #b7d96c;
  font-weight: bold;
  color: white;
  text-align: center;
}
.rescue .schedule-2 .oral-session:not(:first-child) {
  border-bottom: 1px solid #dbecb6;
}
.rescue .schedule-2 td:first-child {
  color: black;
  font-weight: bold;
  background: #dbecb6;
  text-align: center;
}
.rescue .schedule-2 td:first-child, .rescue .schedule-2 td:last-child {
  border-left: 0;
  border-right: 0;
}
.rescue .schedule-2 th:last-child {
  border-left: 0;
  border-right: 0;
}
.rescue .schedule-2 td {
  padding: 0.8em;
}
.rescue .main h2 {
  color: #9bc739;
}
.rescue .main .boxes a {
  background: #9bc739;
}
.rescue .main .boxes a:hover {
  background-color: #86ae2e;
}
.rescue .button {
  background: #9bc739;
  color: white;
}
.rescue .button:hover {
  background: #86ae2e;
  color: white;
}

.athome .title {
  background: #1b8f87;
  padding: 0;
}
.athome .title h1 span:first-child {
  background: #20a89e;
}
.athome .schedule th {
  background: #29a89e;
}
.athome .schedule td:nth-child(1),
.athome .schedule td:nth-child(3),
.athome .schedule td:nth-child(5),
.athome .schedule td:nth-child(7) {
  background: #e4f7f5;
}
.athome .main h2 {
  color: #29a89e;
}
.athome .main .boxes a {
  background: #29a89e;
}
.athome .main .boxes a:hover {
  background-color: #228f87;
}
.athome .button {
  background: #29a89e;
  color: white;
}
.athome .button:hover {
  background: #228f87;
  color: white;
}

.solo .title {
  background: #231f20;
  padding: 0;
}

.visitors .title {
  background: #2e2ebf;
  padding: 0;
}
.visitors .main h2 {
  color: #22229f;
}
.visitors .button {
  background: #2e2ebf;
  color: white;
}
.visitors .button:hover {
  background: #22229f;
  color: white;
}

.soccer-schedule .major {
  background: #f7941d;
  color: white;
  font-size: 1.8em;
}
.soccer-schedule .junior {
  background: #92278f;
  color: white;
  font-size: 1.8em;
}
.soccer-schedule .rescue {
  background: #99c71c;
  color: white;
  font-size: 1.8em;
}
.soccer-schedule .home {
  background: #13a89e;
  color: white;
  font-size: 1.8em;
}

.content .title-sponex {
  background: #f7941d;
}
.content .title-symposium {
  background: #99c71c;
}
.content .title-visitors {
  background: #2e2ebf;
}
.content .title-media {
  background: #0c978e;
}
.content .title-other {
  background: #000000;
}
.content .title-junior {
  background: #92278f;
}
.content .title-industrial {
  background: #99c71c;
}
.content .title-rescue {
  background: #2e2ebf;
}
.content .title-other {
  background: #000000;
}

.button {
  background: #f7941d;
  display: block;
  text-align: center;
  font-size: 1.8em;
  padding: 0.75em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: white !important;
}
.button:hover {
  background: #f57d2b;
  color: white !important;
}

.logistics {
  background: #91278e;
}
.logistics:hover {
  background: #762073;
}

.home {
  background: #29a89e;
}
.home:hover {
  background: #228f87;
}

.simulation {
  background: #9bc739;
}
.simulation:hover {
  background: #86ae2e;
}

.schedule {
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
}
.schedule table {
  border-collapse: collapse;
}
.schedule th {
  background: #000;
  color: white;
  font-size: 1.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0.8em;
}
.schedule th span {
  display: block;
  font-size: 0.75em;
}
.schedule td:nth-child(1),
.schedule td:nth-child(3),
.schedule td:nth-child(5),
.schedule td:nth-child(7) {
  background: #f2f2f2;
}
.schedule td:first-child, .schedule td:last-child {
  border-left: 0;
  border-right: 0;
}
.schedule th:last-child {
  border-left: 0;
  border-right: 0;
}
.schedule td {
  padding: 0.8em;
  text-align: center;
}

.rego-table th {
  font-weight: normal;
  font-size: 1.1em;
  padding: 1.2em 1em;
}
.rego-table strong {
  display: block;
  font-size: 1.2em;
}
.rego-table span {
  font-size: 0.9em;
}
.rego-table td {
  padding: 1.2em 1em;
}

.main {
  font-family: "Roboto", sans-serif;
}
.main a {
  color: #000;
  text-decoration: underline;
}
.main a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.main h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #231f20;
}
.main h3 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-size: 1.6em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #231f20;
}
.main h4 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #231f20;
}
.main .freight-form {
  text-decoration: none;
  background: #e1e6ea;
  display: block;
  border-left: solid 6px #656974;
}
.main .freight-form u {
  display: block;
}
.main .freight-form h4 {
  margin-top: 0;
}
.main .freight-form p:last-child {
  margin-bottom: 0;
}
.main .freight-form:hover {
  border-left: solid 6px #4e515a;
  color: #231f20;
}
.main .freight-form:hover u {
  color: rgba(0, 0, 0, 0.75);
}
.main .climate td {
  text-align: center;
}
.main .climate td:first-child {
  text-align: left;
}
.main .boxes {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}
.main .boxes a {
  background: #000;
  color: white;
  text-decoration: underline;
  display: block;
  text-align: center;
  transition: 0.3s all;
}
.main .boxes a:hover {
  background-color: #333;
  color: #FFFFFF;
}
.main .boxes span {
  display: block;
}
.main .intro {
  font-size: 1.2em;
}
.main .intro p:last-child {
  margin: 0;
}

.sidenav {
  padding: 0;
  background: #f7f7f7;
}
.sidenav .side-leagues {
  font-size: 0.9em;
}
.sidenav .side-leagues a {
  padding: 0.3em;
  display: block;
  color: #000;
}
.sidenav .side-leagues a:hover {
  color: #000;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25em;
}
.sidenav ul li {
  padding: 0.25em;
  display: block;
}
.sidenav ul i {
  margin-right: 0.5em;
  color: #999;
  font-size: 0.75em;
}
.sidenav ul a {
  color: black;
  display: block;
  padding: 1.1em 1.5em;
  transition: background 0.3s;
  color: #000;
}
.sidenav ul a:hover {
  background: none;
  color: #000;
}
.sidenav ul a:hover i {
  color: #666;
}

.mainimage img {
  width: 100%;
}

.mainimage h2 {
  color: white;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5em;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.mainimage h2 span {
  font-size: 0.7em;
}

.block a {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  padding: 2em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: background 0.3s;
}
.block a:hover {
  color: white;
}

a.block-major {
  background: #ed217c;
}
a.block-major:hover {
  background: #d41e70;
}

a.block-junior {
  background: #92278f;
}
a.block-junior:hover {
  background: #782075;
}

a.block-sponex {
  background: #f7941d;
}
a.block-sponex:hover {
  background: #f77e1d;
}

a.block-symposium {
  background: #99c71c;
}
a.block-symposium:hover {
  background: #84ae11;
}

a.block-visitors {
  background: #2e2ebf;
}
a.block-visitors:hover {
  background: #22229f;
}

a.block-news {
  background: #13a89e;
}
a.block-news:hover {
  background: #0c978e;
}

div.block-opening {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  padding: 2em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: background 0.3s;
}
div.block-opening .major {
  background: #ed217c;
}
div.block-opening .junior {
  background: #92278f;
}
div.block-opening .sponex {
  background: #f7941d;
}
div.block-opening .symposium {
  background: #99c71c;
}

.footer {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
}
.footer .sponsors {
  background: #f2f2f2;
}
.footer .sponsors img {
  margin-bottom: 2em;
}
.footer .sponsors h4 {
  margin-bottom: 0.75em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.footer .info {
  background: #d7df21;
}
.footer .info .contacts a {
  text-decoration: underline;
}
.footer .info .nav-footer a {
  margin-bottom: 0.65em;
}
.footer .info a {
  display: block;
  color: black;
  text-decoration: underline;
}
.footer .info a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.65);
}
.footer .info span {
  font-size: 0.85em;
}
.footer .info h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.footer .info h6 {
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
}
.footer .baseline {
  background: #13a89e;
  color: white;
  font-size: 0.9em;
}
.footer .baseline a {
  color: white;
  text-decoration: underline;
}
.footer .baseline a:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .block-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 250px;
  }

  .block-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .sponex .block-content,
.visitors .block-content {
    order: 2;
  }
}
/* Modal */
.modal-content {
  padding: 2em;
  display: block !important;
}

.modal-content button {
  background: none;
  border: 0;
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2em;
}

.modal-content img {
  float: right !important;
  margin: 0 0 1em 1em;
  border-radius: 3px;
  height: auto;
  width: 260px;
  display: inline-block;
}

.modal-content h2 {
  margin-top: 0 !important;
  margin-bottom: 0.25em;
}

.modal-content h3 {
  margin: 0.5em 0 0.25em;
  font-size: 1.35em;
  line-height: 1.4;
}

.modal-content p:last-of-type {
  margin-bottom: 0 !important;
}

.nicetable {
  border-collapse: collapse;
}
.nicetable td {
  border: solid 1px #dff2ad;
  padding: 1.25em;
  text-align: center;
}
.nicetable td:first-child {
  font-weight: bold;
  text-align: left;
}
.nicetable tr:nth-child(even) {
  background: #f3ffd4;
}

.alert {
  border-style: none;
  color: black;
}
.alert.alert-primary {
  background-color: #f2f2f2;
  border-style: none;
  color: black;
}
.alert.alert-success {
  background-color: #f7f7f7;
  border-style: none;
  color: black;
}
.alert.alert-success h3 {
  color: #1b8f87;
}

.highlight {
  background-color: yellow;
}

.tip {
  font-size: 0.3em;
  color: white;
  background-color: #29a89e;
  border-radius: 50%;
  padding: 5px;
}

.photo-album a {
  background: white;
  font-weight: bold;
  text-decoration: none;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
.photo-album a:hover {
  transform: scale(1.01);
  text-decoration: none;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
}
.nav-pills .nav-link.active {
  background: black !important;
}
.nav-pills .button {
  border-radius: 0px;
  font-size: 1.5em;
}

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