body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #868e96;
  
}
.round-image {
  border-radius: 50%; /* This creates a circular shape */
  width: 150px; /* Set your desired width */
  height: 150px; /* Set your desired height */
  object-fit: cover; /* Ensure the image covers the entire circle */
  object-position: center;
}

.reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;/* Adjust as needed */
  align-items: center;
  text-align: center; 
}

.review {
  flex: 0 0 calc(33.33% - 20px); /* Adjust the width of each review. Subtract margins. */
  margin: 10px; /* Adjust spacing between reviews */
}

.client-info {
  margin-bottom: 10px; /* Adjust spacing between image and text */
}

.ClientPic {
  width: 150px; /* Set your desired width */
  height: 150px; /* Set your desired height */
  border-radius: 50%; /* This creates a circular shape */
  object-fit: cover; /* Ensure the image covers the entire circle */
}



.Droneheader{
  background-image: url('Photos/House.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Title{
  margin-top: -8vw;
}



@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}

#brandtitle {
  font-weight: 700;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #D30000;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #D30000;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
 
}

.navbar-nav{
  padding-bottom: 10px;
}



@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  color: black;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
  
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #000 !important;
  /*background-color: rgb(0, 191, 255) !important;*/
}

.text-primary {
  color: #D30000 !important;
}

a {
  color: #D30000;
}

a:hover, a:focus, a:active {
  color: #824027;
}

/*Form Styling*/
.form-container {
  max-width: 400px;
  margin: 50px auto;
  border: 2px solid #ddd; /* Add border to the form container */
  border-radius: 10px; /* Add border-radius for rounded corners */
  padding: 20px; /* Add padding for space inside the border */
  text-align: center;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.captcha {
  margin-bottom: 15px;
}

#contactForm {
  text-align: center; /* Center the form content */
}

#contactForm label {
  display: block;
  margin-bottom: 5px;
  text-align: left; /* Align labels to the left */
}

#contactForm textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  resize: vertical; /* Allow vertical resizing of the textarea */
}

#contactForm button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto; /* Center the button */
}

#contactForm button:hover {
  background-color: #45a049;
} 

.form-row {
  display: flex;
  justify-content: space-between;
}

.form-group {
  flex: 0 0 calc(48% - 10px); /* Adjust the width of each input. Subtract margins. */
  margin-bottom: 15px;
  text-align: center;
}

.form-group button{
  display: inline-block;
}

@media (max-width: 768px) {
  .form-group {
    flex: 0 0 100%;
  }
}

input::placeholder {
  font-size: 12px; /* Adjust the font size as needed */
  color: #999; /* You can also change the color if desired */
}

/* Select the textarea and style its placeholder */
textarea::placeholder {
  font-size: 12px; /* Adjust the font size as needed */
  color: #999; /* You can also change the color if desired */
}