/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* Global Styles */


body {
    font-family: 'Josefin Sans', sans-serif;
}

/* Logo Size */
.navbar-brand img {
    height: 70px;
}

/* Navbar Styles */
.nav-link {
    font-size: 15px;
    font-weight: 300;
    color: rgb(133, 133, 133);
}

/* Hero Section */

.hero .btn {
    border: solid 2px white;
    width: 130px;
    height: 40px;
    font-weight: bold;
}


/* Services Section */

#services .card {
    border: none;
}

#services .card img {
    max-height: 150px;
    max-width: 150px;
    margin: auto;
}

/* About Section */

#about img {
        max-height: 400px;
        border-radius: 10px;
}

#about .card {
    border: none;
    max-width: 500px;
    max-height: 500px;
}

/* Contact Form Section */

#contact-form .btn {
    border: solid 2px;
    width: 130px;
    height: 40px;
    font-weight: bold;
}


/* Portfolio Section */

#portfolio .card {
    border: none;
}

#portfolio .card img {
    max-height: 250px;
    max-width: 450px;
    margin: auto;
    padding-top: 30px;
}

/* Success Page */

.hero-success .btn {
    border: solid 2px;
    position: relative;
    border: solid 2px white;
    width: 130px;
    height: 40px;
    font-weight: bold;
}

.hero-success {
    height: 700px;
    width: 100%;
    background: url("../images/Drone.webp") no-repeat center center/cover;
    position: absolute;
}

.success-message {
    color: white;
}

/* Footer Section */

footer i {
    font-size: 24px;
    color: black;
}

footer p {
    font-size: 20px;
}

footer {
    background-color: #D9D1CE;
}

iframe {
    width: 90%;
    height: 250px;
    border: 0;
}
