* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
}


html, body {
	background-color: #000;
    overflow-x: visible;
  	max-height: 100%; 
	max-width: 100%; 
}

/*Navigation bar*/

.navbar {
    background: #000000;
    height: 80px;
    width: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: static;
    top: 0;
    z-index: 999;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 200%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 50px;
    border: 2px;
}

#navbar__logo {
    background-size: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.fa-gem {
    margin-right: 0.5rem;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    font-family: 'Kumbh Sans', sans-serif;
}

.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.navbar__links:hover {
    color: #EA8400;
    transition: all 0.3s ease;
}

.contact__button {
    background-color: #EA8400;
    height: 40px;
    display: inline-block;
    font-size: 1rem;
    padding: 0 1rem;
    margin: 0.5rem;
    border: 0;
}

.mobile__banner {
  display: none;
}

.mobile__banner-logo {
  display: none;
}

.mobile__navbar {
  display: none;
}

.mobile__navbar-icon {
  display: none; 
}

.mobile__navbar-container {
  display: none; 
}

.mobile__navbar-links {
  display: none; 
}

/*Navbar settings for mobile devices*/

@media only screen and (min-width: 300px) and (max-width: 1000px) { 
  .navbar__logo {
  	display: none;
  }
  
  .navbar {
    display: none; 
  }
  
  .navbar__btn {
    display: none; 
  }
  
  .navbar__links {
	display: none; 
  }  
  
  .contact__button {
    display: none; 
  }

  .mobile__banner {
    display: flex;
    background-color: #000; 
    height: 50px;
    width: 100%;
  }
  
  .mobile__banner-logo {
	display: block;
    margin: 0 auto; 
  }
  
  .mobile__navbar {
   	display: flex; 
    background-color: #EA8400;
    height: 30px; 
    width: 100%; 
  }
  
  .mobile__navbar-icon {
	display: block;
    margin: 0 auto; 
    color: #fff; 
    padding: 7.5px;
  }
  
  .mobile__navbar-container {
    display: none;
  }
  
  .mobile__navbar-links {
    display: block; 
    width: 100%;
    color: #fff;
    background-color: #EA8400; 
    font-family: 'Kumbh Sans', sans-serif; 
    font-size: 17px;
    text-align: center; 
    margin: 0 auto; 
    list-style-type: none;  
  }
  
  li a {
    color: #fff; 
    text-decoration: none;
  }
}

/*End of mobile navbar settings*/
/*Main body of site*/

/**Hero image**/

.hero__image {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.25)), url(indexHero.png); 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 600px; 
  width: 100%; 
}

.hero__text {
  text-align: center; 
  font-weight: bold; 
  font-size: 3rem; 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -270%); 
}

.border {
  border: 2.5px; 
  border-style: solid; 
  border-color: #EA8400; 
}

.border__2 {
  border: 2.5px; 
  margin-bottom: 32px; 
  border-style: solid; 
  border-color: #EA8400; 
}

.border-mobile {
	visibility: none; 
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
  .border-mobile {
    border: 2.5px; 
    border-style: solid; 
    border-color: #EA8400; 
  }
  .border__2 {
    visibility: none; 
  }
}

.hero__text-mobile {
  display: none;
}

@media only screen and (max-width: 1500px) {
.hero__text {
  display: none; 
  }
}

.main__info {
  font-family: 'Kumbh Sans', sans-serif; 
  font-size: 2rem; 
  color: #fff;
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
  .main__info {
	font-family: 'Kumbh Sans', sans-serif; 
  	font-size: 1.25rem; 
  	color: #fff;
  }
}

.main__container {
    color: #EA8400;
    font-family: 'Dune Rise', sans-serif;
    font-size: 4.5rem;
    display: inline-block;
    margin: 100px;
}


.main__content-gallery {
    text-align: left;
}

.main__content {
    font-family: 'Dune Rise', sans-serif;
    color: #ffffff;
    font-size: 1.75rem;
    margin: 50px;
    margin-top: 20px;
}

.contact__header {
    font-family: 'Kumbh Sans', sans-serif;
    color: #EA8400;
    font-size: 1rem;
    margin: 50px; 
}

.contact__container {
    color: #fff;
}

.mainPage__image1 {
    margin-top: 0;
    text-align: center;
    padding: 50px;
}

.mainPage__desc {
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
    font-size: 3rem;
}

.mainPage__desc-cont {
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
    font-size: 3rem;
    margin-top: 2.5rem;
}

.mainPage__desc-cont-Dream {
    font-family: "Dune Rise", sans-serif;
    color: #EA8400;
    margin-top: 2.5rem;
}

.mainPage__desc-cont2 {
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
    font-size: 3rem;
    margin-top: 2.5rem;
}

.mainPage__desc-cont3 {
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
    font-size: 3rem; 
    margin-top: 2.5rem;
}


.PDF__request {
  display: flex;
  flex-wrap: wrap;
  background-color: #EA8400;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 150px;
  border: 0px; 
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  text-decoration: none; 
}

.PDF__request-mobile {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
  .PDF__request {
    display: none;
  }
  
  .PDF__request-mobile {
    display: flex;
    flex-wrap: wrap;
    background-color: #EA8400;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 150px;
    border: 0px; 
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    text-decoration: none; 
  }
}

/*Contact form*/

input[type=text], select, textarea {
    background-color: #fff;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: left;
    width: 50%; 
    padding: 1rem; 
    border: 1px solid #000; 
    border-radius: 5px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical; 
}

label {
    font-family: 'Kumbh Sans', sans-serif;
}

.contact__us {
    background-color: #EA8400;
  	color: #fff;
    display: inline-block;
    text-align: center;
    height: 60px;
  	font-family: 'Kumbh Sans', sans-serif;
    font-size: 1rem;
  	font-weight: bold; 
    padding: 0 1rem;
    margin: 0.5rem;
    border: 0px;
  	text-decoration: none; 
}

.contact__us:hover {
    background-color: #cf7500;
}

.address__header {
    font-size: 3rem;
    font-family: 'Dune Rise', sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 50px;
    color: #EA8400;
}

.address__info {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    margin: 55px;
    margin-top: 0.5rem;
}

.telephone__no {
    text-align: left;
    margin-top: 1rem;
}

.socials {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    width: 26px;
    text-align: right;
    margin-right: 2px;
}

.fa-instagram {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: white;
}

.fa-whatsapp {
    background: #3AC371;
    color: white;
}

.parking__info {
    font-size: 1rem;
}

iframe {
    width: 100%;
    height: 500px;
    display: inline-block;
    margin-top: 0;
  	position: relative;
}

.contact__us-mobile {
 	display: none;  
}

/*Footer*/

footer {
  	position: sticky; /*Change to sticky, relative or fixed if broken*/
    background-image: linear-gradient(#000000, #EA8400);
	height: 150px; 
	width: 100%;
    display: flex; /*Change back to block if need be*/
    flex-wrap: wrap; /*Change back to align-items: flex-end if need be*/
    justify-content: space-between; 
}

.footer__images {
  margin: 0 auto; 
}

.footer__images-mobile {
  display: none;  
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {  
  .contact__us {
   	display: none;  
  }
  
  .contact__us-mobile {
    background-color: #EA8400;
  	color: #fff;
    display: inline-block;
    text-align: center;
    height: 40px;
  	font-family: 'Kumbh Sans', sans-serif;
    font-size: 1rem;
  	font-weight: bold; 
    text-decoration: none;
    padding: 0 1rem;
    margin: 0.5rem;
    border: 0px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
  .footer__images {
    display: none;
  }
  
  .footer__images-mobile {
    display: none;
  }
}