/* Downloaded from https://www.codeseek.co/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}
 
a {
  color: #fff;
}

.goback {
  position: fixed;
  text-decoration: none;
  border-color: #008080;
  color: #fff;
  border-radius: 3px;
  background-color: #008080;
  padding:1% 2%;
  right: 15px;
  bottom: 15px;
}

#text {
  display: none;
  color: #fff;
  font-weight: 600;
  position: fixed;
  padding: 5px 5px;
  right: 5px;
  bottom: 80px;
  background-color: #333333;
}

.goback:hover ~ #text {
  display: block;
}

.row {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.row img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all .2s ease-in-out;
}

.row:hover img {
  opacity: .6;
  transform: scale(.92);
}

.row img:hover {
  opacity: 1;
  transform: scale(1) rotate(2deg);
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.gallery ul li {
  float: left;
  margin: 0 0.87719%;
  overflow: hidden;
}
 
header {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 30px 0 120px;
}
header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 0.8;
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
}
header h1 span {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 25px;
  line-height: 1;
}
header p {
  padding-top: 30px;
}
 
.gallery {
  padding: 40px 0 300px;
  position: relative;
  overflow: hidden;
}
.gallery ul {
  padding-top: 50px;
  position: relative;
}
.gallery ul li {
  margin-bottom: 20px;
  width: 30%;
  position: relative;
}
.gallery ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}