@font-face {
  font-family: "Maven Pro";
  src: url("../font/MavenPro-Regular.ttf");
}

@font-face {
  font-family: "Open sans";
  src: url("../font/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  width: 100%;
  font-family: "Montserrat";
}

/* width */
.example ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
.example ::-webkit-scrollbar-track {
  background: #282B37
}

.example .result ::-webkit-scrollbar-track {
  background: rgba(184, 183, 183, 0.2)
}

/* Handle */
.example ::-webkit-scrollbar-thumb {
  background: rgba(184, 183, 183, 0.2);
  border-radius: 10px;
}

.created_by_header {
  color: #484c50 !important;
  margin-left: 0px !important;
  cursor: pointer;
  text-decoration: none
}

.doc_link {

  text-decoration: none;
  color: #ff8000
}

/* Handle on hover */
.example ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#navbar {
  font-family: "Open sans";
  height: 70px;
  width: 100%;
  background-color: #597180;
  color: white;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
}

#navbar.off {
  top: -70px;
  transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
}

#navbar a {
  text-decoration: none;
  color: white;
}

.nav_link {
  margin-right: 5px;
  margin-left: 5px;
}

.logo {
  margin-right: auto;
  margin-left: 100px;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  letter-spacing: 2px;
}

.logo_svg {
  margin-right: 10px;
}

.portfolio_link {
  color: #ff8000;
  text-decoration: none;
}

.hamburger {
  display: none;
  outline: none;
}

.git_txt_logo {
  display: none;
  cursor: pointer;
}

.nav_items {
  z-index: 200;
  display: flex;
  align-items: center;
}

.nav_item {
  cursor: pointer;
  transition: border 0.3s ease-in-out;
  padding: 15px;
  border: solid 1px transparent;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.5s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.5s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.5s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.5s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.5s ease-in-out;
}

.nav_item.off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.nav_item:hover {
  background-color: #4f6472;
  border: solid 1px white;
  border-radius: 4px;
  padding: 15px;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.git_logo {
  margin-left: 20px;
  margin-right: 100px;
  cursor: pointer;
  max-height: 33px;
}

section {
  width: 100%;
}

.example {
  width: 100%;
}

.main_section {
  width: 100%;
  height: 80vh;
  min-height: 600px;
  padding-top: 70px;
  color: #597180;
}

.main_top {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main_bottom {
  height: 30%;
  background-color: #c8d5d9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.logo_title {
  font-size: 72px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  font-family: "Maven pro"
}

.mouse {
  position: absolute;
  right: -100px;
  top: 10px;
  opacity: 0;
}

.js_j {
  border: solid 2px white;
  margin-right: 2px;
  position: relative;
}

.js_s {
  border: solid 2px white;
  position: relative;
}

.close {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  opacity: 0;
  color: #597180;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 11px;
  width: 2px;
  background-color: #597180;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.description_title {
  font-weight: 100;
  font-size: 24px;
  text-align: center;
}

.created_by {
  font-size: 18px;
}

.btn_container {
  width: 700px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.main_btn {
  font-size: 24px;
  width: 210px;
  padding: 10px 0px 10px 0px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  margin: 0px 10px 0px 10px;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  outline: none;
}

.g_started {
  background-color: #ff3e00;
  border: solid 2px #ff3e00;
}

.g_started:hover {
  background-color: white;
  color: #ff3e00;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}

.ddl {
  color: #c1151d;
  background-color: transparent;
  border: solid 2px #c1151d;
}

.ddl:hover {
  background-color: #c1151d;
  color: white;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}

.doc {
  background-color: #40b3ff;
  border: solid 2px #40b3ff;
}

.doc:hover {
  background-color: white;
  color: #40b3ff;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}

.description {
  max-width: 55%;
}

.footer {
  background-color: #272822;
  text-align: center;
  color: #bbbbbb;
  padding: 40px;
}

.foot_text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_text span {
  margin-right: 5px;
  margin-left: 5px;
}

.foot_text img {
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.created_by {
  color: #4696e5 !important;
  margin-left: 0px !important;
  cursor: pointer;
  text-decoration: none
}

.corp {
  font-size: 14px;
  margin-top: 5px;
}

.footer a {
  color: #bbbbbb;
}

.translate_left {
  opacity: 0;
  transform: translateX(-50px);
}

.translate_right {
  opacity: 0;
  transform: translateX(50px);
}

.translate_up {
  opacity: 0;
  transform: translateY(15px);
}

.apply {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

@media screen and (max-height: 860px) {
  .btn_container {
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

@media screen and (max-width: 900px) {
  .logo {
    margin: 0;
    font-size: 25px;
    margin-right: auto;
    margin-left: 10px;
  }

  .logo_title {
    font-size: 65px;
  }

  .nav_link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .git_logo {
    margin: 0;
    margin-right: 10px;
    height: 6vw;
    max-height: 33px;
  }

  .hamburger {
    color: white;
  }

  .git_txt_logo {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 10px;
  }

  .git_logo2 {
    margin-left: 10px;
  }

  .git_logo {
    display: none;
  }

  .nav_items {
    background-color: #7a8d99;
    position: absolute;
    right: -80vw;
    top: 70px;
    width: 70vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: right 0.5s ease-in-out;
  }

  .nav_item.off {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
  }

  .hamburger {
    display: block;
    margin-right: 0px;
  }

  .hamb_on {
    right: 0;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
  }

  .nav_item {
    border: none;
    border-radius: 0px;
    padding: 0px;
    font-size: 3.5vw;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    border-bottom: solid 1px white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .nav_item:hover {
    font-weight: normal;
    border: none;
    padding: 10px;
    transition: border 0.3s ease-in-out;
    border-bottom: solid 1px white;
    background-color: #89a3b4;
  }

  .btn_container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }

  .main_btn {
    font-size: 12px;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px 0px 5px;
  }

  .description_title {
    font-size: 16px;
  }

  .description {
    max-width: 90%;
    font-size: 20px;
  }

  .footer {
    padding: 15px 5px 15px 5px;
    font-size: 14px;
  }

  .created_by {
    font-size: 14px;
  }

  .corp {
    font-size: 12px;
  }
}