
.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;
}
.location_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%;
}
.locationDesc {
  text-align: left;
  font-size: 1vw;
  margin: 0px 20%;
}
.location_map {
    width: 100%;
    height: auto;
    padding: 2%;
}
.map {
    position: relative;
    /* text-align: center; */
}
.upper_left {
    position: absolute;
    left: 3%;
    top: 15%;
    padding-left: 1%;
    width: 20%;
    background-color: white;
    opacity: 75%;
}
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.container h2 {
  font-size: 1.5vw;
}
.container p {
  font-size: 1vw;
}
#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;
}
.column {
  width: 100%;
  display: block;
}
}
