/* Colors*/
/* Parameters */
body {
  margin: 0;
  padding: 0;
  color: #DADADA;
}
* {
  box-sizing: border-box;
}
.ga_section {
  position: relative;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ga_section .ga_section-h {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.ga_section .ga_section-h .ga_column_container {
  display: flex;
  position: relative;
}
.ga_col-inner {
  display: flex;
  flex-wrap: wrap;
}
.ga_col-inner .ga_col-inner_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.ga_col-12 {
  width: 100%;
}
.ga_col-6 {
  width: 50%;
}
.ga_col-4 {
  width: 33.3333%;
}
.ga_col-3 {
  width: 25%;
}
.ga_col-2 {
  width: 20%;
}
.ga_align-center {
  text-align: center;
}
.ga_align-left {
  text-align: left;
}
.ga_align-right {
  text-align: right;
}
.ga_separator {
  width: 100vw;
  height: 16px;
  background: url(../img/separator.jpg) no-repeat 100% center;
}
.ga_frame {
  box-sizing: border-box;
  border-style: solid;
  border-color: inherit;
  border-image: url(../img/ga_marble_frame.webp) 100;
  border-image-width: 25px;
  border-width: 8px;
  border-radius: 20px;
  box-shadow: 0 0 8px black;
}
.ga_page_wrapper {
  position: relative;
}
.ga_page_wrapper .ga_main_header {
  background: url(https://www.restedxp.com/wp-content/uploads/2022/04/background.jpg) no-repeat bottom center;
  background-size: cover;
}
