
@font-face {
    font-family: 'BricolageGrotesque'; /*a name to be used later*/
    src: url('https://pawsalvation.com/wings-of-love/assets/font/Bricolage_Grotesque/BricolageGrotesque_24pt-Regular.ttf'); /*URL to font*/
    font-weight: normal; /*normal weight*/
    font-style: normal; /*normal style*/
}
@font-face {
    font-family: 'BricolageGrotesque';
    src: url('https://pawsalvation.com/wings-of-love/assets/font/Bricolage_Grotesque/BricolageGrotesque_36pt-ExtraBold.ttf');
    font-weight: bold;
    font-style: normal;
}



html,body{
    font-family: 'BricolageGrotesque';
    background: url('assets/bg.jpg') no-repeat;
    background-size: cover;
}

/***********************
********* Footer ******
************************/

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background:#39008f;
}

.footer-down {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background:#000!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}

#footer a {

     color: #fff;
}

#footer a:hover {
    color: #000;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer ul>li {
    display: inline-block;
    margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: left;
    }
}