html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;              /* for the page to take full window height */
  box-sizing: border-box;    /* to have the footer displayed at the bottom of the page without scrolling */
}

*,
*:before,
*:after {
    box-sizing: inherit;       /* enable the "border-box effect" everywhere */
}

.container1 {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 705px) {
  .container1 {
    padding-right: 5px;
    padding-left: 5px;
  }
}


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

.width {
  width: 95%;
}
@media (max-width: 1200px) {
  .width {
    width: 100%;
  }
}

.bebas {
  font-family: 'Bebas Neue', cursive;
}


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

.padding3 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 705px) {
  .padding3 {
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.padding4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.bg-green {
  background-color: #097e52;
  opacity: 0.95;
}

.font-green {
  color: #097e52;
}

.text-white {
  color: #fff;
}

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

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

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

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

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

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

.carousel .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}


#pricing{
  padding: 20px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%
}


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

@media (max-width:700px) {
    .text-blast {
      max-width: 314px;
      max-height: 314px;
      padding-left: 100px;
    }
}

@media (min-width:701px) {
    .text-blast {
      max-width: 100%;
      max-height: 100%;
    }
}



.padding1 {
    padding-top: 150px;
    padding-right: 10px;
}

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


.image2{
   display: none;
}

@media only screen and (max-width: 500px){
   .image1{
     display: none;
   }

   .image2{
     display: block;
   }
}


.footer22 {
      background-color: #097e52;
      margin-top:25px;
      padding-top: 15px;
      padding-bottom: 10px;
      position:fixed;
      left:0;
      bottom:0;
      width:100%;
    }


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

.parallax4 {
      background-color: #097e52;
    }

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

}

.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);
}
}
@media (max-width: 1200px) {
.about-pic {
    transform: rotate(0deg);
}
}
