* {
  font-family: "Raleway", Arial, sans-serif;
  box-sizing: border-box;
}

Header {
  display: flex block;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  padding: 120px 16px;
}

h1 {
  align-items: flex-end;
}

nav {
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0.6;
  padding: 32px;
  width: auto;
}

h2 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 30px;
  opacity: 0.6;
  letter-spacing: 6px;
  text-align: center;
  justify-content: center;
  padding: 120px 16px;
}

footer {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 15px;
  opacity: 0.6;
  letter-spacing: 6px;
  text-align: center;
  justify-content: center;
  padding: 80px 16px;
  border-bottom: grey;
}

hr {
  width: 80%;
  height: 2px;
  background-color: grey;
  margin-bottom: 7px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.jump {
  padding: 0px 8px;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: lighter;
  letter-spacing: 3px;
}

.jump:hover {
  background-color: #bdc9c4;
  transition: all 0.3s ease-in-out;
}

.fname {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 40px;
  opacity: 0.6;
  letter-spacing: 6px;
}

.navbar {
  display: inline-block;
  border: 1px solid #ccc !important;
  padding: 8px;
  border: none;
  outline: 0;
  color: #587468 !important;
}

.breakpic {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.apps {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}

.card {
  display: flex;
  width: 25%;
  flex: 1;
  font-family: monospace;
  transition: 0.3s;
  margin: 1px;
  filter: grayscale(100%);
}

.card:hover {
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  outline: 0.5px solid black;
  background-color: white;
  transition: all 0.3s ease-in-out;
  filter: none;
}

.card:hover h2 {
  opacity: 1;
}

.card:hover .description {
  color: black;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.card:hover .discover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.project-title {
  opacity: 0;
}

.container {
  height: 100%;
  align-items: center;
}

.discover {
  border: 1px solid #587468;
  font-size: 10pt;
  margin: 10px;
  padding: 7px 7px;
  width: 150px;
  color: #587468;
  opacity: 0;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 5px;
  position: relative;
  bottom: 10px;
}

.discover:hover {
  border: 1px solid black;
  color: black;
  background-color: grey;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.discover:focus {
  background-color: #587468;
}

.description {
  justify-content: center;
  text-align: center;
  color: #587468;
  padding: 15px 50px;
  margin-bottom: 20px;
  opacity: 0;
}

.bridge {
  display: flex;
}

.bridgehouse {
  filter: grayscale(100%);
  width: 50%;
}

.bridgehouse:hover,
.picture:hover,
.card:hover .apps {
  filter: none;
}

.house {
  color: grey;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: lighter;
  padding-top: 200px;
  width: 50%;
}

.photosamples {
  display: flex;
  flex-wrap: wrap;
}

.picture {
  flex: 0 1 33.33%;
  width: 33.3333%;
  margin: auto;
  filter: grayscale(100%);
  border: 1px solid #c5d3cd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.info {
  padding: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.info:hover {
  color: #c5d3cd;
  transition: all 0.3s ease-in-out;
}

.opacity-40:hover {
  background-color: #bdc9c4;
  filter: none;
  transition: all 0.3s ease-in-out;
}

#about-me-paragraph {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  letter-spacing: 1px;
  padding-bottom: 90px;
}

#resume {
  color: grey;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

#resume:hover {
  color: #587468;
  transition: all 0.3s ease-in-out;
}

#first-app {
  background-image: url("./images/projects/mangapanel4.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#second-app {
  background-image: url("./images/projects/weather.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

#third-app {
  background-image: url("./images/projects/alternative\ background.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#fourth-app {
  background-image: url("./images/placeholders/BAABE075-F22F-4018-817C-B35209F48573_1_105_c.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

#buttons {
  padding: 5%;

#contact {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 15px;
  opacity: 0.6;
  letter-spacing: 6px;
  padding-bottom: 80px;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #587468;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #c5d3cd;
}

#bridgehouse-website {
  color: grey;
  text-decoration: underline;
}

#bridgehouse-website:hover {
  color: #c5d3cd;
}

@media screen and (max-width: 992px) {
  .picture,
  .navbar {
    flex: 0 0 50%;
    width: 50%;
  }

  .bridge,
  #contact {
    flex: 0 0 50%;
  }

  .card {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .card,
  .picture {
    width: 100%;
  }

  .bridgehouse,
  .house {
    width: 100%;
  }

  .discover {
    border: 1px solid black;
    color: black;
    background-color: #bdc9c4;
    opacity: 1;
  }
  .description {
    color: black;
    opacity: 1;
  }
}
