/*-------Fonts-------*/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Indie+Flower&family=Nosifer&familyRubik:wght@300&display=swap');
/*-------Body-------*/

html,body{
    overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
 font-family: 'Berkshire Swash', cursive;
 color: rgb(255, 225, 175);
 background-color:  rgba(255, 44, 14 );
}

.alt-text {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
}

/*-------Background and color-------*/
/*Changed the color of the navbar*/
.bg-navbar {
    background-color: rgba(255, 44, 14, .8);
}
/*-------main image-------*/
.bg-home-container {
    background: url('../images/hero-castle\ .png') no-repeat center center fixed;
    background-size: cover;
    height: 75vh;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.bg-grn {
  background-color: rgba(28, 173, 0);
  justify-content: center;
}

#bg-oge {
  background-color:  rgba(255, 44, 14 );
  padding-top: 50px;
}

.bg-explore {
    background-color: rgba(28, 173, 0);
    height: 100vh;
    min-width: 100%;
}

/*-----##################################  Navbar #######################################-------*/
nav a span h1 {
    color: rgb(255, 225, 175);
}

@media (max-width: 767.98px) { 
nav a span h1 {
    font-size: 20px;
}
}

#nav-home-text {
  color: rgb(255, 225, 175);  
}

.nav-text {
color: rgb(255, 225, 175);
margin-bottom: 0;
font-size: 15px;
}

.nav-text:hover {
color: rgba(28, 173, 0, .8);
margin-bottom: 0;
font-size: 15px;
}
#tm-sm {
    font-size: x-small;
    bottom: 20px;
}
/*-------Stack Overflow/toggler change-------*/

#icon-size {
    background-color: olivedrab;
    width: 50px;
    height: 50px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


/*-----##################################  Weather #######################################-------*/

.climate-container{
    background-color: rgba(28, 173, 0, .8);
    margin-top: 10px;
    width: 230px;
    height: 200px;
    place-content: center;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    float: right;
}

.jumbo-container {
   width: 200px;
   height: 200px; 
   position: absolute;
   text-align: center; /*-----centering all text-----*/
}

.clock-container {
    background: rgba(255, 44, 14, .8);
    height: 120px;
    width: 300px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    float:right;
}


@media (max-width: 575.98px) { 
.clock-container {
    margin-top: 200px;
}
}

@media (max-width: 767.98px) { 
.clock-container {
    margin-top: 200px;
}
}


/*-----##################################  Hero text #######################################-------*/

.col-home-size {
  min-width: 100%;
    height: 100px; 
}

.home-text {
text-align: center;
text-justify: auto;
margin-top: 250px;
font-size: 80px;
color: ivory;
}


@media (max-width: 767.98px) { 
.home-text {
text-align: center;
text-justify: auto;
margin-top: 300px;
font-size: 50px;
color: ivory;
}
}


@media (max-width: 376.98px) { 
.home-text {
text-align: center;
text-justify: auto;
margin-top: 200px;
font-size: 30px;
color: ivory;
}
}

.home-text a{
    font-size: 80px;
    text-align: center;
    text-transform: none;
    color: ivory;
}

.home-text a:hover {
    font-size: 80px;
    text-align: center;
    text-transform: none;
    color: rgba(28, 173, 0, .8);
}

@media (max-width: 767.98px) { 

.home-text a{
    font-size: 50px;
}

.home-text a:hover {
    font-size: 50px;
    text-align: center;
    color: rgba(28, 173, 0, .8);
}
}

@media (max-width: 575.98px) { 

.home-text a{
    font-size: 50px;
}

.home-text a:hover {
    font-size: 50px;
    text-align: center;
    color: rgba(28, 173, 0, .8);
}
}

@media (max-width: 376.98px) { 

.home-text a{
    font-size: 30px;
}

.home-text a:hover {
    font-size: 30px;
    text-align: center;
    color: rgba(28, 173, 0, .8);
}
}

.head-text {
    font-size: 40px;
    text-align: center;
    color: rgb(255, 225, 175);
    margin-top: 50px;
}

