
/* Link Color*/
a{
    color: black;
}

/* Link Color Hover*/
a:hover{
    color: rgba(255, 255, 255, 0.75);
}

/* Makes Images Scale Larger Than They Are to Fit The Boxes*/
.portfolio-images {
    width: 100%;
    height: 100%;
    
}

/* Replaces the footer image with a backgroudn color and border*/
.footerimg {
    background-color: #af5da5;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
}

/* Changes the background color of the navigation menu*/
.bg-dark {
    background-color: #af5da5;
    border-style: solid;
    border-width: 1px;
}

/* Changes the Navigation Menu text to be bolder and larger*/
.navbar-dark .navbar-nav .nav-link {
  color: black;
  font-size: 20px;
  font-weight: bold;
}

/* Changes the navigation Menu text to be white*/
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
