html,
body {
    width: 100%;
    height: 100%;
}
.sectionHeading {
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;

}
.masthead {
    padding-bottom: 50px;
}
.navhero {
    background-image: url("../images/water.jpg");
    background-position: center;
    background-size: cover;
}

#navbarNav {
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    
}
.navbar-nav {
    justify-content: space-around;

}
.navbar {
    justify-content: flex-end;

}
.herocontent {
    padding-bottom: 30px;
    padding-right: 100px;
}
.row {
    justify-content: space-around;    

}
.cardContainer {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    

}
.card-img-top {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: solid 1px black;
   object-fit: cover;
   /* position: relative; */
}
.card-img-top:hover {
    box-shadow: inset 0px 0px 8px black, 0 0 15px black;
}
.card-work {
    margin: 0 auto; 
}
.skills-section {
    background-color: #05a6fd;
    padding-bottom: 30px;
}
.skills-list {
    text-align: left;
    padding-top: 5px;
}
.cardSection {
    border: solid 3px white;
    border-radius: 25px; 

}
.cardSection:hover {
    box-shadow: inset 0px 0px 8px white, 0 0 15px white;
}


.img-fluid {
    border-radius: 50%;
    padding: 20px;
}
.btn {
    border-radius: 1rem;

}
.btn-light:hover {
    box-shadow: inset 0px 0px 8px white, 0 0 15px white;
}
.btn-primary:hover {
    box-shadow: inset 0px 0px 8px #05a6fd, 0 0 15px #05a6fd;
 
}
.btn-outline-dark:hover {
    box-shadow: inset 0px 0px 8px rgb(36, 36, 36), 0 0 15px rgb(36, 36, 36);

}
.aboutme-contact {
    padding-bottom: 50px;
}
.contact-button {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: column;

}
.footer-container {
    padding: 30px;
    background-color: grey;
}
.footer-icon {
    color: black;

}
h1 {
    font-size: 5rem;
}
.mx-auto {
    justify-content: space-around;
}
