@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(to bottom left, #121718, #111018);
  overflow-x: hidden;
  
}

.navbar {
  padding-top: 0px;
  left: 0 !important;
}

.nav-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  /*color: #776514 !important;*/
  color: #B87333 !important;
  min-width: 88px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 2px;
  text-align: center;
}

.btn-yellow{
  /*background-color: rgb(119, 101, 20);*/
  background-color: #B87333;
}

.text-yellow{
  /*color: rgb(119, 101, 20) !important;*/
  color: #B87333 !important;
}

.bg-grey{
  background-color: #2d2d2d;
}

.nav-link:hover {
  /* background: rgba(255, 255, 255, 0.1); */
  box-sizing: border-box;
  position: relative;
  color: #f4f4f4;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
}

.navbar-brand {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #f4f4f4;
  padding: 0 16px;
}

.hero {
  height: 800px;
  background: linear-gradient(to bottom left, #121718, #111018);
  background-size: cover;
  background-position: center;
}

.hero-heading {
  color: #fff;
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
  padding: 0 8px;
  max-width: 300px;
  width: 100%;
  z-index: 5;
}

.hero-sub-title {
  font-family: "Open Sans", sans-serif;
}

.hero-sub-title > a:hover {
  color: #f4f4f4;
}

/* 
=================================
--------- Media Query -----------
===============================*/
/*==============================
---------- Mobile View  --------
==============================*/
@media (min-width: 350px) and (max-width: 1024px) {
  .navbar {
    padding-top: 20px;
  }

  .social {
    text-align: center;
  }

  .social .fa {
    color: #807cb9 !important;
  }
  .social .fa-facebook-square {
    margin-left: 0 !important;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
    z-index: 55;
  }

  nav ul li > a {
    color: #807cb9 !important;
  }
  nav ul li > a:hover {
    opacity: 0.8;
  }
}
/* Mobile -btn */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
  border-color: transparent !important;
}
.navbar-dark .navbar-toggler:focus {
  border-color: transparent !important;
}

/* ========================
-------- Desktop ----------
=========================*/
@media (min-width: 1200px) {
  .navbar {
    width: 1140px;
    padding-left: 0px;
  }

  .text-white {
    font-family: "Open Sans", sans-serif;
  }
}
.social .fa {
  font-size: 20px;
  min-width: 44px;
  line-height: 36px;
  color: #f4f4f4;
}
.social .fa-facebook-square {
  margin-left: 50px;
}
.social .fa:hover {
  cursor: pointer;
  color: #f4f4f4;
  opacity: 0.7;
  text-decoration: none;
}

/* Image Gallery Start */
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.press-thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.press-thumb:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Image Gallery Ends */
/* My Style Start*/
.heading {
  font-family: "Roboto", sans-serif;
  transform: translate(50, 50);
  font-size: 56px;
  /* font-size: 76px; */
  font-weight: 900;
  /*color: #776514;*/
  color: #B87333;
}

.cover-heading {
  font-family: "Roboto", sans-serif;
  transform: translate(50, 50);
  font-size: 46px;
  /* font-size: 76px; */
  font-weight: 900;
  /*color: #776514;*/
  color: #B87333;
}

.img-thumbnail {
    padding: .25rem;
    background-color: transparent !important;
    border: none !important;
    width: 300px;
    height: 300px !important;
    height: auto;
}

.heroContent {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
}

/* My Style End */


