h1.hero-text {
  font-size: 48px;
}

p.hero-text {
  font-size: 22px;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url("../img/Desktop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-section {
  padding-top: 3.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.text-primary {
  color: #1d809f !important;
}

.text-secondary {
  color: #293781 !important;
}

.bg-primary {
  background-color: #039e9a !important;
}

.bg-primary h3.text-secondary {
  color: #fff !important;
}

.icon-background {
  color: #293781;
}

.btn-primary {
  background-color: #039e9a !important;
  border-color: #039e9a !important;
  color: #fff !important;
}

.no-padding {
  padding: 0px !important;
}

.home-portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;
}

.home-portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.home-portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.home-portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

.home-portfolio-item .caption {
  -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
}

.home-portfolio-item .caption .caption-content {
  color: #ffffff;
  margin: auto 2rem 2rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
  visibility: hidden;
}
.home-portfolio-item img {
  -webkit-transition: -webkit-clip-path 0.25s ease-out;
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
.home-portfolio-item:hover img {
  -webkit-clip-path: inset(2rem);
  clip-path: inset(2rem);
}
.home-portfolio-item:hover .caption {
  background-color: rgba(3, 158, 154, 0.9);
  -webkit-clip-path: inset(2rem);
  clip-path: inset(2rem);
}

.home-portfolio-item:hover .caption .caption-content {
  visibility: visible;
}

/*/\/\/\/\/\//\ FOOTER \/\/\/\/\/\/\/*/

footer {
  background-color: #343a40;
  color: #fff;
  padding: 30px 0px;
}

.fa-facebook-f {
  color: #fff;
}

.fa-twitter {
  color: #fff;
}

.fa-instagram {
  color: #fff;
}

.btn-outline-info:hover {
  background-color: #039e9a;
  border-color: #039e9a;
}

hr.h2-hr {
  max-width: 80px;
  border-width: 4px;
  border-color: #039e9a;
  margin-bottom: 35px !important;
}

hr.h3-hr {
  max-width: 80px;
  border-width: 3px;
  border-color: #039e9a;
  margin-bottom: 35px !important;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 25px 15px rgba(191, 189, 191, 1) !important;
  -moz-box-shadow: 0px 0px 25px 15px rgba(191, 189, 191, 1) !important;
  box-shadow: 0px 0px 25px 15px rgba(191, 189, 191, 1) !important;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
