html {
  scroll-behavior: smooth;
}


.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-animation: dropdown-slide-down .25s;
  animation: dropdown-slide-down .25s;
}

.montserrat {
  font-family: 'Staatliches', cursive;
}

.shadow {
  box-shadow: 10px 10px grey;
}

.parallax {
  /* The image used */
  background-image: url(..//images/Background.jpg);
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .parallax {
    background-attachment: scroll;
  }
}

.parallax2 {
  /* The image used */
  background-image: url(..//images/background4.jpg);
  background-size: cover;
}

@media (max-width: 1200px) {
  .parallax2 {
    background-attachment: scroll;
    background-image: url(..//images/background4.jpg);
  }
}

.bg-grey {
  background-color: #ecf0f1;
}

.bg-grey2 {
  background-color: #34495e;
}

.wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.bottom {
  bottom: 0;
}

.text-blast {
  transform: rotate(-2deg);
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .text-blast {
    padding-left: 20px;
  }
}

.about-pic {
  transform: rotate(-2deg);
}

@media (max-width: 1200px) {
  .about-pic {
    transform: rotate(0deg);
  }
}

.padding1 {
  padding-top: 150px;
}

@media (max-width: 1200px) {
  .padding1 {
    padding-top: 10px;
  }
}

.padding2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 40em) {
  .padding2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.center {
  text-align: center;
  font-weight: 900;
}

.bg-white1 {
  background-color: #fff;
  opacity: 0.95;
}

.bg-green {
  background-color: #41ad49;
}

.bg-red {
  background-color: #ed1c24;
}

.navbar-yellow {
  color: #fff200;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #343a40;
}

.text-dark-lg {
  color: #343a40;
  font-size: 60px;

}

.text-white1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 1px 1px #2d3436;
}

.bg-red1 {
  background-color: #ed1c24;
  color: white;
}

.border {
  border: solid;
  border-color: antiquewhite;
  border-width: medium;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 56px;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom7 {
  margin-bottom: 7px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom15 {
  margin-bottom: 15px;
}

.bottom17 {
  margin-bottom: 17px;
}

.bottom30 {
  margin-bottom: 30px;
}

.left10 {
  margin-left: 10px;
}

.gmap_canvas {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.space {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 705px) {
  .space {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.gmap_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ed1c24; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding-top: 2px; /* Some padding */
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  opacity: 0.7; /* transparancy */
}


#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
