
.parallax {
    /* The image used */
    background-image: url("../assets/pexels-anthony-132474-min.jpg");
  
    /* Set a specific height */
    min-height: 350px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.mask {
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 8px;
}

.footer > .container {
    background-color: rgba(0, 0, 0, 0.6);

}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.mapouter {
    position: relative;
    text-align: right;
}

.button-info {
    background-color: #5a45cc;
    color: white;
    font-size: 20px;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 7%;
    padding-right: 7%;
    text-decoration: none;
}

.footer-text {
    font-family: Tahoma !important;
    font-size: 14px;
    margin: .5%;
}

