* {
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(49, 49, 49);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
}

.dotgroup {
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.dotbar {
  position: relative;
  background-color: rgb(44, 44, 44, 0);
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  z-index: 99;
}

#logocontainer {
  background-color: rgb(44, 44, 44, 0.96);
  position: fixed;
  height: 320px;
  width: 100%;
  top: 0;
  z-index: 98;
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.6);
}

#logo {
  display: block;
  width: 320px;
  background-color: rgb(160, 160, 41, 0);
  margin: -320px auto;
}

#logotipsection {
  display: block;
  position: relative;
  height: 240px;
  width: 280px;
  background-color: rgb(126, 125, 88, 0);
  border-radius: 10px;
  margin: 50px auto;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.logotip {
  position: absolute;
  background-color: rgb(65, 65, 65, 0.8);
  color: rgb(126, 125, 88);
  padding: 5px;
  margin: 293px 0px 0px 130px;
  border-radius: 7px;
  font-size: 7.3px;
  text-align: center;
  width: 77px;
  cursor: default;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  line-height: 1.6;
  box-shadow: 1px 3px 0px rgba(27, 27, 27, 0.2);
}

.logotip:hover {
  color: rgb(126, 125, 88, 0.7);
}

#getsomelink,
#contactlink {
  color: rgb(118, 118, 223);
  text-decoration: none;
  opacity: 0.7;
  font-size: 1.1em;
  padding: 5px auto;
}

#getsomelink:hover,
#contactlink:hover {
  opacity: 1;
  cursor: pointer;
}

.bold {
  font-size: 8.5px;
  color: rgb(170, 136, 0);
}

#cglogotip {
  width: 35px;
}

#cglogotip:hover {
  cursor: pointer;
  opacity: 0.8;
}

#navimage {
  width: 27px;
}

#logosmall {
  position: absolute;
  display: inline-block;
  opacity: 0;
  width: 70px;
  left: calc(27% - 83px);
}

#logosmall:hover {
  -webkit-transform: scale(0.96) !important;
  -moz-transform: scale(0.96) !important;
  -o-transform: scale(0.96) !important;
  transform: scale(0.96) !important;
}

#logosmall:active {
  -webkit-transform: scale(0.85) !important;
  -moz-transform: scale(0.85) !important;
  -o-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  opacity: 1;
}

.navdotcontainer {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: rgb(65, 65, 65);
  border-radius: 50%;
  margin: 23px 0px 0px 10px;
  right: -64%;
  z-index: 1;
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.8);
}

.navdotcontainer:hover {
  cursor: pointer;
  background-color: rgb(170, 136, 0);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 2;
}

.navdotcontainer:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.navdot {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  background-color: rgb(219, 129, 26, 0);
  border-radius: 50%;
  margin: 0px 0px 0px -2px;
}

.navtip {
  visibility: visible;
  position: absolute;
  background-color: rgb(65, 65, 65, 0.8);
  color: rgb(41, 41, 41);
  border-radius: 40%;
  margin: 46px 0px 35px -9px;
  padding: 7px;
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.2);
  opacity: 0;
}

.navdot:hover .navtip {
  visibility: visible;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}

.navtip:active {
  opacity: 0.7 !important;
}

/* Slideshow */

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 850px;
  position: relative;
  margin: 320px auto -55px;
  padding: 25px auto;
}

/* Caption text */
.text {
  color: rgb(65, 65, 65);
  font-size: 35px;
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
}

/* Number text (1/3 etc) */
.numbertext {
  color: rgb(65, 65, 65);
  font-size: 35px;
  position: absolute;
  top: 15%;
  rotate: 95deg;
  font-weight: bold;
}

/* The dots/bullets/indicators */
.dot {
  height: 7px;
  width: 7px;
  background-color: rgb(170, 136, 0);
  border-radius: 6px;
  display: inline-block;
  transition: 1s ease;
  margin-bottom: -35px;
}

.active {
  background-color: rgb(65, 65, 65);
  transition: 1s ease;
  width: 45px;
  border-radius: 50px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

.backtotop {
  width: 100%;
  height: 205px;
  background-color: rgb(36, 36, 36);
}

#topButton {
  border: solid rgb(70, 70, 70);
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 45px;
  margin-left: calc(60% + 95px);
  transition: 0.5s ease;
}

#topButton:hover {
  border: solid rgb(170, 136, 0);
  border-width: 0 7px 7px 0;
  cursor: pointer;
  -webkit-transform: scale(1.1) rotate(-135deg);
  -moz-transform: scale(1.1) rotate(-135deg);
  -o-transform: scale(1.1) rotate(-135deg);
  transform: scale(1.1) rotate(-135deg);
}

#topButton:active {
  -webkit-transform: scale(0.9) rotate(-135deg);
  -moz-transform: scale(0.9) rotate(-135deg);
  -o-transform: scale(0.9) rotate(-135deg);
  transform: scale(0.9) rotate(-135deg);
}

.logo-footer {
  display: block;
  width: 200px;
  margin: 0 auto;
  transition: all 0.9s ease !important;
}

.logo-footer:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.9s ease-in-out !important;
  opacity: 0.8;
}

.buttoncenter {
  text-align: center;
  background-color: rgb(36, 36, 36);
  padding-top: 55px;
  padding-bottom: 7px;
}

.button {
  border: none;
  color: rgb(95, 95, 95);
  background-color: transparent;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.button:hover {
  color: rgb(129, 129, 129);
}

.ig {
  color: rgb(41, 41, 41);
  text-decoration: none;
}

#instagramfooter {
  width: 15px;
  cursor: pointer;
  margin-bottom: 1px;
}

