.navbar-custom {
    background-color: rgba(0,0,0,.2);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

body{
    background-color: rgba(0,0,0,1);
}

.background-image1 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-image: url('../images/raccoon.jpg');
    width: 100%;
    height: 100%;

    -webkit-filter: blur(5px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    transform: scale(1.1);
}

.background-image2 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-image: url('../images/cutedog.jpg');
    width: 100%;
    height: 100%;

    -webkit-filter: blur(5px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    transform: scale(1.1);
}

.background-image3 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-image: url('../images/parrot.png');
    width: 100%;
    height: 100%;

    -webkit-filter: blur(5px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    transform: scale(1.1);
}

.content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;

}

.features{
    /*background-color: rgba(20, 20, 20, .2);*/
    margin-top: 2%;
}

.card {
    margin-top: 10%;
    margin-bottom: 10%;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.logo{
    width: 15%;
    height: 15%;
}

.bg_white_t {
    background-color: rgba(255, 255, 255, .8);
}

.slogan {
    text-align: center;
    color: white;
}