﻿body {
}

.aboutbanner {
    height:80vh;
    background-image: linear-gradient(rgba(11, 177, 174,0.8),rgba(12, 206, 248,0.8)),url('../img/services header_services h.jpg');
   
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    position: relative;
}

    .aboutbanner h1 {
        font-family: 'Philosopher', sans-serif;
        font-size: 60px;
        font-weight: 300;
        text-shadow: 0px 0px 5px grey;
    }

    .aboutbanner p {
        font-family: 'Century Schoolbook';
        font-size: 25px;
        color: #07c7ede8;
    }

    .aboutbanner .waves {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
.services .card p{
     font-size:13px;
}
.services .card h4 h5 h6 {
    font-weight:300;
}
/*.services .card{
    border-left:5px solid green;
    border-right:5px solid blue;
    
}*/
.services .card{
    padding :5px;
    margin:5px 0px;
}
.services .card .btn:hover{
    color:#fff;
}

