﻿body {
    background-image: url(imgs/background-header.png);
    background-repeat: no-repeat;
    background-size: 100% 300px;
}


h1 {
    background-color: transparent;
    font-family: 'Baloo Da 2', cursive;
    color: #3340D0;  
}

blue {
    color: #3340D0;
}


a:link {
    color: #3340D0;
}


.products {
    font-family: 'Baloo Da 2', cursive;
    color: #3340D0;
}


img.products {
    width: 100%;
    border-radius: 10%;
}

    .products .btn {
        border-radius: 25px;
    }

    .products a:link {
        text-decoration: none;
        color: black;
    }
    .products a:visited {
        text-decoration: none;
        color: black;
    }
    .products a:hover {
        text-decoration: none;
        color: black;
        opacity: 0.8;
    }
    .products a:active {
        text-decoration: none;
        color: black;
    }


input, textarea {
    width: 100%;
    display: block
}


.contactus {
    outline: 0;
    border-width: 0 0 1px;
    border-color: black
    
}

.contactus:focus {
        border-color: darkblue
    }



