body { background-color: #fff; color: #000; }

/* Uniform vertical rhythm for all page sections. */
.content-section { padding: 80px 0; }
@media (min-width: 768px) {
    .content-section { padding: 100px 0; }
}

p, ul {
    font-size: 16px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.download-section { background-image: none; background-color: #000; }

.services-section {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
}
.services-section h2 { color: #fff; }
@media (min-width: 768px) {
    .services-section { padding: 100px 0; }
}
@media (min-width: 992px) {
    .services-section {
        background: url(../img/street-bg.jpg) no-repeat center center scroll;
        background-size: cover;
    }
}

.btn-default {
    border: 1px solid #42DCA3;
    color: #000;
    background-color: #42DCA3;
    margin-bottom: 25px;
}
.btn-default:focus,
.btn-default:hover {
    border: 1px solid #42DCA3;
    outline: 0;
    color: #fff;
    background-color: transparent;
}

.video-container {
    margin: 0;
    position: relative;
    padding-bottom: 61%;
    padding-top: 5px;
    height: 1px;
    z-index: 100;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.gallery-row > [class*="col-"] { margin-bottom: 20px; }

.booking-form label {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.booking-form .form-control,
.booking-form input,
.booking-form textarea,
.booking-form button {
    width: 100%;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.booking-form .checkbox { margin-top: 18px; }
.booking-form .checkbox label { font-weight: 400; }
.booking-form .checkbox input { width: auto; margin-right: 8px; }
.booking-form button[type="submit"] { margin-top: 18px; }

.form-success { padding: 30px 10px; }
.form-success .fa-check-circle {
    font-size: 56px;
    color: #42DCA3;
    margin-bottom: 18px;
}
.form-success h4 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.form-success p { margin: 0; }


#bookingModal .modal-content {
    color: #000;
    padding: 10px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bookingModal .modal-header { padding: 20px 25px; }
#bookingModal .modal-body { padding: 25px 30px 30px; }
#bookingModal h3.modal-title { margin: 0; }
#bookingModal .form-group { margin-bottom: 16px; }

@media (min-width: 768px) {
    #bookingModal .modal-dialog { margin: 60px auto; }
}

.brand-heading img { max-width: 100%; height: auto; }

@media (max-width: 767px) {
    .intro { padding: 80px 0 40px; }
    .intro-text { font-size: 18px; }
    h2 { font-size: 26px; }
    .content-section { padding: 50px 0; }
    .btn-lg { white-space: normal; }
}

@media (min-width: 992px) {
    p, ul { font-size: 20px; }
    .download-section {
        background: url(../img/street-bg.jpg) no-repeat center center scroll;
    }
}

.lead-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 35px;
}

.why-grid { margin-top: 10px; margin-bottom: 20px; }

.why-list { margin: 0; padding: 0; }
.why-list li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.why-list li:last-child { border-bottom: none; }
.why-list .fa-check {
    color: #42DCA3;
    margin-right: 12px;
}

.small-note {
    margin-top: 30px;
    font-style: italic;
    color: #777;
}

.services-row { margin-top: 30px; margin-bottom: 20px; }
.services-row > [class*="col-"] { margin-bottom: 30px; }

.service-icon,
.equipment-icon,
.drone-icon {
    font-size: 48px;
    color: #42DCA3;
    margin-bottom: 18px;
    display: block;
}

/* Equal-height card rows so cards don't stagger when text wraps differently. */
.equipment-row,
.drone-features {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.equipment-row > [class*="col-"],
.drone-features > [class*="col-"] {
    margin-bottom: 35px;
    padding: 0 20px;
    float: none;
    display: flex;
    flex-direction: column;
}

.equipment-row h3,
.drone-features h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.equipment-row p,
.drone-features p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.contact-section {
    background-color: #000;
    color: #fff;
}
.contact-section h2 { color: #fff; }
.contact-section p { color: rgba(255, 255, 255, 0.85); }
.contact-section .gallery-row { margin-top: 40px; }

@media (min-width: 992px) {
    .lead-text { font-size: 20px; }
    .why-list li { font-size: 18px; }
}

@media (max-width: 767px) {
    .service-icon,
    .equipment-icon { font-size: 40px; }
}
