:root {
  /* --c1: #2988bc;
  --c2: #2f496e;
  --c3: #f4eade;
  --c4: #ed8c72; */
  --c1: #f55449; /*Firework*/
  --c2: #0f1f38; /*Onyx*/
  --c3: #1b4b5a; /*Oceanic*/
  --c4: #8e7970; /*Taupe*/
  --ct: rgba(27,75,90,0.1); /*#deebff;*/
}

::-moz-selection { /* Code for Firefox */
  background: var(--c4);
}

::selection {
  background: var(--c4);
}

.helper-box {
  border: 1px solid var(--c2);
  border-radius: 1rem;
  padding-top: 0;
  overflow: hidden;
}

.helper-box-title {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  color: #fff;
  background-color: var(--c2);
  padding: 1rem .5rem;
  box-sizing: border-box;
  margin: 0;
}
.helper-box-text {
  padding: 1rem;
}

#sec1 {position: relative;}

#sec1::after {
  border-bottom: 400px solid transparent;
  border-top: 400px solid transparent;
    border-left: 0px solid transparent;
    border-right: 400px solid var(--c4);
    height: 0;
    width: 0px;
    position: absolute;
    right: 0;
    top: 200px;
  content: '';
  z-index: -100;
  /* width: 400px;
  height: 500px;
  position: absolute;
  right: 0;
  background-color: var(--c3); */
}


#sec1::before {
  border-bottom: 400px solid transparent;
  border-top: 400px solid transparent;
    border-left: 0px solid transparent;
    border-right: 400px solid var(--c1);
    height: 0;
    width: 0px;
    position: absolute;
    right: 0;
    top: 240px;
  content: '';
  z-index: -90;
  /* width: 400px;
  height: 500px;
  position: absolute;
  right: 0;
  background-color: var(--c3); */
}


.logo_small {
  width: 3rem;
  height: 3rem;
  margin-right: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  overflow-x: hidden;
}

body, * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--c1);
}

ul, ol {
  margin: 0;
  padding: 0 1rem;
}

input[type=email] {
  padding: 1rem;
  display: block;
  border-radius: 1rem;
  border: 1px solid var(--c3);
  width: 300px;
  max-width: 100%;
  margin: 1rem 0;
}

.error-box {color: var(--c1); font-weight: 900; font-size: 1.2rem;}
.confirmation-box {color: var(--c1); font-weight: 900; font-size: 1.2rem;}

.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.horizontal-list li {
  margin: 1rem;
  display: flex;
  align-items: center;
}

#footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-img {
  width: 200px;
  height: 50px;
  background-image: url('/static/footer_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: var(--c3);
  text-align: center;
  padding: 5px 0;
  border-radius: 1rem;
  border: .2rem solid var(--c2);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  bottom: -120%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -.5rem;
  border-width: .5rem;
  border-style: solid;
  border-color: transparent transparent var(--c2) transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.link-more {
  color: var(--c1) !important;
  display: inline-block;
  width: auto;
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: 600;
}

.link-more::after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; margin-left: 10px;
}

.content-section-title-wrapper {
  max-width: 100%;
  width: 1090px;
  /* min-width: 960px; */
  text-align: center;
  position: relative;
  margin: 3rem auto;
}

.content-section-title {
  width: auto;
  font-size: 3rem;
  display: inline-block;
  padding: .5rem 1rem;
  background-color: #fff;
  margin: auto;
  z-index: 100;
  position: relative;
  color: var(--c2);
}

.content-section-title-wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: linear-gradient(to right, #fff 0%, var(--c2) 20% 80%, #fff 100%);
  z-index: 1;
}

