/* Code written by: Keyan Hatefi */
/* ODRM-Play */

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body
{
  background: url('./resources/odrm-play_background.jpg');
  background-color: #69C5AC; /* In case the background image fails to load */
}

/* ----------------------------------------------------------------------------------------- */
/* Navigation */
a
{
  color: #ffffff;
  text-decoration: none;
}

a:link
{
  color: #ffffff;
}

a:hover
{
  color: #6ac5ad;
  text-decoration: underline;
}

a:active
{
  color: #009292;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Header */

.page-header
{
  border-bottom: solid #5F9F9E 5px;
  background: url('odrm-play_index-background.jpg');
  background-size: 40%;
}

.page-nav
{
  display: flex;
  justify-content:right;
  align-items:center;
  padding-top: 2.5rem;
  margin-right: 10vw;
  color:#ffffff;
  text-transform: uppercase;
  font-family: Utendo-Bold;
  word-spacing: 50px;
  gap:2vw;
}

.page-header hr
{
  height:15px;
  color:#ffffff;
}

.page-header-logo
{
  position: relative;
  width:5rem;
  margin-left: 12.8vw;
  bottom:1.7rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Index Page */

.index-header nav
{
  display: flex;
  justify-content:right;
  align-items: row;
  padding: .6rem;
  margin-right: 10vw;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  color:#BEBEBE;
  text-transform: uppercase;
  font-family: Utendo-Bold;
  word-spacing: 50px;
  gap:2vw;
}

.index-header hr
{
  height:15px;
  color:#BEBEBE;
}

.index-main
{
  justify-content:center;
  align-items: center;
  background: url('odrm-play_index-background.jpg');
  background-size: 40%;
  color:#ffffff;
  width:100%;
  height:100vh;
  box-shadow: 10px 10px 100px black;
  border-bottom: solid #5F9F9E 5px;
}

.index-logo
{
  display:flex;
  justify-content: center;
  margin-top: 13vh;
  max-width:100%;
  max-height:100vh;
	animation: fade-in-fwd 3.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.index-title
{
  text-align: center;
  line-height:0%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.index-h1
{
  color:#5F9F9E;
  font-size: 50px;
  font-family: Utendo-ExtraLight;
  font-size:50px;
  animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.index-h2
{
  color:#5F9F9E;
  font-size: 20px;
  line-height: 0.5;
  font-family: Utendo-ExtraLight;
  font-size:20px;
  animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.index-h3
{
  text-align: center;
  margin-top: 10rem;
  font-size: 30px;
  color:#BEBEBE;
  font-family: Utendo-Regular;
  font-size:30px;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.index-arrowdown
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: auto;
  margin-top: 12vh;
  animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.index-body
{
  margin: auto;
  background-color: #1E1E1E;
  width: 80%;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
  overflow:auto;
}

.index-text-1
{
  position:relative;
  bottom:7rem;
  margin-top: 9rem;
  margin-left: 4.5rem;
  color: #ffffff;
  font-family: Utendo-ExtraLight;
  width: 43%;
  font-size: 15pt;
  line-height: 1.6;
  overflow: hidden;
}

.index-text-2
{
  position:relative;
  bottom:5rem;
  margin-top: 7rem;
  margin-left: 4.5rem;
  color: #ffffff;
  font-family: Utendo-ExtraLight;
  width: 90%;
  font-size: 15pt;
  line-height: 1.6;
  overflow: hidden;
}

.index-strongtext
{
  font-family: Utendo-Regular;
  color:#6ac5ad;
}

.index-table
{
  display:flex;
  margin-left:52%;
  height:6rem;
  font-size:18px;
  color:#ffffff;
  font-family:Utendo-Regular;
  margin-top:5rem;
}

caption
{
  margin-bottom: 2rem;
  color:#6ac5ad;
  font-size: 15pt;
}

th
{
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 5px;

}

td
{
  padding: 53px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #BEBEBE;
}

.index-table-mark
{
  margin-left:30px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* About Page */

.about-body
{
  margin:auto;
  background-color:#1E1E1E;
  width:70%;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
}

.about-hr
{
  color:#5F9F9E;
  margin-top:50px;
  margin-bottom:4rem;
}

.about-title
{
  display: flex;
  align-items: center;
  color: #5F9F9E;
}

.about-title:before, .about-title:after 
{
  content: "";
  flex-grow: 1;
  background: #5F9F9E;
  height: 1px;
  margin: 0px 100px;
}

.about-h1
{
  color:#5F9F9E;
  font-size: 50px;
  font-family: Utendo-Regular;
}

.about-strongtext
{
  font-family: Utendo-Regular;
  color:#6ac5ad;
}

.about-text-1
{
  position:relative;
  bottom: 21rem;
  margin-left: 32rem;
  color:#ffffff;
  font-family: Utendo-ExtraLight;
  width:50%;
  height: 5%;
  font-size: 15pt;
  line-height: 1.6;
}

.about-text-2
{
  position:relative;
  margin-left: 4rem;
  color:#ffffff;
  font-family: Utendo-ExtraLight;
  width:90%;
  font-size: 15pt;
  line-height: 1.6;
}

.about-img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
  padding-bottom:50px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Library Page */

.library-title
{
  display: flex;
  align-items: center;
  color: #5F9F9E;
}

.library-title:before, .library-title:after 
{
  content: "";
  flex-grow: 1;
  background: #5F9F9E;
  height: 1px;
  margin: 0px 100px;
}

.library-h1
{
  color:#5F9F9E;
  font-size: 50px;
  font-family: Utendo-Regular;
}

.library-h2
{
  text-align: center;
  font-size: 20px;
  color:#ffffff;
  font-family: Utendo-Regular;
}

.library-body
{
  margin: auto;
  background-color: #1E1E1E;
  width: 70%;
  height: 290rem;
  overflow: hidden;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
}

.library-row
{
  display:grid;
  justify-content:center;
  grid-template-columns:repeat(4,200px);
  grid-auto-rows:270px;
  gap:100px;
  margin:44px 0;
  color:#ffffff;
}

.library-p
{
  text-align: center;
  font-size: 15px;
  margin-top:5px;
  color:#ffffff;
  font-family: Utendo-Regular;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Concept Page */

.concept-title
{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5F9F9E;
}

.concept-title:before, .concept-title:after 
{
  content: "";
  flex-grow: 1;
  background: #5F9F9E;
  height: 1px;
  margin: 0px 100px;
}

.concept-h1
{
  color:#5F9F9E;
  font-size: 50px;
  font-family: Utendo-Regular;
}

.concept-body
{
  margin: auto;
  background-color: #1E1E1E;
  width: 70%;
  overflow: hidden;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
}

.concept-text-1
{
  position:relative;
  bottom:3rem;
  margin-top: 5rem;
  margin-left: 4.5rem;
  color: #ffffff;
  font-family: Utendo-ExtraLight;
  width: 47%;
  font-size: 15pt;
  line-height: 1.6;
}

.concept-img
{
  display:flex;
  position:relative;
  left: 55%;
  bottom:17rem;
}

.concept-scroll
{
  display:flex;
  justify-content:flex-start;
  overflow: auto;
  white-space: nowrap;
  position:relative;
  bottom:10rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Manual Page - Home */

.manual-body
{
  margin:auto;
  background-color:#1E1E1E;
  width:90%;
  height:100vh;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
}

.manual-body-2
{
  width:20%;
  height:60%;

  border-right: solid #5F9F9E 5px;
  border-image:linear-gradient(rgba(0,0,0,0), #5F9F9E, rgba(0,0,0,0)) 1;
  position:fixed;
}

.manual-logo
{
  position: relative;
  left:47%;
  top:25%;
  width:30rem;
}

.manual-h1-title
{
  text-align: center;
  font-family: Utendo-Regular;
  text-transform: uppercase;
  color:#6ac5ad;
  position: relative;
  left:47%;
  top:30%;
  width:30rem;
}

.manual-h2
{
  text-align: center;
  font-family: Utendo-Regular;
  text-transform: uppercase;
  color:#6ac5ad;
  position:relative;
  top: 2rem;
}

.manual-hr-h2
{
  color:#6ac5ad;
  border-image:linear-gradient(rgba(0,0,0,0), #5F9F9E, rgba(0,0,0,0)) 1;
  position:relative;
  top: 3.5rem;
}

.manual-mlink
{
  display:flex;
  justify-content: left;
  font-family: Utendo-Regular;
  color:#ffffff;
  position:relative;
  font-size:20px;
  top: 4rem;
  margin-top: 2rem;
  margin-left:5rem;
}

.manual-strongtext
{
  font-family: Utendo-Regular;
  color:#6ac5ad;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Manual Page - Topics */

.manual-body-open
{
  margin:auto;
  background-color:#1E1E1E;
  width:90%;
  box-shadow: 10px 10px 100px black;
  border-left: solid #5F9F9E 5px;
  border-right: solid #5F9F9E 5px;
}

.manual-title
{
  color:#6ac5ad;
  font-family: Utendo-Regular;
  width:90%;

  padding-left:30%;
  padding-top:2%;
}

.manual-text
{
  color:#ffffff;
  font-family: Utendo-ExtraLight;
  width:90%;
  font-size: 15pt;
  line-height: 2;
  padding-left:30%;
  padding-top:1%;
  padding-bottom:3%;
}

.manual-codetext
{
  text-align: center;
  font-style: italic;
  font-size: 15pt;
  color:#5E9E9D;
  font-family: Utendo-Regular;

  padding-bottom:2%;
  margin-left: 23%;
}

.manual1-img-column
{
  display: flex;
  position: relative;
  float: left;
  left:30%;
  width: 33.33%;
  padding: 50px;

  width: 30%;
  height: auto;
}

.manual1-img-row::after 
{
  content: "";
  clear: both;
  display: table;
}

.manual-topic-title
{
  color:#6ac5ad;
  font-family: Utendo-Regular;
  width:90%;
  display:flex;
  justify-content: center;
  font-size: 25pt;
  padding-left:32%;
  padding-top:2%;
  padding-bottom:2%;
}

.manual-img
{
  display: flex;
  margin-left: 46.3%;
  padding-bottom:2%;
}

.manual-hr
{
  color:#5F9F9E;
  opacity: 50%;
  width:30%;
  margin-left: 46.5%;
  margin-top:2%;
  margin-bottom:2%;
}

.manual-img-setup
{
  padding-bottom:2%;
  margin-left: 36%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer */

.footer
{
  height: 8rem;
  color: #ffffff;
  font-size:12px;
  font-family: 'Roboto', sans-serif;
  border-top: solid #5F9F9E 5px;
  background: url('odrm-play_index-background.jpg');
  background-size: 40%;
  overflow: hidden;
}

.footer-text
{
  text-align: center;
  margin-top:1.4rem;
  margin-left: auto;
  margin-right: auto;
  font-size:15px;
  line-height: 0.2;
  font-family: Utendo-Regular;
  width: 250px;
}

.social-medias
{
  display: flex;
  justify-content: center;
  margin-top:1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  gap: 40px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Animations */

@keyframes fade-in-fwd {
  0% 
  {
    transform: translateZ(-80px);
    opacity: 0;
  }

  100% 
  {
    transform: translateZ(0);
    opacity: 1;
  }
}


 @keyframes fade-in 
 {
  0% 
  {
    opacity: 0;
  }

  100% 
  {
    opacity: 1;
  }
}

@keyframes slide-in-bottom 
 {
  0% 
  {
    transform: translateY(1000px);
    opacity: 0;
  }

  100% 
  {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand 
{
  0% 
  {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% 
  {
    opacity: 0.6;
  }

  100% 
  {
    opacity: 1;
  }
}