@font-face{
  font-family: canulla-sans;
  src: url("CallunaSans-Regular.otf");
}

@font-face{
  font-family: canulla-sans-bold;
  src: url("CallunaSans-Bold.otf");
}

@font-face{
  font-family: canulla-sans-itallic;
  src: url("CallunaSans-Italic.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: canulla-sans;
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 15vh;
  display: flex;
  padding: 0px 25px;
  justify-content: space-around;
  align-items: center;
  background-color: #283618;
  color: #FEFAE0;
}

div {
  display: block;
}

footer {
  background-color: #283618;
  height: 10vh;
}


.header-logo-container{
  width: 50vw;
  display: flex;
  padding: 1rem 0rem 1rem 2rem;
}

.header-logo-image {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.5rem;
  text-rendering: auto;
  padding-top: .75rem;
  height: 100px;
  width: 200px;
}

.header-list {
  list-style: none;
  min-height: 75px;
  padding-top: .4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-right: 2rem;
}


.header-nav-container {
  width: 50vw;
  padding: 1rem 0rem 1rem 2rem;
}

.nav-link {
  border: none;
  font-size: 2rem;
  text-decoration: none;
  color: #FEFAE0;
}

.nav-link:hover {
  border: none;
  color: #000;
}

.project-title-section {
  margin-top: 15vh;
  height: 85vh;
  width: 100vw;
  background-color: #FEFAE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-logo {
  height: 200px;
  width: 400px;
  margin-bottom: 40px;
}

.project-title {
  font-size: 5rem;
}

.project-title-subtext {
  margin-top: 50px;
  font-size: 2.5rem;
}


.overview-container {
  height: 100vh;
  width: 100vw;
  background-color: #606C38;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-title {
  align-self: center;
  font-size: 4rem;
  color: #000;
  /* margin-bottom: 2rem; */
}

.overview-text {
  margin-top: 4rem;
  width: 50%;
  font-size: 1.5rem;
  color: #000;
  align-self: center;
  text-align: center;
  padding: 2rem;
  background-color: #E1C16E;
  border: 5px solid black;
  border-radius: 2rem;
}


.team-container {
  min-height: 100vh;
  width: 100vw;
  background-color: #FEFAE0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.team-title {
  font-size: 3rem;
  margin-top: 50px;
}

.team-picture-container {
  display: flex;
  justify-content: center;
}

.team-member-picture-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid black;
  margin: 0 1rem;
  padding: 1rem;
}

.team-member-name {
  font-family: canulla-sans-bold;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.team-member-role {
  font-size: 1.5rem;
}

.team-member-email {
  font-family: canulla-sans-itallic;
  font-size: 1.25rem;
}

.team-picture {
  height: 214px;
  width: 200px;
  border-radius: 50%;
  border: 2.5px solid black;
  margin: 2rem;
}

.document-section-container {
  margin-top: 10vh;
  min-height: 150vh;
  max-width: 100vw;
  background-color: #FEFAE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.document-container {
  border: 3px solid black;
  width: 50%;
  padding: 2rem;
  margin: 3rem;
}

.document-title {

  font-size: 2rem;
  color: #000;
}
.document-title:hover {

  font-size: 2rem;
  color: #888;
}

.document-text {
  font-size: 1.5rem;

}

.project-section-container {
  min-height: 180vh;
  max-width: 100vw;
  background-color: #FEFAE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
}


.project-container {
  width: 100vw;
  /* background-color: #606C38; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vh;
}

.project-title {
  align-self: center;
  font-size: 4rem;
  color: #000;
  /* margin-bottom: 2rem; */
}

.project-text {
  margin-top: 4rem;
  width: 50%;
  font-size: 1.5rem;
  color: #000;
  align-self: center;
  text-align: center;
  padding: 2rem;
  background-color: #E1C16E;
  border: 5px solid black;
  border-radius: 2rem;
}

.tech-requirements-ul {
  margin-top: 4rem;
  width: 50%;
  font-size: 1.5rem;
  color: #000;
  align-self: center;
  text-align: left;
  padding: 2rem;
  background-color: #E1C16E;
  border: 5px solid black;
  border-radius: 2rem;
}

.tech-requirements-li {
  font-family: canulla-sans-bold;
  list-style: none;
}

.tech-requirements-p {

}

/* Modern Browsers */
::selection {
  background-color: #dda15e; /* Change this to your desired highlight color */
  color: #000; /* Change this to your desired text color */
}

/* Firefox */
::-moz-selection {
  background-color: #dda15e; /* Change this to your desired highlight color */
  color: #000; /* Change this to your desired text color */
}

.construction {
    font-size: 2rem;
    color: red;
    border: 2px solid red;
    padding: 1rem;
    margin: 2rem;
    align-self: center;
    background-color: black;
}
