/*
align nav bar links on right
*/
.navbar-collapse{
    justify-content: flex-end;
}

/*
styling main article
*/

/*
paragraph styling
*/
p {
    padding: 10px;
    margin: 15px;
    text-align:center;
}

/*
Header one styling
*/
h1 {
    text-align: left;
    border-bottom: 10px;
    border-color:dimgrey;
}

/*
Main background color
*/
#root{
    background-image: url("./background.jpg");
}

#about-header{
    background-color: black;
    color: white;
}

#about-body{
    background-color: rgba(221, 221, 221, 0.8);
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}

/*
Footer styling
*/
footer {
    text-align: center;
    background-color: black;
    color: white;
    margin-top: 20px;
}

h3{
    text-align:center;
    margin-top: 15px;
}

img{
    width:300px; 
    height:300px; 
    padding:15px;
    
}

a{
    justify-content:center;
}

.card{
    justify-content:center;
    margin:15px;
}

.btn{
    margin:5px;
}

#bottom{
    margin:30px;
}

#contact-body{
    background-color: rgba(0, 0, 0, 0.8);
    color:white;
    margin-top:20px;
    padding:15px;
}

#github-icon{
    margin: 5px;
}

#linked-icon{
    margin: 5px;
}

#project{
    border-radius: 10px;
    border-style: outset;
    border-width: 5px;
    border-color:dimgray;
}

#profile{
    border-radius: 10px;
    border-style: outset;
    border-width: 5px;
    border-color:dimgray;
}