/*
Theme Name: Urozjai
Theme URI: http://business-web.site
Description: Тема для некоммерчесокого дачного товарищетва "Урожай"
Author: Никита Булочкин
Author URI: http://business-web.site
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
.bold {
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  text-transform: uppercase;
  color: #000;
}
p {
  color: #a2a2a2;
}
a {
  color: #85ac1a;
  text-decoration: none;
}
a:hover {
  transition: 1s;
  color: #a2a2a2;
}
body {
  margin: 0 auto;
  max-width: 1400px;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}
header {
  background-size: cover;
  height: 60vh;
  min-height: 470px;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
header .wrapper {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
header .info {
  height: 100%;
  flex-basis: 80%;
  align-self: center;
  text-align: center;
}
header .info h1 {
  margin-top: 320px;
  color: #fff;
  text-shadow: #000 1px 1px 3px;
}
header .info p {
  color: #fff;
  text-shadow: #000 1px 1px 3px;
  font-size: 22px;
}
.content {
  max-width: 1100px;
  margin: 0 auto;
}
.content p {
  color: #000;
}
.blue-wrapper {
  background: #85ac1a;
  padding: 30px 0;
}
.blue-wrapper .events {
  max-width: 1100px;
  margin: 0 auto;
}
.blue-wrapper .events h2 {
  color: #fff;
}
.blue-wrapper .events ul li {
  color: #fff;
  list-style-type: none;
}
.blue-wrapper .events ul li:before {
  content: "»";
}
.blue-wrapper .events a {
  color: #fff;
}
.info {
  margin: 0 auto;
}
.info h1 {
  text-align: center;
}
.info a {
  color: #72c1df;
}
.info .drop-shadow {
  position: relative;
  margin: 20px auto;
  width: 80%;
  padding: 1em;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.info .drop-shadow .raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.docs #lightGallery {
  display: flex;
}
.docs #lightGallery .item img {
  display: block;
  margin: 15px 15px 15px 0;
  text-align: center;
  height: 357px;
  width: 255px;
}
.docs #lightGallery a {
  color: #85ac1a;
}
footer {
  padding: 5px;
  text-align: center;
  background: #85ac1a;
}
footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 900px) {
  header {
    height: 25vh;
    min-height: 270px;
  }
  header .info {
    flex-basis: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  header .info h1 {
    margin-top: 0px;
  }
  .content {
    padding: 10px;
  }
  .content #lightGallery {
    flex-wrap: wrap;
  }
  .content #lightGallery .item {
    flex-basis: 100%;
  }
  .blue-wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  header {
    min-height: 350px;
  }
}
/*# sourceMappingURL=style.css.map */