
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
h1 {
  font-size: 2vw;
}
h3 {
  text-align: center;
  font-size: 1.5vw;
}
h5 {
  font-size: 1vw;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
        /* background-image: url("../images/back.png"); */
  height: 100%;
  margin: 10px;
  /*       background-image: url("../images/background.png");
        background-repeat: repeat; */
}
.j_logo {
  float: left;
  width: 20%;
}
.e_logo {
  float: left;
  width: 80%;
  margin-top: -1.5%;
} 
.nav_header {
  float: left;
  width: 80%;
}
#navbar {
  background-color: #fff;
  position: sticky;
  position:-webkit-sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow: anchor;
    /* height: 33px; */
} 
#navbar a {
  font-size: 1.4vw;
  float: left;
  display: block;
  color: #1a0d0d;
  background-color: #fff;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #eee;
}
.jsite {
  font-size: 1.2vw;
  float: right;
  padding: 0 10px;
  clear: both;
}
.attractions_header {
    width: 100%;
    overflow: hidden;
}
.header {
    position: relative;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
.text-block {
    /* margin: 0; */
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
    /* font-weight: bold; */
  background-color: #555;
  color: white;
  width: 40%;
}
.attractionsDesc p {
  text-align: left;
  font-size: 1vw;
  margin: 0px 20%;
  clear: both;
}
/* .container {
    position: relative;
} */
.slide {
    /* width: 100%; */
    margin: auto;
    padding: 0 2%;
    /* overflow-x: hidden; */
    /* position: relative; 
    margin-left: auto;
    margin-right: auto; */

}
.slide img {
    width: 100%;
    /* margin: 0 14% 0 14%; */
    /* overflow-x: hidden; */
    /* position: relative; 
    margin-left: auto;
    margin-right: auto; */

}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.2vw;
  border: none;
  outline: none;
  background-color: #f0792f;
  color: white;
  cursor: pointer;
  padding: 2%;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ddd;
}
  #footer {
    clear: both;
    /* float: left; */
    /* margin-left: 0; */
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    /* height: 70px; */
    font-size: .8vw;
  }

@media only screen and (max-width:1200px) {
    /* For desktop: */
}
@media only screen and (max-width:768px) {
    /* For tablets: */
#navbar a {
    padding: 12px;
}
}
@media only screen and (max-width:480px) {
    /* For mobile phones: */
#navbar a {
  padding: 5px;
}
}