html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}





/* HOME PAGE STYLES */

.logo {
    height: 3rem;
}

.navbar-blue {
    background-color: #1276B9 !important;
    justify-content: space-between;
}

.nav-item-2 {
    color: white !important;
}


.nav-item {
    font-size: 1.5rem;
    margin-left: 3vw;
}

.nav-item-1  {
    color:#0075c5 !important;

}
.nav-item-1 a {
    color:#0075c5 !important;

}

.nav-item-2 a {
    color: white !important;

}

.nav-info-1 {
    position: absolute;
    left: 20vw;
    top: 3.2vh;
}

.fa-phone {
    font-size: 1rem !important;
}

.nav-info-2 {
    position: absolute;
    right: 2vw;
    top: 2vh;
}

.nav-info-2 h4 {
    font-size: 1rem;
}

.nav-item-2 {
    text-align: center;
    margin: 0;
    padding: 0 0;
    width: 25%;
}

.nav-item-2:hover {
    background-color: white;
}

.nav-link:hover {
    color: #0075c5 !important;
}

.jumbotron{
    background:  linear-gradient(
        rgba(41, 104, 143, 0.8), 
        rgba(41, 104, 143, 0.8)
      ),
    url(/IMG/hydraulic-cylinder.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment:scroll;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 43vh;
    margin-left: -5.2%;
    margin-right: -5.2%;
    border-bottom: 1px solid white;
    background-size: 150%;
    background-position: 40% 10%;
}


.jumbotron:hover {
    background:  linear-gradient(
        rgba(54, 145, 201, 0.8), 
        rgba(54, 145, 201, 0.8)
      ),
    url(/IMG/hydraulic-cylinder.jpg) no-repeat center center fixed;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    border-bottom: 1px solid white;
    background-size: 150%;
    background-position: 40% 10%;
}

.jumbotron-2{
    background:  linear-gradient(
        rgba(25, 66, 92, 0.8), 
        rgba(25, 66, 92, 0.8)
      ),
    url(/IMG/Hydraulic-hose.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 43vh;
    margin-left: -5.2%;
    margin-right: -5.2%;
    border-bottom: 1px solid white;
    background-size: 120%;
    background-position: 100% 100%;

    
}

.jumbotron-2:hover {
    background:  linear-gradient(
        rgba(54, 145, 201, 0.8), 
        rgba(54, 145, 201, 0.8)
      ),
    url(/IMG/Hydraulic-hose.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    border-bottom: 1px solid white;
    background-size: 120%;
    background-position: 100% 100%;
}

.jumbo-title {
    font-size: 2rem;
    font-weight: 200;
}

.jumbo-title-1 {
    position: absolute;
    bottom: 50%;
}
.jumbo-title-2 {
    position: absolute;
    bottom: 45%;
}

.jumbo-title-location {
    font-weight: 100;
    color: #002f4e;
}

.pad-title {
    position: absolute;
    bottom: 70%;

}

.fal-title {
    color: #0094f8;
    position: absolute;
    bottom: 75%;
}

.jumbo-p-1 {
    position: absolute;
    top: 50%;
}
.jumbo-p-2 {
    position: absolute;
    top: 55%;
}



.contact-us {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.contact-us-1 {
    background: white;
    color: #43a2dc;
    border: none;
    border-radius: 0;
    font-weight: 400;
}

.contact-us-2 {
    background: #43a2dc;
    border: none;
    border-radius: 0;
    font-weight: 400;

}



.arrow-down {
    position: absolute;
    right: 45%;
    bottom:5%;
    font-size: 2rem;
    margin-top: 5%;
}

.carousel {
    height: 60px;
}

.item {
    height: 70px;
    width: 90px;
    padding-right: 20px !important;
    padding-left: 10px !important;
}



.item-2 {
    margin-top: 15px;
}

.item-3 {
    margin-top: 10px;
}


.edbro-section {
    background-color: white;
    height: 300px;
}

.edbro-logo {
    height: 50px;
    margin-top: 20px;
    /* padding-left: 14%; */
}

.edbro-p {
    font-size: 2rem;
    padding-top: 50px;
    text-align: center;
    font-weight: 600;
}


/* about styles */ 

.about-us-container {
    background-color: white;
    height: 599px;
}

 .about-main {
    position: relative;
    top: 0%;
    width: 60%;
    height: 200px;
    border-top: 798px solid #0075c5;
    border-right: 200px solid transparent;
    z-index: 5;
   
} 

 .about-line {
    position: relative;
    top: -798px;
    width: 70%;
    height: 200px;
    border-top: 798px solid #005792;
    border-right: 200px solid transparent;
    z-index: 4;
} 

.about-image {
    position: relative;
    top: -1596px;
    background: 
    url(/IMG/danser-van.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 600px;
    background-position: 0% 70%;
    background-size: 120%;
}

.about-text {
    position: relative;
    top: -2150px;
    left: 30px;
    width: 45%;
    height: 200px;
    z-index: 10;
}

.white {
    /* position: absolute;
    height: 800px;
    width: 100%; */
    background: white !important;
    border-color: white !important;
    color: white !important;
    z-index: 20;
}

.white h4 {
    color: white !important;
}

.about-text h4 {
    font-size: 2rem;
    color:#002f4e;
}

.about-text p {
    font-size: 1rem;
    font-weight: 100;
    color: white;
}

.front-about {
    padding-top: 10%;
    height: 400px;
    font-size: 1.2rem;
    background-color: #0984e3;
    color: white;

}

.btn-about-us {
    background: white;
    color: #0984e3;
    margin-top: 20%;
}

.thirty-year {
    height: 200px;
    width: 100%;
    background: #2980b9;
    border: 1px solid white;
    color: white;
    z-index: 3;
}

.seal {
    height: 10vh;
    margin-top: 5%;
}


/* ABOUT PAGE */

.about-us-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-us-text {
    font-size: 1.5rem;
    color: #0075c5;
    font-weight: 100;
    width: 100%;
}

.about-us-text p {
    width: 90%;
    margin: 0 auto;
    padding-top: 7%;
}

.about-us-2 {
    padding-top: -5%;
    margin-top: 5%;
    margin-bottom: 5%;
    background:#f2f2f2

}

.about-us-text-2 {
    padding-top: 5%;
    
}

.about-us-text h4{
    font-size: 2rem;
    color: #002f4e;
    font-weight: 350;
    margin-left: 5%;
    padding-top: 5%;
}



.old-photo {
    /* filter: grayscale(100%); */
    width: 110%;
    height: 100%;
    margin-left: -5%;
}

.old-photo-2 {
    padding-bottom: 30px;
    padding-top: 40px;
}


.photos {
    margin-top: 100px;
}

.photos h4 {
    font-weight: 350;
}

.solo-photo {
    width: 320px;
    height: 300px;
    margin-top: 15%;
    margin-left: -5%;
    filter: grayscale(100%)
    
}

.solo-caption {
    padding-left: 20px;
    margin-top: 5px;
}






/* Services */

.front-services {
    background:  linear-gradient(
        rgba(19, 0, 77, 0.8), 
        rgba(9, 0, 77, 0.8)
      ),
    url(/IMG/service-photo.jpg) no-repeat center center;
    padding-top: 10%;
    padding-bottom: 20%;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 500px;
    display: flex;
    border-bottom: 1px solid white;
    background-size: 240%;


}

.btn-find-more {
    border-radius: 0;
}

.service-text {
    margin: 0 auto;
}

.service-icons {
    height: 1400px;
}

.icons-row-1 {
    margin-top: 50px;
}

.icon-links {
    color: black;
}

.icon-links:hover {
    text-decoration: none;
}

.s-icon {
    margin-bottom: 5%;
    margin-top: 5%;
}

.s-icon h3 {
    font-size: 1rem;
}

.s-icon i {
    color: #0984e3;
    margin-bottom: 4%;
}

.btn-icon-contact {
    background-color: white;
    color: #0984e3;
    margin-top: 50px;
}

.icon-lin{
    color: black !important;
}

/* Sectors */


.section {
    height: 300px;
    
}

.section-1 {
    background-color: #005792;
    color: white;
}

.section-2 {
    background:  linear-gradient(
        rgba(19, 0, 77, 0.1), 
        rgba(9, 0, 77, 0.1)
      ),
    url(/IMG/boat.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-3 {
    background-color: #0075c5;
    color: white;
}

.section-4 {
    background:  linear-gradient(
        rgba(19, 0, 77, 0.1), 
        rgba(9, 0, 77, 0.1)
      ),
    url(/IMG/digger.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-5 {
    background-color: #0094f8;
    color: white;
}

.section-6 {
    background:  linear-gradient(
        rgba(19, 0, 77, 0.1), 
        rgba(9, 0, 77, 0.1)
      ),
    url(/IMG/Mining.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-7 {
    background-color: #002f4e;
    color: white;
}

.section-8 {
    background:  linear-gradient(
        rgba(19, 0, 77, 0.1), 
        rgba(9, 0, 77, 0.1)
      ),
    url(/IMG/transport.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fas {
    font-size: 2rem;
    margin-top: 5%;
}

/* footer */

.foot {
    background-color: #0D75BD;
    color: white;
    font-weight: 10;
}

.footer-contact h3 {
    font-size: 1.1rem;
}

.foot h2 {
    font-size: 1.5rem;
    padding-top: 5%;
}

.ref {
    font-size: 0.5rem;
}

.social {
    margin-top: -1%;
    font-size: 1.2rem;
}

.fa-facebook {
    font-size: 1.5rem;
    padding-top: 1%;
    padding-bottom: 3%;
    color: white;
}

.jumbo-about {
    background:  linear-gradient(
        rgba(0, 1, 69, 0.6), 
        rgba(0, 1, 69, 0.6)
      ),
    url(/IMG/Danser-Logo-Lrg.jpg) no-repeat center center !important;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment:scroll;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    /* height: 250px; */
    background-size: 90% !important;
    background-position: 30% 50% !important;
    
}









/* SERVICE PAGE STYLES */

.jumbotron-service {
    background:  linear-gradient(
        rgba(0, 1, 69, 0.6), 
        rgba(0, 1, 69, 0.6)
      ),
    url(/IMG/service-header.jpeg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment:scroll;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 250px;
    background-size: 140%;
    background-position: 50% 20%;

}

.service-title {
    font-weight: 100;
    padding-top: 25%;
    font-size: 3rem;
}

.service-bar {
    font-size: 0.8rem;
    background-color: #0984e3;
    height: 25px;
    color: white;
    font-weight: 100;
}

.service-bar a {
    color: white;
    text-decoration: none;
}

.our-services {
    padding-top: 10%;
    height: 60vh;
    color: #005792;
    font-weight: 100;
}

.our-services h4 {
    color: #002f4e;
    font-weight: 300;
    padding-bottom: 30px;
}

.navbar-toggler {
    margin-right: 5%;
}

.serv {
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 60vh;
    border: 4px solid white;
}



.serv h4 {
    padding-top: 30%;
    font-weight: 100;
}

.serv p {
    font-weight: 10;
}

.serv-1 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/hydraulic-cylinder.jpg) no-repeat center center;
      background-size: 130%;

}

.serv-1:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/hydraulic-cylinder.jpg) no-repeat center center;
      background-size: 130%;

}
.serv-2 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/Hydraulic-hose.jpg) no-repeat center center;
      background-size: 150%;

}
.serv-2:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/Hydraulic-hose.jpg) no-repeat center center;
      background-size: 150%;

}
.serv-3 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/powerpack.jpg) no-repeat center center;
      background-size: 140%;
}
.serv-3:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/powerpack.jpg) no-repeat center center;
      background-size: 140%;

}

.serv-4 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/van.jpg) no-repeat center center;
    background-size: 160%;
    
}
.serv-4:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/van.jpg) no-repeat center center;
      background-size: 160%;

}

