
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

.background {
  background-color: grey;
}


.montserrat {
  font-family: Montserrat;
  font-weight: 900;
}

.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);

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
}

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

.parallax3 {
  background-color: #ed1c24;
}

.parallax4 {
  background-color: #273c75;
}

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

.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: 800px) {
.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;
}

.text-white {
  color: #fff;
}

.text-white1 {
  color: #fff;
  font-size: 75px;
  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;
}

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

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

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