.back-home-text {
    font-size: 15px;
    text-align: center;
    color: rgb(255, 225, 175);
}


/*-------Our Story Page-------*/

.story-container {
margin-top: 100px;
padding-left: 10px;
padding-right: 10px;
}

/*-----History Gallery------*/

.responsive {
  width: 100%;
  max-width: 200px;
  height: auto;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  padding-bottom: 20px;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 25%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

/*--text overlay--*/
.img-container {
  position: relative;
  width: 50%;
  max-width: 25%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/*-------Explore Page-------*/
#exp-par-text {
text-align: center;
}

#explore {
    padding-bottom: 30px;
}

#map {
align-items: center;
 width: 100%;  
 height: 500px; 
 border: 4px solid rgb(255, 225, 175);
 border-radius: 10px;
}


/*-------Explore button container-------*/

.btn-primary {
    width: 100px;
    height: 100px;
    margin: 4px;
    border-radius: 50%;
}

.btn-exp-container {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 160px;
    align-items: center;
}

.btn-exp-text {
color: rgb(255, 225, 175);
font-size: 20px;
}


@media (max-width: 575.98px) { 

.btn-primary {
    width: 75px;
    height: 75px;
    margin: 4px;
    border-radius: 50%;

}

.btn-exp-text {
color: rgb(255, 225, 175);
font-size: 15px;
}
}

.btn--rd {
    background-color: rgba(255, 44, 14);
    border-color: rgb(255, 225, 175);
}

.btn--rd:hover {
    background-color: rgb(255, 225, 175);
     border-color: rgba(255, 44, 14);
     color:  rgba(255, 44, 14); 
}

.btn--bl {
    background-color: rgba(0, 207, 224);
    border-color: rgb(255, 225, 175);
}

.btn--bl:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgba(0, 207, 224);
    color:  rgba(20, 207, 224);
}

.btn--yw {
    background-color: rgb(236, 183, 0);
    border-color: rgb(255, 225, 175);
}

.btn--yw:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgb(236, 183, 0);
    color:  rgba(236, 183, 0);
}

.btn--gr {
    background-color: rgba(28, 173, 0);
    border-color: rgb(255, 225, 175);
}

.btn--gr:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgba(28, 173, 0);
    color:  rgba(28, 173, 0);
}

@media (max-width: 575.98px) { 
.btn--rd {
    background-color: rgba(255, 44, 14);
    border-color: rgb(255, 225, 175);
}

.btn--rd:hover {
    background-color: rgb(255, 225, 175);
     border-color: rgba(255, 44, 14);
     color:  rgba(255, 44, 14); 
}

.btn--bl {
    background-color: rgba(0, 207, 224);
    border-color: rgb(255, 225, 175);
}

.btn--bl:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgba(0, 207, 224);
    color:  rgba(20, 207, 224);
}

.btn--yw {
    background-color: rgb(236, 183, 0);
    border-color: rgb(255, 225, 175);
}

.btn--yw:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgb(236, 183, 0);
    color:  rgba(236, 183, 0);
}

.btn--gr {
    background-color: rgba(28, 173, 0);
    border-color: rgb(255, 225, 175);
}

.btn--gr:hover {
    background-color: rgb(255, 225, 175);
    border-color: rgba(28, 173, 0);
    color:  rgba(28, 173, 0);
}
}

/*-------Contact US Page-------*/
.contact-container {
    height: 700px;
    padding: 50px;
    margin-bottom: 10px;
   align-items: center;
}

.center-form {
    max-width: 400px;
    margin: 5px;
    position: relative;
}

.form-control {
    margin: 5px;
}
/*-------Footer Page-------*/
.bg-footer-color {
    background-color: rgba(28, 173, 0);
}

.foot-row-align {
    justify-content: center;
}

#foot-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.media-links {
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.media-links li a i {
    color: rgb(255, 225, 175);
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    min-height: 50px;
    padding: 10px;
}

.head-foot-col-align {
    text-align: center;
    justify-content: center;
}

.media-links li a i:hover {
    color: rgba(255, 44, 14 );
}
