@font-face {
  font-family: 'Romance Logic';
  src: url(fonts/RomanceLogic.ttf) format('truetype');
}

@font-face {
  font-family: 'Notulen';
  src: url(fonts/notulenserif.otf) format('truetype');
}

@font-face {
  font-family: 'Forzan';
  src: url(fonts/ForzanLight-ALWAA.ttf) format('truetype');
}

@font-face {
  font-family: 'Glorify';
  src: url(fonts/Glorifydemo-BW3J3.otf) format('truetype');
}

body {
  background-color: black;
  color: white;
  letter-spacing: 0.5px;
  font-family: Glorify;
  font-weight: bold;
  font-size: 16px;
}

h1 {
  font-family: Romance Logic;
  font-weight: bold;
}
h2 {
  font-family: Romance Logic;
  font-weight: bold;
  font-size: 40px;
}

img {
  border-radius: 100px;
  border-style: double;
}

nav {
  position: fixed;
  background-color: rgb(70, 70, 70);
  width: 100%;
  top: 0px;
  left: 0px;
}
nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  justify-content: end;
  margin-bottom: 0;
  margin-right: 20px;
}

.nav-list {
  display: inline-block;
}

.nav-link {
  padding: 10px;
  margin: 0px;
  text-decoration: none;
  color: white;
  font-family: Notulen;
  font-size: 16px;
}
.nav-link:hover {
  background-color: rgb(223, 223, 223);
  color: black;
}

#top {
  margin-top: 100px;
}

#top-header {
  text-align: center;
  font-size: 50px;
  padding: 0 20px;
}

#top-secondary-header {
  text-align: center;

  font-size: 40px;
}

.section1 {
  padding: 10px;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

#section1-div {
  text-align: center;
}

.section2 {
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.section2 a {
  color: white;
  padding: 5px;
}

.section2 a:hover {
  background-color: rgb(223, 223, 223);
  color: black;
}

li {
  list-style-type: none;
}

#section2-item3 {
  padding-bottom: 30px;
}

.section3 {
  padding: 10px;
  margin-top: 10px;
}

#section3-div {
  padding-top: 50px;
  text-align: center;
}

#section2-div {
  padding-top: 40px;
}

#list-item1 {
  padding-bottom: 20px;
}
#section3-item2 {
  padding-bottom: 30px;
}

#section4-header {
  font-size: 35px;
}

.section4 {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 60px;
  border-style: double;
  border-radius: 20px;
  padding: 15px;
  background-color: rgb(70, 70, 70);
}

.btn {
  background-color: white;
  color: black;
}

.btn:hover {
  background-color: black;
  color: white;
}

ul {
  padding-left: 0;
}

.section5-list {
  display: inline-block;
}

.link {
  padding: 20px;
  text-decoration: none;
  color: white;
  font-family: Notulen;
  font-size: 2em;
}

.link:hover {
  background-color: rgb(223, 223, 223);
  color: black;
}

.section5-div {
  text-align: center;
  padding-bottom: 20px;
}

.section5 {
  text-align: center;
}

.color-theme {
  padding-bottom: 30px;
}

@media (min-width: 500px) {
  .nav-link {
    padding: 15px;
    font-size: 24px;
  }
  #top {
    margin-top: 150px;
  }

  #top-header {
    font-size: 60px;
  }

  #section4-header {
    font-size: 50px;
  }
}

@media (min-width: 800px) {
  .nav-link {
    font-size: 30px;
  }
  #top {
    margin-top: 100px;
  }

  #top-header {
    font-size: 60px;
  }

  #section4-header {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  #top {
    margin-top: 150px;
  }

  body {
    font-size: 22px;
  }

  .nav-link {
    font-size: 2em;
  }

  #top-header {
    text-align: end;
    padding-right: 100px;
    font-size: 70px;
  }

  #top-secondary-header {
    text-align: end;
    padding-right: 100px;
    font-size: 40px;
  }

  .section1 {
    padding: 50px;
  }

  #section1-div {
    display: flex;
    text-align: end;
    align-items: center;
  }

  .section2 {
    text-align: start;
    padding: 50px;
    display: flex;
    padding-top: 75px;
  }
  .section2 #section2-img {
    display: flex;
    align-items: center;
    order: 2;
  }
  .section2 #project-text {
    order: 1;
    align-items: center;
  }

  .section2 #img-div-2 {
    display: flex;
    order: 2;
    padding-top: 0;
  }

  #section2-img {
    padding-top: 0;
  }

  .section3 {
    padding: 50px;
    padding-top: 75px;
  }

  #section3-div {
    text-align: end;
  }

  #section4-header {
    font-size: 60px;
  }

  .section5-div {
    text-align: left;
    padding-left: 120px;
  }
  .section5 {
    text-align: left;
    margin-left: 20px;
  }

  .color-theme {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    text-align: right;
    padding-right: 30px;
  }

  #color {
    margin-bottom: 0;
  }
}
