@charset "UTF-8";
/* imports */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
@font-face {
  font-family: "dracula-Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "CooperFive";
  src: url("../fonts/CooperFiveOpti-Black.otf") format("opentype");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jnflzt");
  src: url("../fonts/icomoon.eot?jnflzt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jnflzt") format("truetype"), url("../fonts/icomoon.woff?jnflzt") format("woff"), url("../fonts/icomoon.svg?jnflzt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=" icon "], [class^="icon "], [class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-tachometer:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

/* ###############
 * text decoration
 * ###############
 */
.text-default, .text-standard {
  font-family: "Montserrat", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-tiny, .text-tiny {
  font-size: 10px;
}

.font-mini, .text-mini {
  font-size: 10px;
}

.font-small, .text-small {
  font-size: 12px;
}

.font-medium, .text-medium {
  font-size: 14px;
}

.font-large, .text-large {
  font-size: 16px;
}

.font-xlarge, .text-xlarge {
  font-size: 18px;
}

.font-xxlarge, .text-xxlarge {
  font-size: 21px;
}

.italic {
  font-style: italic;
}

.text-semi-bold {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-heavy {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.icon-center:before {
  vertical-align: top;
  padding: 3px;
}

.text-white {
  color: #ffffff;
}

.text-light-blue {
  color: #cceaff;
}

.text-blue {
  color: #0095ff;
}

.text-gray {
  color: #cccccc;
}

.text-green {
  color: #00ff95;
}

.text-error {
  color: #ff0047;
}

.text-dark {
  color: #333333;
}

.text-dashboard {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #cccccc;
}

.text-shadow {
  text-shadow: 0 2px 6px #00000040;
}

a {
  font-family: "Montserrat";
  font-weight: 500;
  text-decoration: none;
  color: #6a5a8a;
}
a:hover {
  color: #c5a8ff;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #f3f1f7;
}

button {
  transition: all ease 0.3s;
  cursor: pointer;
}

h1 {
  font-family: "Montserrat";
  color: #0095ff;
  font-size: 42px;
  font-weight: 600;
  margin: 0px;
}
h1.agile-font {
  font-size: 64px;
  color: #f8f5ff;
  -webkit-text-stroke: 4px #f8f5ff;
  text-shadow: 1px 2px 0 #00000036;
  letter-spacing: -7px;
}

h2 {
  font-family: "Montserrat";
  color: #6a5a8a;
  font-weight: 500;
  font-size: 24px;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 54px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-bottom: 60px;
}

footer {
  background-color: white;
  height: 240px;
  width: 100%;
  position: relative;
}

li {
  padding: 3px;
}

ul {
  margin: 0;
  padding: 20px;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 6px -3px #403754;
  justify-content: center;
}
nav .item {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #6a5a8a;
  margin-right: 24px;
  height: 100%;
  cursor: pointer;
}
nav .item span {
  display: inline-block;
  margin-top: 18px;
}
nav .item:focus, nav .item:active, nav .item:hover {
  color: #c5a8ff;
}
nav .item:focus .subnavi, nav .item:active .subnavi, nav .item:hover .subnavi {
  display: flex;
}
nav .subnavi {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 93px;
  background: #f3f1f7;
  top: 54px;
  left: 0;
  border-bottom: 3px solid #6a5a8a85;
  justify-content: center;
  box-shadow: 0 3px 6px -3px #403754;
  transition: all ease 0.3s;
}
nav .subnavi .item {
  display: flex;
  height: 100%;
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  color: #454348;
  padding: 15px;
  cursor: pointer;
}
nav .subnavi .item label {
  font-weight: 600;
  color: #c5a8ff;
}
nav .subnavi .item:hover {
  background-color: white;
}
nav .subnavi .item .logo {
  height: 55px;
  position: relative;
  padding-right: 12px;
}
nav .subnavi .item .logo img {
  height: 100%;
  width: auto;
}
nav button {
  padding: 10px 12px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
}
nav button.atlassian {
  background-color: #0052CC;
  color: #ffffff;
  font-family: "Charlie Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}
nav button.atlassian:hover {
  background-color: #0065ff;
}

.title-banner,
.studio-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-banner .dracula-icon,
.studio-banner .dracula-icon {
  font-size: 210px;
  color: #0095ff;
}
.title-banner .title-box .slogan,
.studio-banner .title-box .slogan {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 21px;
  text-align: center;
}

.studio-banner {
  height: 100vh;
}
.studio-banner .title-box {
  margin-left: 30px;
}

.title-banner {
  background-color: #6a5a8a;
  height: 50vh;
}
.title-banner .slogan {
  color: #c5a8ff;
}
.title-banner .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

main .content {
  margin-top: 30px;
  width: 100%;
  max-width: 768px;
}
main .content .icon {
  color: #c5a8ff;
  font-size: 27px;
  padding: 12px;
}
main .content .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  color: #454348;
}
main .deck {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  flex-direction: row;
  justify-content: center;
}
main .deck .card {
  background-color: #ffffff;
  border: 12px solid white;
  font-size: 72px;
  margin: 12px;
  border-radius: 6px;
  box-shadow: 0 3px 6px -3px rgba(43, 45, 47, 0.3);
  display: block;
  width: 124px;
  height: 174px;
  color: #ffffff;
  text-align: center;
  line-height: 170px;
  text-shadow: 1px 2px #0000003b;
  vertical-align: middle;
  font-weight: 600;
  transition: all ease 0.3s;
  font-family: "Montserrat";
}
main .deck .card.c-0 {
  background-color: #00a3f3;
}
main .deck .card.c-1 {
  background-color: #00c8d5;
}
main .deck .card.c-2 {
  background-color: #00efaf;
}
main .deck .card.c-3 {
  background-color: #10ff86;
}
main .deck .card.c-5 {
  background-color: #5fff4e;
}
main .deck .card.c-8 {
  background-color: #c0ff17;
}
main .deck .card.c-13 {
  background-color: #fff600;
}
main .deck .card.c-20 {
  background-color: #ffb61c;
}
main .deck .card.c-40 {
  background-color: #ff5c56;
}
main .deck .card.c-100 {
  background-color: #ff1388;
}
main .deck .card.c-idk {
  background-color: #6a5a8a;
}
main button {
  padding: 10px 12px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
}
main button.atlassian {
  background-color: #0052CC;
  color: #ffffff;
  font-family: "Charlie Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}
main button.atlassian:hover {
  background-color: #0065ff;
}

footer {
  display: flex;
  justify-content: center;
}
footer .content {
  width: 100%;
  max-width: 768px;
  display: flex;
  justify-content: space-around;
  margin: 30px;
  margin-bottom: 60px;
}
footer .content .block {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  color: #454348;
  line-height: 24px;
}
footer .content .block label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

/*# sourceMappingURL=styles.css.map */
