.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all 0.5sec;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #333;
  background-color: #ffbc00;
  font-weight: bold;
}

button:hover {
  background-color: #f4f4f4;
}

.lead {
  font-size: 1.3rem;
  margin-bottom: 2 rem;
}

.text-center {
  text-align: center;
}

.py-3 {
  padding: 3rem 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background: url("img/world_darker.jpg") no-repeat top right/cover;
  background-attachment: fixed;
  color: #f4f4f4;
}
body h1 {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}
body a {
  text-decoration: none;
  color: #f4f4f4;
}
body #registry-link {
  text-decoration: underline;
}
body ul {
  list-style: none;
}
body img {
  width: 100%;
}

#logo {
  width: 70px;
}

#header-nav {
  display: grid;
  grid-template-columns: 1fr 7fr;
  padding-top: 1rem;
}
#header-nav .burger {
  display: none;
}
#header-nav ul {
  display: flex;
  justify-content: space-evenly;
}
#header-nav ul li {
  padding: 1rem 1.5rem;
}
#header-nav ul a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px transparent solid;
  padding-bottom: 0.1rem;
  transition: border-color 0.5s;
}
#header-nav ul a:hover {
  border-color: #ccc;
}
#header-nav ul a.current {
  border-color: #ffbc00;
}
#header-nav ul #registry-link {
  text-decoration: underline;
}

main {
  color: #fff;
}
main .main-TJ {
  text-align: center;
  padding-top: 8rem;
}
main .main-TJ h1 {
  font-size: 3.5rem;
}
main .main-content .overlay {
  margin: 1rem;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main-content .overlay .content {
  width: 80%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .main-content .overlay .content h3 {
  text-align: center;
  padding: 1.5rem;
}
main .main-content .overlay .content p {
  text-align: center;
  padding: 0.5rem;
}
main .main-content .overlay .content img {
  width: 500px;
  margin-bottom: 1.5rem;
}
main .main-content .overlay .content h2 {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
main .main-content .overlay .content ol li {
  margin-bottom: 1rem;
}
main .main-content .overlay .content ol li h4 {
  font-size: 1rem;
}
main .main-content .overlay .content ol li p {
  font-size: 0.9rem;
  text-align: left;
  padding: 0;
}
main .main-content .overlay .content .maps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
main .main-content .overlay .content .maps img {
  height: 120px;
  width: 240px;
}
main .main-content .overlay .content .maps .map-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0.5rem;
}
main .main-content .overlay .content .maps .map-item .map-item-p {
  font-size: 0.8rem;
}
main .main-content .overlay .content #countdown-athens,
main .main-content .overlay .content #countdown-belgrade {
  margin: 0.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
}
main .countdowns {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  justify-content: space-around;
}
main .countdowns .countdown-group {
  padding: 2rem;
}
main .countdowns .countdown-group h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
}
main .countdowns .countdown-group p {
  font-size: 1.2rem;
}

form {
  width: 75%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group input {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  height: 2rem;
  width: 100%;
  padding: 5px;
  border: 2px #ddd solid;
  border-radius: 5px;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #ffbc00;
}
.form-group select {
  height: 2rem;
  padding: 5px;
  border: 2px #ddd solid;
  border-radius: 5px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #333;
}
.form-group #form-plus-one {
  display: flex;
  justify-content: space-between;
}
.form-group #form-plus-one input {
  width: 90%;
}

fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.fieldset-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fieldset-group {
  display: inline-block;
}

#waiting {
  display: none;
}

#success {
  display: none;
}

.waiting_content,
.success_content {
  margin: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.waiting_content img,
.success_content img {
  margin: 2rem;
  width: 30px;
}

@media (max-width: 1080px) {
  .container #header-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* The Overlay (background) */
    /* Position the content inside the overlay */
    /* The navigation links inside the overlay */
    /* When you mouse over the navigation links, change their color */
    /* Position the close button (top right corner) */
  }
  .container #header-nav #header-menu {
    display: none;
  }
  .container #header-nav .burger {
    display: inline;
  }
  .container #header-nav .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  .container #header-nav .overlay-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 5%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  .container #header-nav .overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #f1f1f1;
    display: inline-block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  .container #header-nav .overlay #registry-link {
    text-decoration: underline;
  }
  .container #header-nav .overlay .current {
    color: #ffbc00;
  }
  .container #header-nav .overlay a:hover,
  .container #header-nav .overlay a:focus {
    color: #ffbc00;
  }
  .container #header-nav .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 1rem;
  }
  .container .main-content .overlay .content img {
    max-width: 90%;
  }
  .container .main-content .overlay .content .maps {
    flex-direction: column;
  }
  .container .countdowns .countdown-group h3 {
    font-size: 1rem;
  }
  .container .countdowns .countdown-group p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .container .countdowns .countdown-group h3 {
    font-size: 0.8rem;
  }
  .container .countdowns .countdown-group p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .container #header-nav .tj-logo #logo {
    width: 50px;
  }
  .container #header-nav .burger {
    display: inline;
  }
  .container #header-nav .overlay a {
    font-size: 1rem;
  }
  .container #header-nav .overlay .closebtn {
    top: 15px;
    right: 15px;
  }
  .container .countdowns {
    flex-direction: column;
    margin: 2rem;
    align-items: start;
  }
  .container .countdowns .countdown-group {
    margin: 0;
    padding: 1rem;
    padding-left: 2rem;
  }
  .container .countdowns .countdown-group h3 {
    font-size: 0.8rem;
  }
  .container .countdowns .countdown-group p {
    font-size: 0.8rem;
  }
  main .main-TJ h1 {
    font-size: 2rem;
  }
  main .main-content .overlay {
    margin: 0.05rem;
  }
  main .main-content .overlay .content {
    width: 95%;
    text-align: left;
  }
  main .main-content .overlay .content h3,
  main .main-content .overlay .content h2 {
    font-size: 1rem;
  }
  main .main-content .overlay .content p {
    font-size: 0.8rem;
  }
  main .main-content .overlay .content img {
    width: 300px;
  }
  main .main-content .overlay .content ol li {
    margin-bottom: 0.5rem;
  }
  main .main-content .overlay .content ol li h4 {
    font-size: 0.9rem;
  }
  main .main-content .overlay .content ol li p {
    font-size: 0.8rem;
    text-align: left;
    padding: 0;
  }
  main .main-content form {
    width: 95%;
  }
  main .main-content .form-group {
    margin-bottom: 10px;
  }
  main .main-content .form-group label {
    font-size: 0.8rem;
  }
  main .main-content .form-group input {
    height: 1.8rem;
  }
  main .main-content .form-group select {
    height: 1.8rem;
    margin-right: 0.3rem;
  }
  main .main-content fieldset {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=main.css.map */