/* Color variables */

:root{
  --primaryColorContrast: #B81216;
  --secondaryColorContrast: #ad433c;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: white;
  background-image: url("../Assets/pictures/laptop-3174729_1920.jpg");
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center center;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  #WhoIAm h1 {
    font-size: 30px;
  }
  #WhoIAm h3 {
    font-size: 20px;
  }
  #social i {
    font-size: 30px;
  }
  #whoIAm-name-and-social {
    padding-top: 70px;
  }
}

.gray {
  background: rgba(0, 0, 0, 0.7);
}

.top-nav-collapse {
  background: black;
}

#header {
  background-color: rgba(0, 0, 0, 0.2);
}

.active {
  border-bottom-style: solid;
  border-bottom-color: var(--primaryColorContrast);
  border-bottom-width: 3px;
}

.fa-fish {
  color: salmon;
}

#user {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: white;
}

#navbarNav ul li a {
  color: white;
}

.navbar-nav{
  display: flex;
  align-items: center;
}

#user {
  color: var(--secondaryColorContrast);
  font-size: 25px;
}

.nav-item {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  max-width: 250px;
}

/* #WhoIAm {
  position: relative;
}

#WhoIAm #background-image{
  filter: grayscale(100%);
  width: 99vw;
} */

#whoIAm-profile-picture{
  transition: box-shadow 0.2s;
  max-width: 80%;
  margin: auto;
}

#whoIAm-profile-picture:hover{
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
}

/* #WhoIAm .overlay {
  font-family: 'Roboto', sans-serif;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */

#WhoIAm .overlay .container,
#WhoIAm .overlay .row {
  height: 100%;
}

#social a {
  color: white;
}

#aboutMe {
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.8244339972317052) 0%, rgba(0,0,0,1) 100%);
  height: 70vh;
}

#btn-aboutMe{
  background-color: var(--primaryColorContrast);
}

#btn-aboutMe:hover{
  background-color: var(--secondaryColorContrast);
  color: white;
}

#myWork {
  color: black; 
}

#myWork .row {
  max-width: 100%;
} 

#myWork .btn img{
  width: 20px;
  margin: 0;
}

#contact {
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.8244339972317052) 0%, rgba(0,0,0,1) 100%);
  padding-top: 65px;
  padding-bottom: 65px;
}

footer {
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.8244339972317052) 0%, rgba(0,0,0,1) 100%);
}

#footer-navigate-list a:hover {
  color: rgba(255, 255, 255, 0.5);
}

hr {
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: var(--primaryColorContrast);
}

#footer {
  background-color: black;
}

#footer a {
  color: white;
}