#mainContent {
    /* margin-top: 10px; */
    background-color: white;
}

#footer {
    margin-top: 20px;
    /* background-color: lightgray; */
    background-color: #002752;
}

#card-hover {
    transition: 0.5s;
}

#card-hover:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* #card-hover:hover .overlay {*/
/*    opacity: 1;*/
/*} */

#logoJournal {
    transition: 0.5s;
    color: #002752;
}

#logoJournal:hover {
    color: lightseagreen;
}

#linkNavbar {
    transition: 0.5s;
    color: #002752;
}

#linkNavbar:hover {
    color: lightseagreen;
}

#buttonSearch {
    color: #002752;
}

#navHeader {
    /* border: 1px solid; */
    /* padding: 10px; */
    box-shadow: 2px 2px 2px #888888;
}

/* .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*    transition: .5s ease;*/
/*    background-color: rgba(196, 196, 204, 0.5);*/
/*} */

.text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 60%;
    left: 67%;
    text-align: center;

    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;

    background: #002752;
    border: 2px solid #fff;
}

.textDoaj {
    color: #002752;
    font-size: 12px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

a {
    color: black;
}

p {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    #headerJumbotron {
        font-size: 25px;
    }

    #sloganHeader {
        font-size: 17px;
    }
}

/* @media screen and (min-width: 601px) {
    #headerJumbotron {
        font-size: 50px;
    }

    #sloganHeader {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    #headerJumbotron {
        font-size: 25px;
    }

    #sloganHeader {
        font-size: 15px;
    }
} */