body {
  margin: 0;
  background-color: #030712;
  background-image: url(../img/original_D0A4D0BEB6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  font-family: "Saira", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: auto;
  font-weight: 400;
}

header {
  text-align: center;
  margin: 0;
  padding: 0;
}

.logo-header {
  object-fit: cover;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 37.5rem;
  height: auto;
}

.main-picture {
  object-fit: cover;
  width: 100%;
}

nav {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  max-width: 940px;
  height: 39px;
  padding-top: 8px;
  margin: 0 auto;
  /*
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  */
  position: relative;
}

.menu_nav {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: -2px;
}

.social_nav {
  position: relative;
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}

.burger_menu {
  display: none;
  margin-left: 5px;
}

/* Responsive behavior. */
@media (max-width: 800px) {
  .burger_menu {
    display: unset;
  }

  .menu_nav {
    position: absolute;
    background-color: #030712;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s linear;
    z-index: 1000;
  }
  .menu_nav li {
    display: block;
  }
  .menu_nav li .menupoint {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width: 200px;
  }
  .burger_menu:focus + .menu_nav {
    transform: scaleY(1);
  }
}

li {
  display: inline;
  margin-right: 0px;
}

.menupoint:link {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 24px 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  letter-spacing: 0.5px;
}

.menupoint:hover,
.menupoint:visited:hover {
  color: #7ecaff;
}

.menupoint:visited {
  color: #fff;
}

.menupoint.w--current {
  color: #fff;
}

.menupoint.w--current:hover {
  color: #7ecaff;
}

.socialpoint:link {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding: 0;
  padding: 24px 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  letter-spacing: 0.5px;
}

.socialpoint:hover {
  color: #7ecaff;
}

.socialpoint:visited {
  color: #fff;
}

.socialpoint.w--current {
  color: #fff;
}

.socialpoint.w--current:hover {
  color: #7ecaff;
}

.nav-menu {
  float: left;
  clear: none;
}

/*

navigation 
end

*/

h1 {
  display: block;
  margin: 25px 0 16px 0;
  font-family: "Saira Condensed", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  display: block;
  margin: 30px 0 20 0;
  font-family: "Saira Condensed", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

main {
  display: block;
  max-width: 940px;
  height: auto;
  margin: 0 auto 30px auto;
  position: relative;
}

.container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  font-family: "Saira", sans-serif;
  color: #fff;
}

.gallery-container {
  width: inherit;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: inherit;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}

.gallery img {
  width: 100%;
}

.main_text {
  /* letter-spacing: 1px; */
}

.left-item {
  float: left;
  display: inline-block;
  margin-right: 10px;
  width: 30%;
  min-width: 300px;
}

.right-description {
  display: inline-block;
}

/* 
.content-container {

  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  max-width: 940px;
  height: 39px;
  padding-top: 8px;
  margin: 0 auto;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  

  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  opacity: 0.2;
}
*/

footer {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: auto;
  font-family: "Saira", sans-serif;
  color: #fff;
}

a {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  color: #7ecaff;
}

/* 
.link._1 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._1:hover {
  color: #7ecaff;
}

.link._2 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 13px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._2:hover {
  color: #7ecaff;
}

.link._3 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._3:hover {
  color: #7ecaff;
}

.link._4 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._4:hover {
  color: #7ecaff;
}

.link._5 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._5:hover {
  color: #7ecaff;
}

.link._6 {
  display: inline-block;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  text-decoration: none;
}

.link._6:hover {
  color: #7ecaff;
}

*/
