@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  color: black;
}

body {
  width: 100%;
  background-color: whitesmoke;
}

*, pre {
  font-family: "Roboto", sans-serif;
}

::selection {
  background-color: #14b3b3;
}

main {
  color: whitesmoke;
  width: 100%;
}

a {
  text-decoration: none;
}

button:enabled {
  cursor: pointer;
}

body.background {
  background-size: cover;
}
body.background .no-bg {
  background: whitesmoke;
}

.display-1 {
  font-size: 5em;
}

.display-2 {
  font-size: 4.5em;
}

.display-3 {
  font-size: 4em;
}

.display-4 {
  font-size: 3.5em;
}

.display-5 {
  font-size: 3em;
}

.display-6, #header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler {
  font-size: 2.5em;
}

.display-7 {
  font-size: 2em;
}

.display-8, #header-div header > #header-container > #header-brand-and-toggler-container > #header-brand {
  font-size: 1.5em;
}

.display-9 {
  font-size: 1em;
}

.display-10 {
  font-size: 0.5em;
}

#header-div {
  height: 90px;
  width: 100%;
}
#header-div header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100vh;
  max-height: 90px;
  transition: max-height 0.7s;
  overflow: hidden;
  width: 100%;
  background-color: black;
  color: whitesmoke;
}
@media (min-width: 992px) {
  #header-div header {
    padding: 0;
  }
}
#header-div header > #header-container {
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  #header-div header > #header-container {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  #header-div header > #header-container {
    flex-direction: row;
  }
}
#header-div header > #header-container > #header-brand-and-toggler-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 0 0 90px;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-brand-and-toggler-container {
    width: fit-content;
  }
}
#header-div header > #header-container > #header-brand-and-toggler-container > #header-brand {
  margin-left: 10px;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-brand-and-toggler-container > #header-brand {
    margin-left: 0;
  }
}
#header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler {
  display: block;
  height: 12px;
  width: 30px;
  background-color: transparent;
  color: white;
  outline: none;
  border: none;
  margin-right: 20px;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler {
    display: none;
  }
}
#header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler > .line {
  display: block;
  position: relative;
  height: 1px;
  background-color: whitesmoke;
  transition: all 0.3s ease;
}
#header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler > .line:first-of-type {
  bottom: 50%;
}
#header-div header > #header-container > #header-brand-and-toggler-container > #header-toggler > .line:last-of-type {
  top: 50%;
}
#header-div header > #header-container > #header-items-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  flex: 1;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-items-container {
    padding-top: 0;
    width: fit-content;
  }
}
#header-div header > #header-container > #header-items-container > ul#header-items {
  padding: 0 3rem;
  background: black;
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  height: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-items-container > ul#header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: inherit;
    height: fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
#header-div header > #header-container > #header-items-container > ul#header-items > li {
  height: 50px;
  line-height: 50px;
}
#header-div header > #header-container > #header-items-container > ul#header-items > li:not(:last-child) {
  border-bottom: 1px solid gray;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-items-container > ul#header-items > li {
    border-bottom: none !important;
  }
}
#header-div header > #header-container > #header-items-container > ul#header-items > li > a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
@media (min-width: 992px) {
  #header-div header > #header-container > #header-items-container > ul#header-items > li > a {
    color: rgba(255, 255, 255, 0.55);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#header-div header > #header-container > #header-items-container > ul#header-items > li > a:hover {
  color: orange;
}
#header-div header.expanded {
  max-height: 100vh;
}
#header-div header.expanded #header-toggler > .line:first-of-type {
  transform: rotate(45deg);
  bottom: 0 !important;
}
#header-div header.expanded #header-toggler > .line:last-of-type {
  transform: rotate(-45deg);
  top: 0 !important;
}

.welcome {
  display: flex;
  flex-direction: column;
  height: 350px;
}
@media (min-width: 992px) {
  .welcome {
    height: 450px;
  }
}
.welcome .welcome__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  background-image: url("../img/winter.jpg");
  background-size: cover;
}