.serv-5 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/valve.jpg) no-repeat center center;
    background-size: 100%;
}
.serv-5:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/valve.jpg) no-repeat center center;
      background-size: 100%;

}

.serv-6 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/testing.jpg) no-repeat center center;
    background-size: 160%;
    
}
.serv-6:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/testing.jpg) no-repeat center center;
      background-size: 160%;

}

.serv-7 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/trade.jpg) no-repeat center center;
    background-size: 130%;   
}
.serv-7:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/trade.jpg) no-repeat center center;
      background-size: 130%;

}
.serv-8 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/maintenence.jpg) no-repeat center center;
    background-size: 200%;  
}
.serv-8:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/maintenence.jpg) no-repeat center center;
      background-size: 200%;

}
.serv-9 {
    background: linear-gradient(
        rgba(0, 0, 40, 0.6), 
        rgba(0, 0, 40, 0.6)
      ), url(/IMG/digger.jpg) no-repeat center center;
    background-size: 180%;
    background-position: 60% 100%;  
}
.serv-9:hover {
    background: linear-gradient(
        rgba(0, 98, 255, 0.6), 
        rgba(0, 98, 255, 0.6)
      ), url(/IMG/digger.jpg) no-repeat center center;
      background-size: 180%;
      background-position: 60% 100%;  


}






