@font-face {
  font-family: Rubik;
  src: url(../assets/fonts/Rubik/static/Rubik-Regular.ttf);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: gray;
  color: white;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

header {
  background-color: black;
  padding-bottom: 1rem;
  text-align: center;
  opacity: 70%;
  width: 100%;
  padding: 0.8rem;
}

h2 {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h3 {
  color: white;
  opacity: 70%;
  font-size: medium;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

ul li {
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline;
  margin-inline: 0 1rem;
  justify-content: center;
}

nav ul li a {
  color: black;
  text-decoration: none;
}

.project-1 {
  text-align: center;
  transition: 0.3s;
}

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

.project-2 {
  text-align: center;
}

.project-3 {
  text-align: center;
  transition: 0.3s;
}

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

.project-4 {
  text-align: center;
}

main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}

.project-1,
.project-2,
.project-3,
.project-4 {
  padding: 20px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: white;
}

a:hover {
  opacity: 70%;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 1.4rem 0;
  width: 100%;
  padding-top: 4rem 0;
  opacity: 70%;
  margin-top: 10rem;
}

footer p {
  font-size: small;
}

.social-icon {
  margin: 1rem;
}

.social {
  margin: 1rem;
}

.bennoa {
  padding-bottom: 2rem;
  max-width: 40%;
  margin: auto;
}
.fotobenno {
  padding-left: 10rem;
}
.bennoa {
  max-width: 40%;
}

.overmij {
  max-width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}

.overmij h2 {
  padding-left: 3rem;
  padding-top: 2rem;
}
.contactbox {
  width: 50%;
  margin: 2rem;
  background-color: black;
  padding: 2.1rem;
  border-radius: 2.1rem;
  opacity: 70%;
  margin-top: 3rem;
}
