@font-face {
  font-family: "Raleway";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Bold.ttf");
}
body {
  font-family: "Raleway", raleway-regular;
  font-size: 13px;
}

strong {
  font-family: "Raleway-Bold", raleway-bold !important;
}

p {
  text-align: justify;
}

.text-bold {
  font-family: "Raleway-Bold", raleway-bold !important;
}

.bar {
  padding: 10px;
  margin: 10px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  display: none;
}

/* (B) THE VARIATIONS */
.info {
  color: #204a8e;
  background: #c9ddff;
  border: 1px solid #4c699b;
}

.success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.warn {
  color: #756e15;
  background: #fffbd1;
  border: 1px solid #87803e;
}

.error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

main {
  min-height: 100vh;
}

h1 {
  font-family: "Raleway-Bold", raleway-bold;
}

.btn-incom-gold {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #FFDB5E;
}

.btn-incom-dark {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #194246;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.input {
  margin: 5px;
  width: 100%;
  min-height: 40px;
}

.contact-btn {
  padding: 15px;
  color: #DEF6DE;
  background-color: #194246;
  border-radius: 0.2em;
  float: right;
}

.contact-btn:hover {
  color: #194246;
  background-color: #FFDB5E;
}

.modal-spinner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .modal-spinner {
  display: block;
}

body.loading-100 {
  overflow: hidden;
}

body.loading-100 .modal-spinner {
  display: block;
  background: #F2F2F2 url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

.text-silver {
  color: #DEF6DE;
}

.text-gold {
  color: #FFDB5E;
}

.text-platinum {
  color: #2DC4B5;
}

.text-diamond {
  color: #194246;
}

.text-white {
  color: #ffffff;
}

.dataTables_filter {
  margin-bottom: 1em;
  float: right;
}

.dataTables_filter label input {
  margin-left: 0.5em;
}

.dataTables_paginate {
  margin-top: 1em;
  font-size: 1.1em;
}

.dataTables_paginate .paginate_button {
  margin-right: 1em;
  background-color: #DEF6DE;
  color: #194246;
  padding: 0.5em;
}

.dataTables_paginate .disabled {
  background-color: #F2F2F2;
}

body {
  background: #BCBCCC;
}

.modal-cookie {
  background-color: white;
  margin-top: 5em;
  padding: 1em;
}

.cookie-image-div {
  display: flex;
  justify-content: center;
}

.card {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.cookies a {
  text-decoration: none;
  color: #000;
  margin-top: 8px;
}

.cookies a:hover {
  text-decoration: none;
  color: blue;
  margin-top: 8px;
}

.copy-to-clipboard-button {
  font-size: 0.5em;
  background-color: #194246;
  color: #DEF6DE;
  padding: 0.5em;
  border-radius: 25em;
  margin: 1em;
}

/*
@mixin skew {
    transform: skew(-20deg);
}

@mixin unskew {
    transform: skew(20deg);
}
*/
/*-------------Reset-------------*/
button {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

button:focus,
input:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*-------------Layout-------------*/
body {
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

section {
  height: 100vh;
}

#home {
  color: #ddd;
}

#about {
  background-color: #aaa;
}

#work {
  background-color: #888;
}

#contact {
  background-color: #666;
}

/*-------------Helpers-------------*/
/*.skew {
    @include skew;
}

.un-skew {
    @include unskew;
}*/
/*-------------Nav-------------*/
#nav-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#nav {
  background-color: #FCFCFC;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-family: "Saira Semi Condensed", sans-serif;
  height: 4em;
  overflow: hidden;
}

#nav.nav-visible {
  height: 100%;
  overflow: auto;
}

.nav {
  display: flex;
  height: 4em;
  line-height: 4em;
  flex-grow: 1;
}

.not-logged-div {
  align-items: center;
}

.nav-link,
.nav-login,
.logo {
  padding: 0 1em;
}

.incom-icon {
  padding-left: 20px;
  width: 30%;
  top: 0;
  position: relative;
}

span.gradient {
  background: #DEF6DE;
  background: -webkit-linear-gradient(45deg, #DEF6DE, #173D40);
  background: linear-gradient(45deg, #DEF6DE, #173D40);
  padding: 0 1em;
  position: relative;
  right: 1em;
  margin-right: auto;
}

span.gradient:hover {
  animation-name: logo-hover;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.17, 0.57, 0.31, 0.85);
}

h1.logo {
  font-weight: 300;
  font-size: 1.75em;
  line-height: 0.75em;
  color: #173D40;
}

h1.logo a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #173D40;
}

.nav-link,
.nav-login {
  text-transform: uppercase;
  text-align: center;
  border-top: 0.5px solid #ddd;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #173D40;
}

a:hover {
  text-decoration: underline;
}

.right {
  display: contents;
  height: 100%;
}

.btn-nav {
  color: #DEF6DE;
  padding-left: 2em;
  padding-right: 2em;
}

#nav-wrapper {
  overflow: hidden;
}

#nav {
  overflow: hidden;
  flex-direction: row;
  border-bottom: 1px solid lightgray;
  height: 70px;
}

.nav-link,
.nav-login {
  border-top: none;
}

.right {
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  left: 1.5em;
  height: auto;
}

.btn-nav {
  display: none;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.nav-link-span {
  display: inline-block;
}

.nav-link,
.nav-login {
  color: #777;
  text-decoration: none;
}

.nav-link:last-child,
.nav-login:last-child {
  #padding-right: 3em;
}

a:hover.nav-link:not(.active) {
  color: #444;
  background: #ddd;
  background: linear-gradient(45deg, #FCFCFC, #ddd);
}

@keyframes logo-hover {
  20% {
    padding-right: 0em;
  }
  100% {
    padding-right: 5em;
  }
}
.login-icon {
  width: 30px;
  height: 30px;
}

.nav-avatar {
  height: 45px;
  width: 45px;
  margin-top: 5px;
  border-radius: 100px;
  margin-right: 10px;
}

.nav-item {
  height: 100%;
  display: flex;
  margin-right: 50px;
}

#nav-mobile-links-div {
  display: none;
  background-color: white;
}

#nav-mobile-links-div ul {
  list-style: none;
}

#nav-mobile-links-div ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
}

#nav-mobile-links-div ul li:hover {
  background-color: #DEF6DE;
}

.nav-mobile-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  .nav-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 850px) {
  .left {
    width: 200px;
  }
}
@media screen and (max-width: 649px) {
  .nav-item {
    display: none;
  }

  .nav-mobile-menu {
    display: block;
  }
}
.nav-profile-alias {
  color: #2DC4B5;
}

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

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