 /* General Styles */
body {
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    background-color: #aa0000;
    color: #ffffff;
}

h1,
h2,
h3 {
    color: #ffffff;
}

p {
    line-height: 1.6;
}

/* Navigation Bar */
nav {
    
  position: sticky;
   top: 0;
    background-color: #fffb00;
    color: #1900ff;
    padding: 5px
}

nav ul {
    list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

nav ul li {
    margin: 0 1px;
}

nav ul li a {
    color: #0a0002;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 15px;
    transition: background-color 0.3s, color 0.3s;

}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/*logo*/
.logo {
    height: 50px;
    width: 100%;
}

/* Services Section */
.service {
    display: inline-block;
    width: 30%;
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #8a0b0b;
    border-radius: 8px;
    box-shadow: 0 2px 4px #0000001a;
}

.service img {
    max-width: 100px;
    margin-bottom: 10px;
}

.service .map {
    max-width: 400px;
    margin-bottom: 400px;
}

/* Footer */
footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.banner{
height: 100px;

}

.images {
    height: 420px;
    display: inline-block

}

.form{
 background-color: #aa0000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.filler p{
     color: #c01f35;
   
}



