#topnav{
    background-image: linear-gradient(to top, rgb(20, 20, 20), rgb(32, 32, 32), rgb(32, 32, 32), rgb(0, 120, 136));
    color: white;
    
}
.navbar-brand{
    width: 15%;
}

#logo-brand{
    position: relative;
    width: 100%;
    transition: 0.45s;
}
#logo-brand:hover{
    transform: rotate(-1deg) scale(1.03);
}

body{
    background-image: url('https://img.wallpapersafari.com/desktop/1366/768/50/12/YSpoRh.jpg');
    background-color: rgb(82, 82, 82);
}

.srcbtn{
    border-color: rgb(44, 204, 169);
    color: rgb(44, 204, 169);
}

.srcbtn:hover{
    background-color: rgb(44, 204, 169);
    color: white;
}

#portfolio{
    padding: 40px;
    margin: 0 50px;
    margin-top: 40px;
    min-height: 300px;
    background-color: rgb(32, 32, 32);
    border-radius: 20px;
    border: 10px rgb(44, 204, 169);
    border-style:  double ;
    box-shadow: 0 0 8px rgb(39, 39, 39);
}

.projectdiv{
    margin-bottom: 20px
}

.card{
    margin: 0;
    top: 5%;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    padding-bottom: 30px;
    font-size: 14px;
}

.card:hover {
    transform: scale(1.05);
}

.card-img-top{
    height: calc(12.5vw);
}

.projectcard{
    box-shadow: 0 0 20px black;
    position: absolute;
    top: 5%;
    margin: auto ;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 5px;
}

.btn-div {
    margin: 15px 0;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: white;
    justify-content: right;
}

.btn-visit {
    float: right;
    background-color: rgb(0,190,0);
    margin-left: 15px;
    color: white;
    height: 100%
}
.btn-git {

    background-color: #222;
    color: white;
    float: left;
    padding: auto;
    height: 100%;
}

.btn-git:hover, .btn-visit:hover {
    color: white;
}