/*!
 * Copyright 2023 C. Patterson IT, LLC. All rights reserved.
 * Last modified 2023-11-12
 */
 
 /* Begin root section */
html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 3.875rem;
  margin-top: 3.875rem;
  margin-bottom: 3.875rem;
}

footer {
  padding-top: 5.125rem;
  width: 100%;
  height: 3.875rem;
}

.w-40 {
  width: 40%!important;
}
/* End root section */

/* Begin cropped image section */
.cropped-image {
  width: 200px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: circle(100px at 100px 150px);
}

.services-circle {
  background-image: url(../img/services-circle.jpg);
  background-position: -116px 20px;
}

.qualifications-circle {
  background-image: url(../img/qualifications.jpg);
  background-position: 0 -40px;
}

.experience-circle {
  background-image: url(../img/experience.png);
  background-position: -30px 30px;
}

.contact-circle {
  background-image: url(../img/contact-circle.jpg);
  background-position: center 20px;
}

.cropped-image-text {
  margin-top: -1.5rem;
}
/* End cropped image section */
