* {
    transition: .30s ease all;
}

body {
    font-family: 'Roboto';
}

.img-bg {
    height: 715px;
    width: 100%;
    background: url('../images/leone-venter-VieM9BdZKFo-unsplash.jpg') no-repeat center center;
    background-position: center;
    background-size: cover;
}

.img-about {
    height: 300px;
    /* width: 100%; */
    background: url('../images/avel-chuklanov-DUmFLtMeAbQ-unsplash.jpg') no-repeat center center;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding-right: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer {
    background: 
    url('../images/alex-smith-FkY-dbC3Enk-unsplash.jpg') no-repeat center center,
    linear-gradient(to right, #4CAF50, #CDDC39);
    opacity: 0.8;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    height: 850px;
    /* margin-top: 50px; */
    text-align: center;
    margin-bottom: -505px;
    bottom: 0;
    font-size: 10pt;
    color: #ffffff;
    padding: 5px;
}

.button {
    background-image: linear-gradient(to right, #4CAF50, #CDDC39);
    border: none;
    color: white;
    /* padding: 20px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 2px;
    border-radius: 38px;
    width: 120px;
    height: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text-13 {
    font-size: 13pt;
}

.curve {
    margin-top: -390px;
}

.curve-team {
    margin-top: 0px;
}

.curve-footer {
    margin-top: -390px;
}

.team-top {
    margin-top: -200px;
}

.address-footer {
    position: relative;
    margin: 10px 350px;
}

.card {
  background: linear-gradient(rgba(0, 241, 0, 0.55), rgba(0, 84, 0, 0.5)),
    url("https://res.cloudinary.com/cremz/image/upload/v1525183170/sand_texture_small.jpg");
  
  border: solid 1px #555;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
}
.card-body {
  
  font-family: "Rubik", sans-serif;
  color: #f0ffff;
  text-align: center;
}
.card-body a {
  background: linear-gradient(rgba(0, 153, 0, 0.55), rgba(0, 153, 0, 0.5));
  color: black;
}

@media screen and (max-width: 500px) {
    .curve {
        margin-top: -110px;
    }
    .curve-team {
        margin-top: -40px;
    }
    .curve-footer {
        margin-top: -645px;
    }
    .team-top {
        margin-top: 0px;
        text-align: center;
    }
    .address-footer {
        margin: 0px;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
}

		