footer {
  text-align: center;
  font-size: 11px;
  color: rgb(41, 41, 41);
  background-color: rgb(170, 136, 0);
  padding: 10px;
  bottom: 0;
}

/* hg gallery */

.hs-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  columns: 2;
  padding: 75px 35px;
  max-width: 700px;
  margin: 0 auto;
}

.hs-gallery img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.hs-gallery img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.6;
  /*box-shadow: 4px 4px 8px rgb(31, 31, 31);*/
  transition: 0.4s ease-in-out;
}

.text {
  color: rgb(48, 48, 48);
  font-size: 1.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 700px) {
  section {
    width: 100%;
  }

  .hs-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .hs-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

/****************************************/

#hgallery {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(48, 48, 48);
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  right: 52px;
  width: 37px;
  height: 37px;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDQzLjYsMzg3LjFMMzEyLjQsMjU1LjRsMTMxLjUtMTMwYzUuNC01LjQsNS40LTE0LjIsMC0xOS42bC0zNy40LTM3LjZjLTIuNi0yLjYtNi4xLTQtOS44LTRjLTMuNywwLTcuMiwxLjUtOS44LDQgIEwyNTYsMTk3LjhMMTI0LjksNjguM2MtMi42LTIuNi02LjEtNC05LjgtNGMtMy43LDAtNy4yLDEuNS05LjgsNEw2OCwxMDUuOWMtNS40LDUuNC01LjQsMTQuMiwwLDE5LjZsMTMxLjUsMTMwTDY4LjQsMzg3LjEgIGMtMi42LDIuNi00LjEsNi4xLTQuMSw5LjhjMCwzLjcsMS40LDcuMiw0LjEsOS44bDM3LjQsMzcuNmMyLjcsMi43LDYuMiw0LjEsOS44LDQuMWMzLjUsMCw3LjEtMS4zLDkuOC00LjFMMjU2LDMxMy4xbDEzMC43LDEzMS4xICBjMi43LDIuNyw2LjIsNC4xLDkuOCw0LjFjMy41LDAsNy4xLTEuMyw5LjgtNC4xbDM3LjQtMzcuNmMyLjYtMi42LDQuMS02LjEsNC4xLTkuOEM0NDcuNywzOTMuMiw0NDYuMiwzODkuNyw0NDMuNiwzODcuMXoiLz48L3N2Zz4=);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 50%;
  transition: 0.5s ease;
}

#hg-bg:hover:after {
  opacity: 1;
  transition: 0.5s ease;
  /* -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);*/
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  transition: transform 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: rgb(48, 48, 48);
}

#hg-pic-cont.hg-transition {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}

#hg-subtext {
  color: rgb(170, 136, 0);
  font-size: 14px;
  position: absolute;
  display: block;
  left: 35px;
  /*top: calc(100% + 10px);*/
  bottom: -10px;
}

#hg-howmany {
  color: rgb(92, 92, 92);
  font-size: 14px;
  position: absolute;
  display: block;
  right: 35px;
  bottom: -10px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  display: block;
  cursor: default;
  object-fit: contain;
  margin: 0;
}

#hg-pic:hover {
  transform: none;
  box-shadow: none;
  transition: 0.5s ease-in-out;
}

#hgallery button {
  position: fixed;
  display: block;
  margin: auto 20px;
  width: 70px;
  height: 70px;
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz4NCiAgICA8cGF0aCBkPSJNMC0uMjVoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==");
  background-size: contain;
  visibility: hidden;
  border: 0;
  outline: 0;
  opacity: 0;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

#hgallery button:hover {
  opacity: 1;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
}

#hgallery button#hg-prev {
  left: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 12px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 200px) {
  #hg-pic-cont {
    max-width: calc(100% - 40px);
  }
}

/********************** contact form **********************/

.formbar {
  width: 100%;
  height: 750px;
  background-color: rgb(41, 41, 41);
  padding-top: 40px;
}

.contact-form {
  display: flexbox;
  margin: 115px auto;
  padding: 50px auto;
  width: 350px;
  text-align: center;
}

.contact-me {
  width: 38%;
  margin-left: 5%;
  color: rgb(170, 136, 0);
  font-size: 1.25rem;
}

.form-control {
  display: block;
  height: calc(1.5em + 0.75rem + 20px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c5c5c5;
  background-color: rgb(34, 34, 34);
  background-clip: padding-box;
  border: 1px solid rgb(34, 34, 34);
  outline: none;
  border-radius: 0.75rem;
}

.contact-form input {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 10px;
}

.contact-form textarea {
  width: 90%;
  margin: 5px auto;
  padding: 10px;
  height: 180px;
}

.g-recaptcha {
  overflow: hidden;
  width: 160px;
  height: 64px;
  margin-left: 18px;
  margin-top: 7px;
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(34, 34, 34);
  border-radius: 0.75rem;
}

iframe {
  margin: -5px 0px 0px -3px;
}

.submit-btn {
  cursor: pointer;
  color: rgb(170, 136, 0);
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(170, 136, 0);
  border-radius: 0.75rem;
  font-size: 1.2rem;
  width: 147px !important;
  height: 62px;
  margin: -63px 0px 0px 185px !important;
}

.submit-btn:hover {
  color: rgb(34, 34, 34);
  background-color: rgb(170, 136, 0);
}
