.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #05B8CC;
}
.nav-pills .nav-item :hover{
    color: #E0FFFF;
}
nav#navbar.navbar{
    padding: 0px;
}

a {
    color: white;
}
a:hover{
    color: #E0FFFF;
}
h3 {
    font-size: 20px;
}

#roller1 {
    position: absolute;
    left: -2%;
}

#transition1 {
    margin-top: -150px;
    width: 100%;
    height: 150px;
    z-index:1;
    background-color: rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

#progressBar1 {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #05B8CC;
    overflow: hidden;
}

#roller2 {
    position: absolute;
    left: -2%;
}

#transition2 {
    width: 100%;
    height: 150px;
    background: #05B8CC;
    position: relative;
    overflow: hidden;

}

#progressBar2 {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #f0efe6;
    overflow: hidden;

}

#roller3 {
    position: absolute;
    left: -2%;
}

#transition3 {
    width: 100%;
    height: 150px;
    background: #f0efe6;
    position: relative;
    overflow: hidden;

}

#progressBar3 {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #05B8CC;
    overflow: hidden;

}

body {
    position: relative;
}

input {
    color: black;
}

#examples {
    background: #f0efe6;
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#services {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
}
.services {
    padding-top: 20px;
    background: #05B8CC;
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#contact {
    font-size: 24px;
    color: white;
    font-family: "Times New Roman", Times, serif;
}
#quote-builder{
    color: black;
    background: #f0efe6;
    border-color: white;
}
.card-header {
    color: black;
    background-color: white;
    border-color: white;
}
#submit{
    background-color: #05B8CC;
}

.contact {
    background: #05B8CC;
    height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aboutUs {
    color: white;
    margin-top: 160px;
    text-align: left;
    font-size: 40px;
    font-family: "Times New Roman", Times, serif;
}

#logo {
    padding-left: 10px;
    font-size: 50px;
    
    font-family: "Caslon";
}
h4{
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 40px;
}

p {
    font-size: 20px;
    color: white;
}


#header {
    overflow: hidden;
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    color: white;
    padding-top: 30px;
    margin-top: 0px;
    z-index: 99;
}

#home {
    max-width: 100%;
    padding-top: 100px;
    background-image: url("../Images/back.jpg");
    height: 1050px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

}

.mobile {
    visibility: hidden;
}

h1 {
    text-align: center;
    font-size: 50px;
}

#footer {
    background-color: black;
    width: 100%;
    height: 200px;
    color: white;
    padding-top: 30px;
}

.container {
    border-radius: 5px;
    background-color: black;
    padding: 20px;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 1300px) {
    #header {
        position: relative;
        height: 150px;
        z-index: 99;
    }
    #aboutUs {
        margin-top: 0;
    }
}

@media only screen and (max-width: 660px) {
    #header {
        height: 160px;
    }
    #aboutUs {
        margin-top: 0;
        margin-left: 10px;
    }
    #home {
        padding-top: 160px;
        height: 670px;
    }
    #navbar {
        text-align: center;
    }
    .mobile {
        visibility: visible;
        color: white;
        background: black;
    }
    .fluid-container {
    visibility: hidden;
}

}

.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    
}
