* {
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:link {
  color: #f2f2f2;
  text-decoration: none;
}
a:visited {
  color: #f2f2f2;
  text-decoration: none;
}
a:hover {
  color: #ffe090;
  text-decoration: none;
}
a:active {
  color: #f2f2f2;
  text-decoration: none;
}
body {
  background-color: #000;
  width: 100%;
  height: auto;
}
#OMGDlogo {
  width: 100%;
  height: auto;
  position: absolute;
  /* z-index: 2; */
  top: 150px;
  padding: 20px 20px 20px 20px;
}
#logo-top {
  width: 100%;
  height: auto;
}
#logo-bottom {
  width: 100%;
  height: auto;
}
#cover {
  width: 100%;
  height: auto;
  text-align: center;
}
#cover_pic {
  position: inherit;
  width: 100%;
  height: auto;
  padding: 0px;
}
#header {
  background-color: #000000dd;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  /* display: flex; */
  /* flex-direction: row;
  align-items: center; */
  /* padding: 15px 30px; */
  /* position: absolute; */
  /* float: right; */
  /* width: 1440px; */
  /* height: 78px; */
  /* left: 0px; */
  /* top: 0px; */
}
#social {
  width: 25%;
  height: auto;
  /* background-color: green; */

  display: flex;
  flex-direction: row;
  align-items: center;
}
#navigation {
  width: 100%;
  /* background-color: #ff5555; */
  margin-top: 6px;
  /* margin-left: 10%; */
  /* margin-right: 5%; */
  display: flex;
  flex-direction: row;
  justify-content: center;

  font-family: "Trebuchet MS", sans-serif;
  font-weight: 300;
  
  color: #f2f2f2;
  letter-spacing: 0.2rem;
  height: auto;
}
.section-title {
  /* background-color: red; */
  min-height: 40px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12vw;
  font-weight: 400;
  color: #f2f2f2;
  letter-spacing: 0.5rem;
  margin-left: 30px;
  margin-bottom: 100px;

  width: 100%;
}
.grid-social {
  display: grid;
  grid-template-columns: auto auto auto;
}
.grid-item-social {
  padding: 15px;
  font-size: 30px;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.grid-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  
}
.grid-item-nav {
  padding: 15px;
  font-size: 30px;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.works-poster {
  width: 100%;
  height: auto;
  /* max-width: 300px; */
}
.works-poster-img {
  /* background-color: blue; */
  width: 100%;
  height: auto;
}

.poster-credit {
  width: 100%;
  height: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff9ed;
  text-align: left;
  margin-left: auto;
  line-height: 1.5;
}

@media only screen and (min-width: 400px) {
  .works-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #about-text {
    font-size: 12px;
  } 
  #navigation {
    font-size: 3vw;
  } 
  .grid-nav {
    gap: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .works-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  #about-text {
    font-size: 14px;
  } 
  #navigation {
    font-size: 2.5vw;
  } 
  .grid-nav {
    gap: 25px;
  }
}
@media only screen and (min-width: 900px) {
  .works-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
  #about-text {
    font-size: 16px;
  } 
  #navigation {
    font-size: 2vw;
  } 
  .grid-nav {
    gap: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .works-grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
  #about-text {
    font-size: 18px;
  }  
  #navigation {
    font-size: 1.75vw;
  }
  .grid-nav {
    gap: 50px;
  }
}
.works-grid-container {
  /* background-color: #FF444450; */
  display: grid;
  width: 100%;
  height: auto;
  padding: 30px;
}
.works-grid-item {
  /* background-color: green; */
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 10px 50px 10px;
}


p {
  margin-bottom: 30px;
}

#about-text {
  background-color: #323232;
  font-family: Tahoma, sans-serif;
  /* font-weight: 300; */
  color: #fff8db;
  margin-left: 10%;
  margin-right: 10%;
  /* margin-top: 100px; */
  padding: 20px 35px 20px 35px;
  letter-spacing: 2px;
  border-radius: 8px;
  line-height: 1.7;
}
#divider {
  display: flex;
  width: 100%;
  height: 500px;
}

.body-center {
  width: 100%;
  height: auto;
}

#contact-form {
  /* background-color: #ff000033; */
  width: 100%;
  height: 1420px;
}

#contact-info {
  width: 250px;
  height: auto;
  margin-left: 35%;
  margin-right: 35%;
}

