#home {
  background-color: #333;
  color: #fff; }

#gallery {
  background-color: #333;
  color: #fff; }

.navbar {
  border-bottom: white 3px solid;
  opacity: 0.8;
  background: orange !important; }

nav .navbar-nav li a {
  color: black !important; }

nav .navbar-nav li a:hover {
  color: red !important; }

#home-section {
  background: url("https://i.imgur.com/X2k3avB.jpg") no-repeat;
  min-height: 700px;
  background-size: cover;
  background-attachment: fixed;
  color: white !important; }
  #home-section .fon {
    font-size: 18px; }
  #home-section .dark-overlay {
    background-color: #F1803A;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
  #home-section .home-inner {
    padding-top: 150px; }
  #home-section .card-form {
    opacity: 0.8; }
  #home-section .fa {
    color: #0CB206;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#explore-head-section {
  background: #8E2F03;
  color: #fff !important; }

#eplore-section {
  background: #F06A11 !important;
  color: white !important; }
  #eplore-section h3 {
    color: #76FF03; }
  #eplore-section p:hover {
    cursor: pointer; }
  #eplore-section .fa {
    color: #0CB206;
    background: yellow;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#create-head-section {
  background: #F57D40 !important; }
  #create-head-section p {
    color: #fff !important; }
  #create-head-section p:hover {
    cursor: pointer; }

#create-section {
  background-color: #FFAB00;
  color: black !important; }
  #create-section h3 {
    color: #2D7C20; }
  #create-section p:hover {
    cursor: pointer; }
  #create-section .fa {
    color: #2D7C20;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#boxP {
  background: #F27F40;
  height: inherit;
  width: 100%; }

#village {
  color: green; }

.find {
  background: #F36B08 !important;
  color: white !important; }

.find:hover {
  color: yellow !important; }

#boxO {
  height: inherit;
  width: 100%;
  background: #893103; }
  #boxO h1 {
    color: black !important; }

#main-footer {
  background-image: url("https://i.imgur.com/8korEag.jpg"); }

@media only screen and (max-width: 700px) {
  #home-section {
    min-height: 1260px; } }

.galleryBody {
  margin: 0;
  padding: 0;
  background: #262626 !important;
  font-family: sans-serif; }

.container1 {
  width: 1280px;
  margin: 70PX auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.container1 .box {
  position: relative;
  width: 300px;
  height: 300px;
  background: #ff0;
  margin: 10px;
  box-sizing: border-box;
  display: inline-block; }

.container1 .box .imgBox {
  position: relative;
  overflow: hidden; }

.container1 .box .imgBox img {
  max-width: 100%;
  transition: transform 2s; }

.container1 .box:hover .imgBox img {
  transform: scale(1.2); }

.container1 .box .details {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  transform: scaleY(0);
  transition: transform .5s; }

.container1 .box:hover .details {
  transform: scaleY(1); }

.container1 .box .details .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff; }

.container1 .box .details .content h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ff0; }

.container1 .box .details .content p {
  margin: 10px 0 0;
  padding: 0; }

.left {
  float: left;
  height: 350px;
  width: 350px;
  padding-right: 15px; }

.logo {
  height: 50px;
  width: 50px; }

#member-section {
  background-color: white;
  color: black; }

#linkP {
  color: yellow !important; }

#poster {
  width: 90%;
  margin-left: 60px; }

#poster-section {
  background: #2D7C20; }

.header2 {
  width: 100%;
  height: 600px;
  background-image: url("https://i.imgur.com/JC0stk8.png");
  background-size: cover;
  position: relative; }

.name {
  width: 300px;
  height: 60px;
  opacity: 0.8;
  color: white;
  margin-top: 23%;
  margin-left: 35%;
  background: #F1803A; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  z-index: 5;
  transition: all 0.5s; }

.overlay__content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay a {
  padding: 10px;
  color: #ccc;
  font-size: 40px;
  text-decoration: none;
  display: block; }

.overlay a:hover {
  color: #fff; }

.overlay .closeBtn {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 40px; }

.imgBoxL {
  width: 150px;
  height: 150px; }
