

* {
  text-align: center;
  cursor: url('REAPER_Cursor.png'), auto;
  font-family:Courier New;
  font-size:12px;
  line-height:1.25center
  
}

body {
  background-color: #000000;
  color: #ffffff;
}

p{
  margin: 10px 0;
}

.video-container{
  width: 70%;
  max-width: 100vw;
  margin: 0 auto;
  margin-bottom: 0px;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

a {
  color:#ffffff;
  text-decoration:none;
  cursor: url('REAPER_Cursor_inv.png'), auto;
}

a img {
  cursor: url('REAPER_Cursor_inv.png'), auto;
}

.link {
  font-weight:700
}

h1 {
  font-size:12px;
  margin-top:30px;
  text-decoration:none
}

img {
  display: block;
  margin: auto;
  max-width: 20vw;
  margin-bottom: 10px;
}

.skill-logo {
  max-width: 15vw;
  height: 100px;
  margin-bottom: 20px;
  max-height: 100px;
}

.skill-logos-row {
  display: flex;
  gap: 0px;
  max-width: 30%;
  margin-left: 35%;
  justify-content: center;
  align-items: center;
}

.credits-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.credit-image {
  flex: 0 1 0;
  max-width: 30vw;
}

.about{
  max-width: 45vw;
  margin: auto;
  margin-bottom: 30px;
}

nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.video-section {
  margin-bottom: 0;
}

.sound-libraries-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sound-library-item {
  flex: 0 1 0;
  max-width: 30vw;
}

.sound-library-item h3 {
  font-size: 14px;
  margin: 10px 1 0 0;
}

.reaper-scripts-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.reaper-script-item {
  flex: 0 1 0;
  max-width: 30vw;
}

.reaper-script-item h3 {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.portfolio-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.portfolio-video {
  width: 30vw;
  aspect-ratio: 16 / 9;
}

.portfolio-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.skill-logo {
  max-width: 15vw;
  height: auto;
  margin-bottom: 20px;
}