/* PADSTOW & Falmouth PAGE STYLES */


.jumbotron-padstow {
    background:  linear-gradient(
        rgba(0, 1, 69, 0.6), 
        rgba(0, 1, 69, 0.6)
      ),
    url(/IMG/padstow.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    background-attachment:scroll;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 43vh;
    background-position: 10% 65%;
}

.jumbotron-falmouth {
    background:  linear-gradient(
        rgba(0, 1, 69, 0.6), 
        rgba(0, 1, 69, 0.6)
      ),
    url(/IMG/falmouth.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    background-attachment:scroll;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    height: 43vh;
    background-size: 180%;
    background-position: 60% 35%;
}


.our-services-padstow {
    padding-top: 10%;
    height: 140vh;
    color: #005792;
    font-weight: 100;
}

.g-map-col {
    height: 60vh;
    margin-top: 10%;
}

.g-map {
    width: 100%;
    height: 100%;
}

.btn-link {
    position: absolute;
    right: 5%;
    top: 2%;
}

.btn-link i {
    font-size: 1.5rem;
}

.mb-0 {
    font-size: 1rem;
}

.available-services {
    background-color: #005792;
    height: 350px;
}

.av-services-padstow {
    height: 550px;
}

#accordion {
    margin-top: 30px;
}

.card {
    background: repeating-linear-gradient(
        45deg,
        #005792,
        #005792 50px,
        #0094f8 51px,
        #0094f8 10px
        );
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-weight: 500;
    margin-bottom: 2%;
}

.card-header {
   
    border: none;
    background-color: #005792;
    color: white;
}


.av-services-header {
    margin-left: 15%;
    padding-bottom: 5%;
    padding-top: 5%;
    color: #002f4e;
}




/* CONTACT PAGE */


.house-icon {
    color: #0984e3;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-left: -3px;
}

.contact-padstow {
    height: 550px;
    color: #005792;
    font-weight: 100;
    padding: 0;
    padding-left: 7%;
    margin-left: -15px;
}

.pad-contact {
    padding-top: 5%;
}

.jumbo-contact {
    background:  linear-gradient(
        rgba(0, 1, 69, 0.6), 
        rgba(0, 1, 69, 0.6)
      ),
    url(/IMG/contact.jpg) no-repeat center center;
    margin-bottom: 0;
    -webkit-background-size: cover;
    background-attachment:scroll;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    /* height: 250px; */
    background-size: 160%;
    background-position: 80% 0% !important;
}

.contact-falmouth {
    padding-top: 10%;
    height: 600px !important;
    color: #005792;
    font-weight: 100;
    background-color: #ededed;
    padding-top: 5%;
    padding-left: 2%;


}

.opening-times {
    margin-top: 5%;
    margin-left: 9%;
}

.bold-list {
    font-weight: 600;
}

.service-buttons {
    margin-top: 15%;
}

.service-button {
    text-align: center;
    border-radius: 20px;
    color: white;
}

.falmouth-button {
    border: 5px solid #0094f8;
    background: #0094f8;
}

.falmouth-button:hover {
    border: 5px solid #002f4e;
}

.padstow-button {
    border: 5px solid #002f4e;
    background: #002f4e;
}

.padstow-button:hover {
    border: 5px solid #0094f8;
}

.service-thumbnail-3 {
    margin-top: 5%;
}

.hose-page {
    height: 250vh;
}

.service-thumbnail {
    max-width: 100vw;
}

.phone-image {
    max-width: 300px;

}

.our-service-text-2 {
    margin-top: 10%;
}

.service-button {
    margin-top: 5%;
}



@media (min-width: 350px) {
    .solo-photo {
        width: 320px;
        height: 300px;
        margin-top: 15%;
        margin-left: 5%;
        
    }

    .service-thumbnail {
        width: 100vw;
    }

    .phone-image {
        width: 350px;
    
    }
}


@media (min-width: 576px) {
    .jumbotron-2 {
    padding: 4rem 0rem;
    }

    
}


@media only screen and (min-width: 768px) {
    .jumbotron{
        background-size: 180%;
        background-position: 40% 10%;
    }
    
    .jumbotron:hover {
        background-size: 110%;
        background-position: 120% 10%;
    }

    .jumbotron-2 {
        background:  linear-gradient(
            rgba(25, 66, 92, 0.8), 
            rgba(25, 66, 92, 0.8)
      ),
        url(/IMG/Hydraulic-hose.jpg) no-repeat center center fixed;
        margin-bottom: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        color: white;
        border-left: 1px solid white;
        background-size: 90%;
        background-position: 120% 20%;
    }

    .jumbotron-2:hover {
        background:  linear-gradient(
        rgba(54, 145, 201, 0.8), 
        rgba(54, 145, 201, 0.8)
      ),
        url(/IMG/Hydraulic-hose.jpg) no-repeat center center fixed;
        margin-bottom: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        color: white;
        border-left: 1px solid white;
        border-left: 1px solid white;
        background-size: 90%;
        background-position: 120% 20%;
    }
    .jumbotron-2 {
        border-left: 1px solid white;
    }

    .jumbotron-contact {
        background:  linear-gradient(
            rgba(0, 1, 69, 0.6), 
            rgba(0, 1, 69, 0.6)
          ),
        url(/IMG/contact.jpg) no-repeat center center fixed;
        margin-bottom: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        color: white;
        height: 43vh;
        background-position: 10% 65%;
        background-size: 100%;
    }

    .contact-us {
        position: absolute;
        bottom: 20%;
        right: 37.5%;
    }

    .service-icons {
        height: 650px;
    }

    .service-title {
        font-size: 4rem;
    }

    .jumbo-about {
        background-size: 80% !important;
        background-position: 30% 45% !important;
        
    }

    .navbar {
        min-height: 10vh;
    }

    .logo {
        height: 7vh;
    }

    .front-about {
        height: 30vh;;
    }

    .front-about p {
        font-size: 1.5rem;
    }

    .pad-title {
        position: absolute;
        top: 10%;
        right: 32%;
    }

    .fal-title {
        position: absolute;
        top: 10%;
        right: 32%;
    }

    .jumbotron-falmouth {
        background-size: 140%;
        background-position: 40% -20%;

    }

    .jumbotron-padstow {
        background-size: 140%;
        background-position: 70% 50%;
    }

    .jumbo-title-1 {
        position: absolute;
        top: 30%;
        right:17%;
    }
    .jumbo-title-2 {
        position: absolute;
        top: 30%;
    }

    .jumbo-p-1 {
        position: absolute;
        top: 45%;
        right: 10%;
    }

    .jumbo-p-2 {
        position: absolute;
        top: 45%;
        right: 10%;
    }

    .front-padstow {
        background:  linear-gradient(
            rgba(255, 255, 255, 0.4), 
            rgba(255, 255, 255, 0.4)
          ),
        url(/IMG/padstow.jpg) no-repeat center center;
        margin-bottom: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        color: white;
        height: 43vh;
        border: 1px solid white;
        background-size: 105%;
        background-position: 100% 50%;
    
    }

    .front-services {
        
        background-size: 100%;
    }

    .seal {
        margin-top: 2%;
        position: relative;
        top: 5%;
        right: -25%;
    }

    .seal-text p {
        position: relative;
        top:5%;
        right:-49%;
        width: 50%
    }

    .btn-about-us {
        margin-top:0
    }

    .jumbo-title {
        text-align: center;
    }

    .jumbo-p {
        text-align: center;
        
    }

    .carousel {
        height: 15vh;
    }
    
    .item {
        height: 80%;
        width: 100%;
    }
    
    .item-2 {
        margin-top: 45px;
    }
    
    .item-3 {
        margin-top: 20px;
    }

    .serv {
        height: 350px;
    }

    .serv h4 {
        padding-top: 15%;
    }

    .jumbotron-service {
        margin-top: 0;
        height: 400px;
        background-size: 140%;
        background-position: 50% 60%;
    }

    .our-services {
        height: 500px;
    }

    .serv-2 {
        
          background-size: 100%;
          background-position: 50% 30%;
    
    }
    .serv-2:hover {
          background-size: 100%;
          background-position: 50% 30%;

    
    }

    .our-services h4 {
        font-size: 2rem;
    }

    .our-services p {
        font-size: 1.4rem;
    }

    .service-bar {
        height: 4vh;
        font-size: 1.3rem;
        vertical-align: middle;
    }

    .av-services-header {
        font-size: 2rem;
    }

    .available-services {
        height: 450px;
    }
    
    .opening-times {
        margin: 0;
        margin-top: 95px;
    }

    .contact-padstow {
        height: 450px;
        padding-left: 4%;
    }

    .g-map-contact {
        height: 95%;
        width: 100%;
        padding-top: 10%;
    }

    .edbro-section {
        height: 250px;
    }

    .edbro-logo {
        height: 80px;
        margin-left: 12%;
    }

    .hose-page {
        height: 250vh;
    }

    .phone-image {
        width: 100%;
        max-width: 600px;
    
    }

    

    
}


@media only screen and (min-width: 990px) {
    html {
        margin-right: 0;
    }
    
    body {
        margin-right:0%;
    }

    .jumbotron {
        height: 600px;
        width:105%;
        margin-left: -15px;
        padding: 0;
    }
    .jumbotron-2 {
        height: 600px;
        width: 105%;
        padding: 0;
        margin-left: -15px;
        
    }

    .jumbo-title-1 {
        text-align: middle;
        right: 25%;
    }

    .jumbo-title-2 {
        text-align: middle;
        right: 12%;
    }

    .jumbo-p-1 {
        text-align: middle;
    }
    .jumbo-p-2 {
        text-align: middle;
        right: 12%;
    }

    .jumbo-p {
        font-size: 1.5rem;
    }

    .seal-text p {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .front-about {
        height: 43vh;
    }

    .old-photo {
        width: 105%;
        height: 100%;
    }

    .front-services {
        padding-top: 20%;
    }

    .thirty-year {
        height: 220px;
        width: 100%;
        background: #2980b9;
        color: white;
    }

    .seal {
        height: 70px;
        width: 75px;
        right: -27%;
    }

    .service-thumbnail {
        height: 300px;
    }

    .service-thumbnail img {
        height: 265px;
    }

    .serv-2 {
        
        background-size: 140%;
        background-position: 50% 30%;
  
    }
    .serv-2:hover {
            background-size: 140%;
    
    }

    .jumbo-about {
        background-size: 90% !important;
        background-position: 20% 40% !important;
        
    }

    .jumbotron-service {
        height: 400px;
        background-size: 100%;
        background-position: 50% 70%;
        
    }

    .service-title {
        padding-top: 150px;
    }

    .service-bar {
        height: 4vh;
    }

    #accordion {
        width: 70vw;
        margin: 0 auto;
    }

    .our-service-padstow {
        height: 800px;
    }

    .contact-us-1 {
        position: absolute;
        right: 40%;
    }
    .contact-us-2 {
        position: absolute;
        right: 40%;
    }

    .our-services {
        height: 500px;
    }

    .our-services-padstow {
        height: 700px;
    }
    
    .g-map-col {
        height: 500px;
        margin-top: 0;
    }
    
    .g-map {
        width: 100%;
        height: 100%;
    }

    .av-services-header {
        font-size: 2.5rem;
    }

    .available-services {
        height: 550px;
    }

    .av-services-padstow {
        height: 750px;
    }

    .mb-0 {
        font-size: 1.5rem;
    }

    .about-image {
        background-position: 260% 70%;
        background-size: 90%;
    }

    .about-main {
        border-top: 818px solid #0075c5;
        width: 58%;
    }

    .about-line {
        top: -818px;
        width: 68%;
        border-top: 818px solid #005792;
    }

    .about-image {
        top: -1636px;

    }

    .about-text h4 {
        font-size: 2rem;
        color:#002f4e;
    }
    
    .about-text p {
        font-size: 1.8rem;
        font-weight: 100;
        color: white;
    }

    .seal-text p {
        right: -55%;
        width: 45%;
    }

    .edbro-logo {
        height: 100px;
        margin-left: 0;
        margin-top: 50px;
    }

    .edbro-p {
        font-size: 2.5rem;
        width: 300px;
        margin-left: 80px;
        text-align: right;
    }

    .edbro-section {
        height: 200px;
    }

    .hose-page {
        height: 100vh;
    }

    .service-thumbnail-2 {
        margin-top: 15%;
    }

    .phone-image {
        width: 100%;
        max-width: 600px;
    
    }
}


@media only screen and (min-width: 1120px) {
    .jumbotron {
        height: 75vh;
        background-attachment:fixed;
        background-size: 110%;
        background-position: 100% 20%;

    }

    .jumbotron:hover {
        height: 75vh;
        background-attachment:fixed;
        background-size: 110%;
        background-position: 100% 20%;

    }

    .jumbotron-2 {
        height: 75vh;
        border-left: 1px solid white;
        background-size: 90%;
        background-position: 120% -20%;
    }

    .jumbotron-2:hover {
        border-left: 1px solid white;
        background-size: 90%;
        background-position: 120% -20%;
    }


    .jumbo-title {
        font-size: 3rem;
    }

    .photos {
        margin-left: 5%;
    }

    .photos h4 {
        font-size: 2rem;
        color: #002f4e;
    }

    .jumbo-about {
        background-size: 60% !important;
        background-position: 40% 30% !important;
        background-attachment:scroll !important;

        
    }

    .front-services {
        
        background-size: 100%;
    }

    .jumbotron-falmouth {
        background-size: 100%;
        background-position: 40% 45%;
        background-attachment:fixed;
    }

    .jumbotron-padstow {
        background-size: 100%;
        background-position: 60% 65%;
        background-attachment:fixed;
    }

    .jumbo-contact {
        background-size: 100%;
        background-position: 60% 65%;
        background-attachment:fixed;
    }

    .pad-title {
        right: 36%;
    }

    .fal-title {
        right: 36%;
    }
    
    .jumbo-title-1 {
        text-align: middle;
        right: 22%;
    }

    .jumbo-title-2 {
        text-align: middle;
        right: 12%;
    }

    .jumbo-p-1 {
        text-align: middle;
        right: 23%;
    }
    .jumbo-p-2 {
        text-align: middle;
        right: 25%;
    }

    @keyframes hoverRise {
        0% {top: 0px}
        100% {top: -20px;}
    }

    @keyframes hoverFall {
        0% {top: -20px}
        100% {top: 0px;}
    }

    .fade-down {
        animation: hoverFall 1s forwards;
    }

    .icon-links:hover {
        animation: hoverRise 1s forwards;
    }

    .carousel {
        height: 20vh;
        width:  150vw;
        margin-left: 5vw;
    }

    .carousel-item {
        width: 100%;
    }
    
    .item {
        height: 200px;
        width: 200px;
        margin-right: 3vw;
    }
    
    .item-2 {
        margin-top: 45px;
    }
    
    .item-3 {
        margin-top: 20px;
    }

    .jumbotron-service {
        height: 400px;
        background-size: 100%;
        background-position: 50% 180%;
        background-attachment:fixed;

    }

    .service-thumbnail img {
        height: 300px;
    }

    .edbro-p {
        font-size: 2.5rem;
        width: 500px;
        margin-top: 20px;
        margin-left: 80px;
        text-align: right;
    }

    .hose-page {
        height: 160vh;
    }

    .our-service-text-2 {
        margin-top: 5%;
    }

    .service-thumbnail-2 {
        margin-top: 15%;
    }


    .service-buttons {
        margin-top: 5%;
    }
}

@media only screen and (min-width: 1300px) {
    .service-thumbnail img{
        margin-top: -10%;

    }
}

@media only screen and (min-width: 1500px) {
    .seal-text p {
        right: -58%;
        width: 40%;
    }

    .seal {
        height: 70px;
        width: 75px;
        right: -29%;
    }

    .service-thumbnail img {
        height: 350px;
    }
}