.highlight-button {
  background-color: var(--c1);
  border-radius: 2rem;
  border: 2px solid var(--c2);
  color: #fff;
  padding: .5rem 1rem;
  font-size: inherit;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.index-button {
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: 2px solid var(--c1);
  color: var(--c1);
  font-size: 2rem;
  background-color: #fff;
  cursor: pointer;
  margin: 1rem auto;
}

.index-button:hover {
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: 2px solid var(--c2);
  color: var(--c2);
  font-size: 2rem;
  background-color: var(--c1);
  cursor: pointer;
  margin: 1rem auto;
}

.inline-button {
  background-color: var(--c3);
  border-radius: 1rem;
  border: 0;
  padding: .2rem 1rem;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
}

.button-tab {border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.inline-highlight-button {
  background-color: var(--c1);
  border-radius: 1rem;
  border: 1px solid var(--c3);
  padding: .2rem 1rem;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}

.tab-wrapper {border: 1px solid var(--c3); border-radius: 1rem; border-top-left-radius: 0; margin-top: 0; padding: 1rem 1rem; box-sizing: border-box; margin-bottom: 1rem;}
.document-list {list-style-type: none; margin: 0; padding: 0;}

#coffee-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.home-footer {
  width: 95vw;
  margin: 5rem auto;
  text-align: center;
}

.content {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
#navbar_toggle {display: none}

#navbar {
  width: 100vw;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#navbar a {
  color: var(--c2);
  font-weight: 600;
}

#navbar a.active, #navbar a:hover {text-decoration: underline;}

#navbar > div {
  height: 3rem;
  margin: 0 2rem;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-variant: small-caps;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

#title_bg {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 700px;
  box-sizing: border-box;
  background-position: left center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 1000px; /* Resize the background image to cover the entire container */
  position: relative;
  top: 0;
  left: 0;
}

#enter_button_wrapper {
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 5rem;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

#enter_button_wrapper > a {
  margin: 1rem 0;
}

/* .title_button {
  color: var(--c2);
  font-size: 2rem;
  padding: 1rem;
  border: 2px solid var(--c1);
  border-radius: 2rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color linear 0.2s, border linear 0.2s;
} */

.title_button {
  border: 0;
  color: var(--c1);
  font-size: 2rem;
  background-color: transparent;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  padding: .5rem 1rem;
}

.title_button:hover {
  color: var(--c2);
  border: 2px solid var(--c2);
  border-radius: 2rem;
  box-sizing: border-box;
}

/* .title_button:hover {
  color: #fff;
  background-color: var(--c1);
  border: 2px solid var(--c2);
} */

#title_arrow {
  /* width: 100vw;
  max-width:100%;
  position: absolute;
  left: 0;
  bottom: 25vh;
  text-align: center; */
  font-size: 5rem;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

#title_arrow:hover {
  color: var(--c2);
}

.title_header {
  font-size: 5rem;
  color: var(--c2);
  text-transform: uppercase;
  font-weight: 600;
  padding: 5rem 0;
  padding: 3rem;
}

/* .title_section_left {
  width: 75vw;
  position: relative;
  left: 0;
  padding: 3rem;
  box-sizing: border-box;
} */


.title_section_right, .title_section_left, .title_section_center  {
  width: 100vw;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: 2.5rem;
  font-size: 1.2rem;
  text-align: justify;
  align-items: center;
}

.title_section_center > div {
  margin: auto;
  width: 75vw;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.title_section_center_content_l, .title_section_center_content_r {
  width: 50%;
  box-sizing: border-box;
}
.
.title_section_center_content_l {padding-right: 2rem;}
.title_section_center_content_r {padding-left: 2rem;}

.title_section_center_content_l:before {
  content: "";
  width: 200px;
  height: 100%;
  shape-outside: circle(40%);
  float: right;
  }
.title_section_center_content_r:before {
  content: "";
  width: 200px;
  height: 100%;
  shape-outside: circle(40%);
  float: left;
}

.title_section_center_content_r:after, .title_section_center_content_l:after {
  clear: both;
}

.title_section_right > div:nth-child(1), .title_section_left > div:nth-child(2) {
  width: 24vw;
  padding: 3rem;
  box-sizing: border-box;
}

.title_section_right > div:nth-child(2), .title_section_left > div:nth-child(1) {
  width: 74vw;
  padding: 3rem;
  box-sizing: border-box;
}

.icon_wrapper {
  font-size: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c2);
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

#projectlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.projectitem {
  min-height: 250px;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}


.projectitem > div:first-child:hover {
  filter: grayscale(0%);
  transition: filter linear 0.2s;
}

.project-link {
  position: relative;
  height: 250px;
  width: 250px;
  background-position: top center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}

.project-content {
  width: calc(100% - 250px);
  padding: 0 2rem;
  box-sizing: border-box;
}

.project-title-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.project-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}

