body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}

.jumbotron {
  background: url('../images/banner.jpg') center center no-repeat scroll;     
  height:70vh;
  min-height: 500px;
-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.jone {
  padding-top:28%;
  color: white;
}

.video-left {
  padding-left:3%;
}

.btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #b30000;
  text-decoration: none;
}

.logo {
  margin-top: 1%;
  width: 18%;
  height: auto;
}

.logo2 {
  margin-top: 2%;
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  margin-bottom: 0;
  background-color: black;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

h4 {
  font-family: Montserrat, sans-serif;
}
p {
  font-family: lato;
}

.navbar {
  padding: 20px 0; /* Adjust the padding as needed */
  font-size: 20px; /* Adjust the font size as needed */
}

.navbar li a,
.navbar .navbar-brand {
  color: #fff !important;
}


.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #b30000 !important;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: black;
}

.embed-responsive video,
.embed-responsive iframe,
.embed-responsive embed {
  max-width: 100%;
  height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-4by3::before {
  padding-top: 75%; /* 4:3 aspect ratio */
}

@media (max-width: 768px) {
  .embed-responsive-4by3::before {
      padding-top: 56.25%; /* 16:9 aspect ratio for smaller screens */
  }

  .video-left {
      padding-top: 20px;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  text-align: center;
  background-color: white;
}

.gallery-container {
  background-color: #fff;
  color: #3a3635;
  min-height: 70vh;
  border-radius: 10px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery {
  padding:10px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}




/* Style for list items */
.list-unstyled li {
  margin-bottom: 8px; /* Adjust as needed */
  display: flex;
  align-items: center;
}

/* Style for icons */
.list-unstyled li i {
  margin-right: 8px; /* Adjust as needed */
}

/* styles.css */
.footer-text {
  font-size: 0.8em;
}

.footer-link {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

.footer-icons .list-inline-item {
  width: 40px; /* Set the width of the circles */
  height: 40px; /* Set the height of the circles */
  line-height: 40px; /* Center the icon vertically */
}

.footer-icons .list-inline-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-icons .list-inline-item i {
  margin-top: 1px; /* Adjust the icon alignment */
}

.polaroid {

  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
 
}

/* 24 four years of experience */
 .image-with-text {
  display: flex;
  align-items: center;
  justify-content: center; /* Center both image and text horizontally */
}
.image-with-text img {
  max-width: 80px; /* Adjust the size as needed */
  margin-right: 10px; /* Optional: Adds some spacing between image and text */
}

h2 {
  letter-spacing: -1px;
  font-family: "Protest Riot", sans-serif;
  color:#fdf9f9;
  border: 1px solid #ccc;  
  padding: 10px;
}

h1 {
  font-family: "Protest Riot", sans-serif;
}

.navbar-brand {

  font: size 45px;
  font-family: "Protest Riot", sans-serif;
}