* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
  line-height: 26px;
}
img {
  display: block;
  max-width: 100%;
}
:root {
  --accent: #046c34;
  --black: #040404;
  --white: #fefefe;
  --grey-dark: #04201c;
  --grey: #eeee;
  --transition: 350ms ease-in-out;
}
a {
  text-decoration: none;
  font-size: 20px;
  color: var(--black);
  text-transform: uppercase;
  transition: var(--transition);
}
li {
  list-style-type: none;
}
h1 {
  font-size: 66px;
}
h3{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr {
  width: 120px;
  background: var(--grey-dark);
  height: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}
span {
  color: var(--accent);
}
.main-image {
  height: 100vh;
  background: url("img/polibud2.jpg") no-repeat 80% 10%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35vw;
}
main {
  height: 100vh;
  padding-left: 35vw;
  width: 100vw;
}
.main-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 83vh;
  padding-left: 60px;
}
main p {
  margin-top: 30px;
  max-width: 80%;
}
.logo {
  max-width: 200px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  height: 17vh;
  background: var(--grey);
  padding-left: 60px;
  width: 65vw;
}
nav {
  padding-right: 40px;
}
.nav-fb{
  font-size: 30px;
  margin-top: -40px;
}
ul {
  display: flex;
  align-items: center;
}
li {
  margin-right: 30px;
}
ul li a {
  border-bottom: 8px solid transparent;
}
ul li a:hover {
  padding-bottom: 10px;
  border-bottom: 10px solid var(--accent);
  color: var(--grey-dark);
}
.btn {
  padding: 20px 30px;
  background: var(--accent);
  border-radius: 2px;
  color: var(--white);
  display: inline-block;
  margin-top: 60px;
  transition: var(--transition);
  text-transform: uppercase;
}
.btn:hover {
  background: var(--grey-dark);
}
.btn i {
  margin-left: 10px;
}

/* O nas */
#onas {
  background: var(--grey);
  padding-left: 35vw;
  display: flex;
  position: relative;
}
.about-info {
  padding-left: 60px;
  flex-basis: 70%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-info p {
  padding-right: 80px;
}
.about-info hr {
  background: var(--accent);
}
.about-image {
  background: url("img/polibud.jpg") no-repeat 80% 10%;
  background-size: cover;
  flex-basis: 30%;
}
.deco-heading {
  font-size: 130px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  font-weight: 800;
  color: var(--grey-dark);
  padding-bottom: 0;
  padding-top: 0;
}

/* Galeria */
#galeria {
  padding-left: 35vw;
}
.gallery-info {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 60px;
}
.gallery-info h1 {
  position: relative;
}
.gallery-info h1 span {
  position: absolute;
  top: 100px;
  left: -20px;
  color: #f8f8f8;
  font-weight: 800;
  font-size: 220px;
  z-index: -1;
}
.images {
  padding-left: 60px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: auto;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: var(--transition);
}

.hover-shadow:hover {
  opacity: 0.9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

/* Footer */
footer {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  bottom: 0;
  left: 0;
  background: var(--black);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 25vh;
}
.footer-item-center{
  height: 25vh;
}
footer h3,
footer p,
footer a,
footer i {
  text-align: center;
  color: var(--white);
}
footer a{
  transition: var(--transition);
  text-transform: lowercase;
}
footer a:hover{
  color: var(--accent);
}
footer i{
  font-size: 32px;
}

