/*
Theme Name: Custom IBEW 1186 Theme
Theme URI: https://ibew1186.org
Author: Marcos D. Nobre
Author URI: https://www.designhawaii.com
Description: A custom theme for IBEW 1186
Version: 1.0
Text Domain: ibew1186-theme
*/

.head {
	background-size: 100%;
	background-repeat: no-repeat;
}

.shade {
	padding: 40px;
	background: #f1f1f1;
}
.text-red {
	color: #c5203a;
}
.bg-red {
	background: #C5203A;
}

#homeslide {
	min-height: 90vh;
}

.imgtop {
	background-image: url(images/slider/1.png);
	background-size: cover;
	

}
.menu-items-small {
	font-size: 14px !important;
}

.text-shadow {
    color: #fff !important; /* White text */
    text-shadow: 
        0.5px 0.5px 0.5px rgba(0, 0, 0, 0.7),   /* Dark shadow */
        -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.5); /* Light shadow */
}

.typewriter::after {
	content: "|"; /* Cursor */
	display: inline-block;
	animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
	50% {
	  opacity: 0;
	}
  }
  

.gallery-item {
	height: 200px !important;
}
.gallery-item img {
	min-height: 200px !important;
	min-width: 210px !important;
}


@media (min-width: 768px) {
	.col-sm-15 {
			width: 20%;
			float: left;
		}
	}
	@media (min-width: 992px) {
		.col-md-15 {
			width: 20%;
			float: left;
		}
	}
	@media (min-width: 1200px) {
		.col-lg-15 {
			width: 20% !important;
			float: left;
		}
	}

	#homeslide {
		height: 100vh; /* Set the slider height to full viewport height */
	  }
	  
	  #homeslide .carousel-inner,
	  #homeslide .carousel-item {
		height: 100vh; /* Ensure each slide takes full height */
	  }
	  
	  #homeslide .carousel-item img {
		height: 100vh; /* Make the image fill the height */
		object-fit: cover; /* Crop and fit the image properly */
	  }

	  

	  /* General form styling */
form {
    max-width: 600px;
    margin: 0 auto;
}

/* Labels */
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Input fields */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Submit Button */
input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="submit"]:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}

/* Required Field Indicator */
.gfield_required {
    color: red;
}

/* Form groups */
.gfield {
    margin-bottom: 1rem;
}

/* Textarea */
textarea {
    resize: vertical;
}

/* CAPTCHA */
.ginput_recaptcha {
    margin-top: 1rem;
}

/* Validation messages */
.gfield_description {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Honeypot field - hide it */
.gfield--type-honeypot {
    display: none;
}
