body {
  background-color: #000;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-size: 18px;
  line-height: 28px;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  margin-top: 45px;
}

header .logo {
  text-align: center;
  font-size: 48px;
}

header .logo .sub-title {
  font-size: 28px;
  display: block;
}

header .logo .small-sub-title {
  font-size: 20px;
  margin: 5px 0;
}

header .menu {
  padding: 12px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 45px;
}

header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 18px;
  padding: 0;
}

header .menu ul li.active a{
  font-weight: bold;
  color: #c3c3c3;
}

header .menu ul li a {
  color: #999999;
  text-decoration: none;
}

.page {
  margin: 45px 0;
}

.page .home-photo {
  text-align: center;
}

.text-photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-photo-container .text {
  width: 60%;
  padding-right: 70px;
}

.text-photo-container .photo {
  width: 40%;
}

.footer {
  border-top: 1px solid #999;
  font-size: 14px;
  padding: 15px 0 0;
}

.page .small-text-intro {
  text-align: center;
  font-style: italic;
  margin-bottom: 45px;
}

.main-text-big {
  margin-top: 75px;
}

.h1 {
  font-size: 22px;
  font-weight: bold;
}

.main-text-big-navigation ul li a{
  text-decoration: underline;
  cursor: pointer;
}

.main-text-big-navigation {
  padding: 12px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.main-text-big-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 0;
}

.main-text-big-navigation ul a {
  color: #999;
}

.main-text-big-navigation li.active {
  font-weight: bold;
  color: #c3c3c3;
}

#sticky-nav-sticky-wrapper.is-sticky #sticky-nav {
  background-color: #000;
  border-top: 0;
}

.center-photo {
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
  max-width: 770px;
}

.photo-text {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  max-width: 770px;
  margin-bottom: 35px;
}

#lightgallery a {
  width: 222px;
  height: 222px;
  margin-bottom: 10px;
}

#lightgallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display:block;
}

#lightgallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-to-top {
  position: fixed;
  bottom: 20%;
  right: 0%;
  width: 85px;
}

form ul {
  list-style: none;
}

form ul li {
  width: 220px;
}

form ul li.intro {
  width: 400px;
}

form ul li label {
  display: block;
}

form ul li label + input {
  width: 100%;
}

form ul li + li {
  margin-top: 15px;
}

form ul li label + textarea {
  width: 100%;
  height: 150px;
}

form input,
form textarea {
  padding: 12px;
}

form input[type=submit] {
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.mail-message {
  width: 100%;
  text-align: center;
  background-color: #72f172;
  padding: 12px 0;
  color: #000;
}

@media screen and (max-width: 1560px) {
  #lightgallery a {
    width: 200px;
    height: 200px;
  }
}