.gradient-text {
  background: linear-gradient(45deg, orange, orangered);
  background-clip: text;
  color: transparent;
  width: fit-content;
}
.gradient-text::selection {
  color: black;
}

.home-events {
  padding-top: 30px;
}
.home-events .home-events__data-container {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .home-events .home-events__data-container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .home-events .home-events__data-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .home-events .home-events__data-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .home-events .home-events__data-container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .home-events .home-events__data-container {
    width: 1320px;
  }
}
@media (min-width: 992px) {
  .home-events .home-events__data-container {
    flex-direction: row;
  }
}
.home-events .home-events__title {
  margin: 5px auto 0 auto;
  text-align: center;
}

.home-who-are-we {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .home-who-are-we {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .home-who-are-we {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .home-who-are-we {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .home-who-are-we {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .home-who-are-we {
    width: 1320px;
  }
}
.home-who-are-we .home-who-are-we__title {
  margin-inline: auto;
}
.home-who-are-we .home-who-are-we__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .home-who-are-we .home-who-are-we__content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.home-who-are-we .home-who-are-we__content .home-who-are-we__logo {
  margin-right: 3em;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 20px;
}
.card a {
  text-decoration: none;
}
.card .card__header .card__title {
  color: #25286F;
}
.card .card__main .card__img {
  width: 350px;
  height: 175px;
  background-size: cover;
  object-fit: cover;
}

.login .login__small-container {
  width: 500px;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 90px;
}
.login .login__small-container .login__form {
  display: flex;
  flex-direction: column;
}
.login .login__small-container .login__form .login__input-container {
  margin-top: 10px;
}
.login .login__small-container .login__form .login__input-container .login__input, .login .login__small-container .login__form .login__input-container .login__submit {
  width: 100%;
  height: 50px;
  border: 1px solid #c3c4c7;
  border-radius: 5px;
  margin-top: 5px;
}
.login .login__small-container .login__form .login__input-container .login__submit {
  border: #117ac9;
  background: #117ac9;
}

.event {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  background: white;
}
@media (min-width: 576px) {
  .event {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .event {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .event {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .event {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .event {
    width: 1320px;
  }
}
.event pre {
  white-space: break-spaces;
  word-break: keep-all;
}
.event .event__photos .event__photos-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event .event__photos .event__photos-content .event__photo {
  height: 400px;
}

.photos {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  background: whitesmoke;
}
@media (min-width: 576px) {
  .photos {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .photos {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .photos {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .photos {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .photos {
    width: 1320px;
  }
}
.photos .photos__search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 400px;
}
.photos .photos__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.photos .photos__content .photos__photos-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 250px;
}
.photos .photos__content .photos__photos-container img {
  height: 200px;
}

.add-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
}
@media (min-width: 576px) {
  .add-event {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .add-event {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .add-event {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .add-event {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .add-event {
    width: 1320px;
  }
}
.add-event .add-event__button {
  margin-top: 2rem;
  height: 50px;
  width: 150px;
  border: #117ac9;
  background: #117ac9;
  margin-inline: auto;
  text-align: center;
}
.add-event .add-event__textarea, .add-event .add-event__input {
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid black;
}
.add-event .add-event__input {
  height: 40px;
}

.home-contact .home-contact__title {
  margin-inline: auto;
}

table {
  width: 300px;
}
table td {
  border: 1px solid black;
  text-align: center;
}

.next-events .next-events__container {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  background: white;
}
@media (min-width: 576px) {
  .next-events .next-events__container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .next-events .next-events__container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .next-events .next-events__container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .next-events .next-events__container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .next-events .next-events__container {
    width: 1320px;
  }
}
.next-events .next-events__container .next-events__grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .next-events .next-events__container .next-events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .next-events .next-events__container .next-events__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.history .history__container {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  padding-inline: 0.75rem;
  background: white;
}
@media (min-width: 576px) {
  .history .history__container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .history .history__container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .history .history__container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .history .history__container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .history .history__container {
    width: 1320px;
  }
}
.history .history__container .history__grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .history .history__container .history__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .history .history__container .history__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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