/* Goat Forge styles */

html {
    background-color: transparent;
	width: 100%;

}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: white;
  
}
nav, h2.tagline {
  font-family: 'Teko', sans-serif;
}

main {
  max-width: 1300px;
  padding: 0 40px;
  margin: 0 auto;
  background-color: white;
  font-family: serif;
}

h1 {
    margin: 15px;
}

hr {
    border: #000 solid 1px;
    border-radius: 2px;
    width: 70%;
}

nav {
    position: fixed;
    grid-template-columns: 5fr 1fr 5fr;
    color: #000000;
    display: grid;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px; */
    /* text-align: center; */
    font-size: x-large;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    height: 55px;
    box-shadow: 0px 1px 3px #161616;
}

.nav-link {
  padding: 0 15px;
}

#mobile-menu {
  display: none;
  text-align: center;
  padding: 1rem;
  font-size: 3rem;
}

#mobile-menu-opener {
  display: none;
}

#mobile-menu-closer {
  opacity: .6;
  font-size: smaller;
  padding: 1rem 0 0;
}

.nav-logo-wrapper {
  position: relative;
  top: 15px;
  height: inherit;
  text-align: center;
  padding: 0 1rem;
  /* force box height to avoid growing the bar, despite the image being bigger */
}

div.footer {
  font-size: smaller;
}

th {
  vertical-align: top;
  padding-top: 10px;
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width:965px) {
  /* Stick the logo on the right if it's encroaching on the menu */
  nav {
    grid-template-columns: 6fr 1fr;
  }
}

@media only screen and (max-width:555px) {
  /* Mobile styling */

  .header-logo:hover {
    animation: none !important;
  }

  #mobile-menu-opener {
    display: inline-block;
  }

  .nav-links-hideable {
    display: none;
  }

  .home-intro {
    width: 100%;
  }

  main {
    padding: 0 20px;
  }

  .button-56 {
    display: none;
  }

  .content-child {
    width: 100%;
    font-family: arial;
} 


}


@media only screen and (min-width:768px) {
/*style for desktop and tablet*/
.home-intro {
  width: -webkit-calc(100% - 793px);
  width:    -moz-calc(100% - 793px);
  width:         calc(100% - 793px);
  text-align: justify;
}

.button-57 {
  display: none;
}

.content-child {
  font-family: arial;
  width: calc(100% - 500px - 45px);
} 

}

section {
    font-family: 'Teko', 'Arial Narrow Bold', sans-serif;
}

/* devanagari */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG4S01zO0vg.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG4S71zO0vg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG4S11zM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  
a {
    color:#000000;
    text-underline-offset: 5px;
    text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: underline;
}

button {
    font-family: 'Teko', 'Arial Narrow Bold', sans-serif;
    padding: 4px 12px;
    margin: 0 10px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    border-radius: 20px;
    border-color: #000000;
    font-size: 22px;
}

button:hover {
    background-color: #ffffff;
}

.button-56 {
    align-items: center;
    background-color: #c1dbb4;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    font-size: 26px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-56:after {
    background-color: #111;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
  }
  
  .button-56:hover:after {
    transform: translate(0, 0);
  }
  
  .button-56:active {
    background-color: #ffdeda;
    outline: 0;
  }
  
  .button-56:hover {
    outline: 0;
  }
  

  .button-57 {
    align-items: center;
    background-color: #c1dbb4;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    font-size: 26px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-57:after {
    background-color: #111;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
  }
  
  .button-57:hover:after {
    transform: translate(0, 0);
  }
  
  .button-57:active {
    background-color: #ffdeda;
    outline: 0;
  }
  
  .button-57:hover {
    outline: 0;
  }


.main-section {
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /* Align rows vertically */
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    position: absolute;
    top: 75%;
}

.home-vid {
    width: 723px;
    height: 408px;
    border: 4px solid #000000;
    /* z-index: 1;    Brings the border over the video frame */
    border-radius: 10px;
}

.home-intro {
    min-width: 100px;
    text-wrap: wrap;
    font-family: arial;
    padding-left: 35px;
}

.section-a {
    width: 100%;
    text-align: center;
    font-family: Georgia;
    padding: 30px 0 0;
}

.section-a h2 {
  margin: 0;
}

.section-a:last-child {
  padding-bottom: 40px;
}

.gallery-section {
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    /* Align rows vertically */
    margin-left: auto;
    margin-right: auto;
    padding: 15px 4%;
    position: absolute;
    top: 300px;
    justify-content: center;
}

nav ul {
    position: sticky;
    padding: 0;
    list-style: none;
    background-color: #ffffff00;
    text-align: left;
    height: 0px;
}

nav ul li {
    display: inline;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 20px;
}

nav ul li a {
    color: #000000;
}

.header-logo:hover {
  /* transform: scale(1.1) rotate(-20deg); */
  animation: spin .5s;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/* Links outside the header get an underline */
main a {
  font-weight: bolder;
  text-decoration: underline;
}

.home-vid {
  width: 550px;
  height: 300px;
}

.header-container {
  padding-top: 55px;
  height: fit-content;
}

#bannerimage {
    width: 100vw;
    margin: 0 auto;
    /* min-height: 400px; */
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.logo {
    position: absolute;
    left: calc(100% - 110px);
    width: 200px;
    height: 150px;
}

.nav_container {
    background-color: white;
    position: absolute;
    top: 0;
    display: inline;
    width: 100%;
    height: 80px;
    box-shadow: #000 5px; /*check*/
}

.gif-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    /* justify-content: space-between; */
}

.gif-child {
    /* width: 23%; */
    max-width: 280px;
    border: #000 solid 3px;
    border-radius: 5px;
} 




/* -------------------------------- New image slider ----------------------------------------- */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  width: 79%;
  aspect-ratio: 16/9;
  max-height: 45%;
  position: relative;
  margin: auto;
  border-radius: 10px;
  border: #000 solid 3px;
  overflow: hidden;
}

/* Hide the images by default */
.slideshow-slide {
  width: 100%;
  height: 100%;
}

#slideshow-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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: #000000;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 4px black;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.contact-img {
  border: 5px solid #000;
  border-radius: 10px;
}

