.bg-gray {
  background-color: rgb(210, 206, 206);
}
.bg-blue {
  background-color: #c0f1f1;
}
.bg-white {
  background-color: white;
}
.center {
  text-align: center;
}
.bg-pink {
  background-color: #eee0f7;
}
.bg-yellow {
  background-color: #fffac7;
}

.btn {
  background-color: #d9d9d9;
  text-align: center;
  border-color: aquamarine;
  text-decoration: none;
  display: inline-block;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 300px;
  margin-bottom: 30px;
}
.btn:hover {
  background-color: #d9d9d9;
  text-align: center;
  border-color: aquamarine;
  text-decoration: none;
  display: inline-block;
}
.img1 {
  position: absolute;
  top: 190px;
  left: -150px;
  height: auto;
  width: 200px;
  z-index: 3;
}
.imgA1 {
  position: absolute;
  top: 160px;
  left: 110px;
  height: 120px;
  width: 120px;
  z-index: 2;
}
.imgB1 {
  position: absolute;
  top: 240px;
  left: -50px;
  height: auto;
  width: 280px;
  z-index: 1;
}
.row-relative {
  position: relative;
}
.header-relative {
  position: relative;
}

.header-container {
  height: 600px;
  margin-top: 65px;
}
.nav-height {
  height: 70px;
}
.header-padding {
  padding: 40px 0 40px 40px;
}
.ico.margin {
  margin-top: 30px;
}
.about-photo {
  height: 220px;
  width: 270px;
  max-width: 100%;
}
.photo-about {
  margin-top: 30px;
  margin-left: 40px;
}
.h2-margin{
  margin-top: 30px;
  margin-bottom: 30px;
}
.work-margin {
  margin-bottom: 60px;
}
.about-margin {
  margin-bottom: 20px;
}
.facebook {
  padding: 5px;
}
.card-text {
  font-size: 15px;
}
.footer {
  margin-top: 20px;
  font-size: 15px;
}
.footer-text {
  font-size: 10px;
}
.footer-link {
  color: rgb(44, 44, 44);
  text-decoration: none;
}
.footer-link:hover {
  color: rgb(69, 68, 68);
  text-decoration: none;
}

.work-image {
  width: 100%;
  height: 100%;
}
.launch-modal {
  margin: 20px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1031; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
  background-color: #FEFEFE;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 640px; /* Could be more or less, depending on screen size */
  align-items: center;
}
/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 15px;
  top: 0px;
  color: #746CFF;
  font-size: 35px;
  font-weight: bold;
  z-index: 6;
}
/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
.modal-container {
  margin-top: 25px;
  margin-left:26px;
  margin-bottom: 20px;
}
.modal-margin {
  margin-right: 50px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.deal {
  margin-top:20px;
}
.holder {
  width: 450px;
  border-color: #746CFF;
  border-radius: 10px;
  text-align: center;
}
.holder2 {
  width: 450px;
  height: 150px;
  border-color: #746CFF;
  border-radius: 10px;
  text-align: center;
}
.submit {
border-color: gray;
  background-color: #746CFF;
  color:white;
  float: right;
}
.img-container{
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}


@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.nav-links {
  padding: 15px;
}

.img-services {
  width: 90px;
  height: 90px;
  border-radius: 0.375rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .header-relative {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    width: auto;
  }
  .btn {
    margin-top: 15px;
  }

  .img1 {
    position: absolute;
    top: 60px;
    left: -170px;
    height: auto;
    width: 200px;
    z-index: 3;
  }
  .imgA1 {
    position: absolute;
    top: 20px;
    left: 60px;
    height: 120px;
    width: 120px;
    z-index: 2;
  }
  .imgB1 {
    position: absolute;
    top: 130px;
    left: -100px;
    height: auto;
    width: 280px;
    z-index: 1;
  }
  .margin-about {
    margin-top: 30px;
    margin-left: 10px;
  }
  .modal-content {
    width: 100%;
  }
  .holder {
    width: 100%;
  }
  .holder2 {
    width: 100%;
  }
  .nav-links {
    padding-left: 0px;
  }
}

@media screen and (max-width: 540px) {
  .header-relative {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    width: auto;
  }
  .img1 {
    position: absolute;
    top: 60px;
    left: -170px;
    height: auto;
    width: 200px;
    z-index: 3;
  }
  .imgA1 {
    position: absolute;
    top: 20px;
    left: 60px;
    height: 120px;
    width: 120px;
    z-index: 2;
  }
  .imgB1 {
    position: absolute;
    top: 130px;
    left: -100px;
    height: auto;
    width: 280px;
    z-index: 1;
  }
}