.project-technology {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box, padding-box;

  margin:  0.5rem;
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: grayscale 0.5s ease;
}
.project-technology:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.project-status {

  background-color: var(--c4);
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem .5rem;
  margin: 0 .5rem;
  display: inline-block;
  position: relative;
}

.status-prototype:before {
  content: "prototype";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-12deg);
}

.status-greek:before  {
  content: "\03b1\03b2\03b3";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 50%)  rotate(-12deg);
}

.soon-placeholder {
  background: repeating-linear-gradient(rgba(75,75,75,0.2), rgba(75,75,75,0.2) 1rem, #fff 1rem, #fff 2rem);
  min-height: 10rem;
  width: 100%;
  position: relative;
}

.soon-placeholder:before {
  content: "Soon";
  font-size: 3rem;
  color: var(--c1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#blog-wrapper {
  width: 100%;
  margin: auto;
}

#blog-wrapper, #blog-wrapper * {box-sizing: border-box;}

.blog-entry {
  width: 100%;
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 2px solid var(--ct);
}
.blog-title {
  width: 100%;
  text-align: left;
  font-size: 3rem;
  padding: 1rem 0 1rem 0;
  color: var(--c2);
  margin-bottom: 0;
}
.blog-date {
  text-align: left;
  color: rgba(75,75,75,0.5);
}
.blog-content {
  width: 100%;
}

.blog-content p {
  margin-top: 0;
}

.contrib-modal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.contrib-modal-icon i {
  font-size: 3rem;
  width: 120px;
  height: 120px;
  border-radius: 1rem ;
  background-color: var(--c3);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contrib-modal-title {
  font-size: 1.5rem;
  color: var(--c2);
  width: 150px;
  max-width: 100%;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transform: translate(-15px, 0);
}

.contrib-modal .active {
  background-color: var(--c1);
}


.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  box-sizing: border-box;
}

.modal-container {
  width: 960px;
  max-width: 100vw;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  display: block;
  margin-top: 1rem;
  background-color: var(--ct);
  padding: 1rem;
  border: 0;
  border-radius: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-default-button:hover {
  outline: 1px solid var(--c3);
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.table {width: 100%; box-sizing: border-box;}
.row {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding:.3rem;
}

.row_header {
	background-color: transparent; /*var(--def-bg-color);*/
	font-weight: 600;
	color: var(--c2);
}

.table > div {
	padding: .3rem;
	box-sizing: border-box;
}

.equal-cols .row > div {flex: 1 1 0;}
.equal-cols .row {align-items: flex-start;}

.standard-table .row > div:not(.list_actionbar) {flex: 1 1 0;}
.standard-table .row:nth-child(2n) {background-color: var(--ct);}

.standard-table > a {color: #4b4b4b; width: 100%; height: auto; position: relative; display: block;}
.standard-table > a:hover {
	background-color: var(--ct);
	border-radius: 1rem;
}

.response-wrapper {
  color: var(--c2);
  font-weight: 600;
}

.fact-wrapper {
  width: 10rem;
  padding: 1rem;
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background-color: var(--c2);
}

.fact-number {
  font-size: 2rem;
  font-weight: 600;
  color: var(--c1);
  margin-right: 10px;
  display: inline-block;
}

.fact-text {
  color: #fff;
  display: inline-block;
  width: auto;
}

.profile_technology, .profile_activity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.profile_technology > div {
  width: 50px;
  height: 50px;
  margin: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  border: 2px solid transparent;
  border-radius: 1rem;
}

.profile_activity > div {
  width: 50px;
  height: 50px;
  margin: 1rem;
  color: var(--c2);
  border: 2px solid transparent;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_activity > div i {
  font-size: 3rem;
}

.project_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 2rem;
  box-sizing: border-box;
}

.project_content > div:first-child {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box, padding-box;
  padding: 0 10rem;
}

.project_content > div {
  width: 50%;
  min-height: 50vh;
  box-sizing: border-box;
}
.login-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}

.login-form input {
  padding: 1rem;
  display: inline-block;
  width: 300px;
}
.login-form label {
  padding: 1rem 0;
  display: inline-block;
  width: 300px;
}

.login-form button {
  display: inline-block;
  width: 300px;
  margin: 0 !important;
  height: 2rem;
}
