@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,100);

@font-face {
    font-family: Fedra;
    src: url(../fonts/fedra_sans_book.ttf);
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.woff);
}

@font-face {
    font-family: JetBrainsMono;
    src: url(../fonts/JetBrainsMono-Regular.woff);
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.ttf);
}

body {
  font-family: "Roboto", "Open Sans", "Sans Serif", "Georgia", "Times New Roman", "Montserrat", Times, serif;
  /* Margin bottom by footer height */
  margin-bottom: 150px;
  /* margin-top: 4rem;*/
  line-height: 1.6;
  font-weight: 350;
}
html {
  position: relative;
  min-height: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

svg.svg-inline--fa {
    margin-left: 2px;
    margin-right: 4px;
}

.footer {
    font-family: Montserrat, serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 130px;
    font-size: 0.8em;
    padding-top: 2em;
    padding-left: 30px;
    background: #0275d8;  /* fallback for old browsers */
    background: var(--accent-gradient); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer a {
  color: var(--font-color);
}

.notbyai-tag {
  position: absolute;
  right: 32px;
  bottom: 25%;
  opacity: 60%;
}

@media (max-width: 991px) {
  .notbyai-tag {
    display: none;
  }
}

.blog-masthead {
  margin-bottom: 3rem;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
  box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
}
.navbar-light .navbar-nav .nav-link {
  font-family: Fedra;
  padding: 0.5rem;
  color: rgba(254, 254, 254, 0.9);
}
.navbar-brand img {
    margin-top: 0.05em;
    height: 50px;
}
@media (max-width: 991px) {
    .navbar-brand {
        display: none !important;
    }
    .navbar-toggleable-md {
        padding-bottom: 8px;
    }
    .nav-itemRight {
        display: none !important;
    }
    .nav {
        padding-top: 0;
    }
}

.navbar-brand-mobile {
  position: absolute;
  font-size: 1.25rem;
  margin-top: -2.12em;
  margin-left: -25px;
}

.navbar-brand-mobile img {
    height: 32px;
}

/* NAVBAR ICON SIZE */
.menu-item-icon {
  font-size: 1.15rem;
  margin-top: -1px;
  margin-bottom: -10px;
}

.blog-header {
  background: #000000;
  text-align: center;
}

@media (min-width: 991px) {
  .blog-header {
    margin-top: -5px;
  }
}

h1.post-title, h2.post-title {
  text-decoration: none;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
h1.post-title a{
  text-decoration: none;
}
.post-meta {
  margin-bottom: 1rem;
  display: table;
  font-size: 0.8rem;
  color: var(--post-meta-color);
  text-transform: uppercase;
  ;
}
.post-meta-item {
  margin-right: 10px;
  float: left;
}
.post-meta-item > a {
  text-decoration: none;
  color: var(--post-meta-color);
}
.post-more-link {
  margin-top: 0px;
  position: absolute;
  bottom: 0;
}

pre code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}

/* Responsive video? */

iframe {
  max-width: 100%;
}

.widget {
  word-wrap: break-word;
  font-size: 0.85em;
}
.widget ul, .widget ol {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul ul, .widget ol ul, .widget ul ol, .widget ol ol {
  margin: 0 20px;
}
.widget ul ul, .widget ol ul {
  list-style: disc;
}
.widget ul ol, .widget ol ol {
  list-style: decimal;
}
.widget > .twitter-follow-button {
  margin-left: 15px;
}
.category-list-count, .tag-list-count, .archive-list-count {
  /*padding-left: 5px;*/
  font-size: 0.85em;
}
.category-list-count:before, .tag-list-count:before, .archive-list-count:before {
  content: "(";
}
.category-list-count:after, .tag-list-count:after, .archive-list-count:after {
  content: ")";
}
.category-list-item > a {
  text-transform: uppercase;
}
.widget a {
  text-decoration: none;
}
.widget ul ul, .widget ol ul, .widget dl ul, .widget ul ol, .widget ol ol, .widget dl ol, .widget ul dl, .widget ol dl, .widget dl dl {
  margin-left: 15px;
  list-style: disc;
}
.widget ul, .widget ol {
  list-style: none;
  margin-left: 20px;
}
.widget ul li, .widget ol li, .widget ul .category-list-child, .widget ol .category-list-child {
  font-size: 0.9rem;
  border-bottom: 1px solid border-color;
}
.widget ul ul, .widget ol ul, .widget ul ol, .widget ol ol {
  list-style: none;
}
.widget ul ul li, .widget ol ul li, .widget ul ol li, .widget ol ol li {
  border: none;
}
.widget ul ul li:last-child, .widget ol ul li:last-child, .widget ul ol li:last-child, .widget ol ol li:last-child {
  padding-bottom: 0px;
}
.widget ul li a:before, .widget ol li a:before {
  /* ul:not(#recent-post) & ol:not(#recent-post) to remove arrows */
  color: #ccc;
  content: "\f0da";
  font-size: 0.8rem;
  margin-right: 6px;
  font-family: FontAwesome;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
#recent-post li {
  padding: 5px 10px 5px 0; /* 5xp 0 5px 85px for thumbnails */
}
#recent-post li:before, #recent-post li:after {
  content: "";
  display: table;
}
#recent-post li:after {
  clear: both;
}
#recent-post.no-thumbnail li {
  padding: 5px 0px;
}
#recent-post li .item-thumbnail {
  opacity: 1;
  float: left;
  margin-left: -86px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#recent-post li .item-thumbnail .thumbnail {
  width: 80px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-none {
  background-image: url("../img/thumb-default-small.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#recent-post li .item-inner a, #recent-post li .item-inner .item-category {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0px;
}
#recent-post li .item-inner a a, #recent-post li .item-inner .item-category a, #recent-post li .item-inner a .fa, #recent-post li .item-inner .item-category .fa {
  margin-right: 5px;
}
#recent-post li .item-inner .item-title {
  font-size: 0.8rem;
  text-align: left;
  margin: 0px;
  color: rgba(0, 0, 0, 0.9);
}
#recent-post li .item-inner .item-title a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#recent-post li:hover .item-thumbnail {
  opacity: 0.8;
}

.container.p-a-0 {
  margin-top: 15px;
  padding: 0 15px;
}

.post-container {
  /*background-color: #f7f7f7;*/
  margin-bottom: 1rem;
  /*padding-top: 1rem;*/
  padding-right: 0;
  padding-left: 0;
}

.post-container img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.post-container-banner {
  background-size: cover;
  background-position: center center;
}

.post-container-first .post-container-banner {
  margin-left: -0.91em;
  margin-bottom: -20px;
}

.post-container-grid .post-container-banner {
  margin: 0px -15px 0px -15px;
  min-height: 175px;
}

.post-container-grid {
    height: 100%;
}

.post-container-single .post-container-banner {
  float: right;
  width: 200px;
  min-height: 156px;
  margin-right: -15px;
  margin-left: 20px;
  margin-bottom: -20px;
  margin-top: -16px;
  display: unset;
}

@media (max-width: 991px) {
  .post-container-single .post-container-banner {
    display: none;
  }
}

.post-container .post-container-banner {
  height: 512px;
  max-height: 200px;
}

.post-container-first-banner {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 20px;
}

.post-container-first, .post-container-grid, .post-container-single {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  background-color: #ffffff0a;
  box-shadow: 0 0 14px var(--accent-color-shadow);
  /*margin-right: 5px;  */
  /*margin-left: 5px;*/
  -webkit-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
}

.post-container-first:hover, .post-container-grid:hover, .post-container-single:hover {
  box-shadow: 0 0 14px var(--accent-color-shadow-hover);
}


/* GRID HOME */
.grid-row, .grid-row-single {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 15px;
  margin-bottom: 15px;
}

.grid-row-single {
  grid-template-columns: 1fr;
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .grid-row-single {
    width: 66.1%;
  }
}

/* SIDEBAR */
.sidebar {
  display: unset;
  position: relative;
  z-index: 0;
  float: right;
  width: 32.3%;
  /*margin-right: -5px;*/
}

.sidebar > .card {
  -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, .125);
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, .125);
  background-color: inherit;
}
.sidebar > .card-block {
  margin-bottom: 15px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  background-color: var(--card-background-color);
}
.sidebar > .card-social {
  background-color: #000;
  padding: 0;
}

@media (max-width: 991px) {
  .sidebar{
    display: none;
  }
}

/* ISLANDED SUMMARY BACKGROUND */
 .islanded-summary {
   background: url("/https/f10.dev/assets/img/islanded_logo.png") no-repeat 185px calc(100% - 21px), linear-gradient(-135deg, #ffffff0a 65%, #7c9b627a 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

 .islanded-summary-title {
   color: #516541;
 }

 .islanded-summary-title:hover {
   color: #283320;
 }

img.post-thumbnail{
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
    padding: 0px;
    border: 0px;
}

.content {
    margin-top: 2em;
}

blockquote p {
    margin-bottom: 0px;
}

/* POST ALERTS */
.oldPostAlert, .infoPostAlert {
    background: #0275d8;  /* fallback for old browsers */
    background: var(--accent-gradient); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
}

.oldPostAlert {
    display: none; /* Prevent message displayed by default */
}

.post-footerAuthor {
    width: 50%;
    float: left;
    border-top: 4px solid #96969645;
    border-bottom: 4px solid #96969645;
    margin-top: 3em;
    line-height: 1px
}
/*.post-footerGithub {
  border-top: 40px solid #150f13 !important;
    border-image:
      linear-gradient(to right, black, rgba(0, 0, 0, 0)) 1 100% !important;
}*/
.post-footerGithub {
  background: linear-gradient(to bottom, #96969645 0%, #fff0 65%);
}
.post-footerAuthor div, .post-footerTwitter div {
    margin-top: 2em;
}
.post-footerAuthor p, .post-footerTwitter p, .post-footerGithub p {
    margin-right: 2em;
    margin-left: 2em;
}
.post-footerTwitter img {
    display: inline !important;
}
.post-footerGithub div {
    margin-top: 1em;
}
.post-footerGithub svg {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    fill: var(--font-color);
}
.post-footerGithub p {
  display: inline;
}
.smallP {
    color:#9e9e9e;
    font-size:75%
}
.post-footerTwitter {
    width: 50%;
    float: right;
    border-top: 4px solid #96969645;
    border-bottom: 4px solid #96969645;
    margin-top: 3em;
    line-height: 1px;
    text-align: right;
}
.post-footerGithub {
    border-top: 4px solid #96969645;
/*    border-bottom: 4px solid #96969645;
*/    margin-top: 3em;
}

.socialButton {
    list-style-type: none;
    margin-top: 22px;
    padding: 0;
    overflow: hidden;
    float: right;
}

.socialButton li {
    float: left;
    margin-right: 10px;
}

/* HOMEPAGE */
.home_headerImage {
  margin-top: -1.5rem;
  display: -webkit-inline-box;
  width: 100%;
  height: 500px;

  background:
    linear-gradient(
      rgba(30,87,153,0) 0%,
      rgba(182,199,219,0) 75%,
      rgba(247,247,247,1) 100%),
    url(https://islandedgame.com/screenshots/islanded_04.jpg);
  background-repeat: repeat-x;
  background-position: center;
}

/* IFRAME FIX */
.iframe_wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  background: #dadada
}

.iframe_wrapper div {
  position: relative;
  padding-top: 56%;
}

.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CALENDAR DATE POST META FIX */
.post-meta-item time {
  margin-left: 2px;
}

/* FLOATING BUTTONS */
.floating_button {
  position:fixed;
  width:80px;
  height:80px;
  bottom:0px;
  right:0px;
  text-align:center;
  z-index: 999;
}

.floating_button_cookies {
  position:fixed;
  width:380px;
  height:65px;
  bottom:30px;
  right:90px;
  padding: 11px;
  font-size: 13px;
  color:#f7f7f7;
  background-color: #1d1d1d;
  border-radius:20px;
  border: 2px solid #533780;
  box-shadow: 2px 2px 3px #6d6d6d69;
  z-index: 999;
}

.floating_button_cookies:hover {
  color:#f7f7f7;
}

.floating_button_cookies_confirm {
  position:fixed;
  width:30px;
  height:30px;
  bottom:30px;
  right:90px;
  padding-top: 5px;
  font-size: 12px;
  background-color: #1d1d1d;
  border-radius:20px;
  border: 2px solid #533780;
  text-align:center;
  z-index: 1000;
}

#dark_mode_icon {
    fill:var(--font-color);
}

.floating_button, .floating_button_cookies_confirm {
    fill:var(--card-background-color);
    color:#f7f7f7;
}

.floating_button:hover, .floating_button_cookies_confirm:hover {
    fill:var(--accent-color);
    color:#a17eff;
}

/* COOKIES ALERT */
.cookiesPanel {
  transition: all 5s ease-in-out;
  background-color: #060606;
  overflow: hidden;
}

.cookiesPanel .container {
  padding: 10px 20px 10px 20px;
  line-height: 1.37;
}

.cookiesPanel a {
  font-size: 0.75rem;
  color: #fff !important;
}

/* BOTTOM BAR */
.bottomBar {
  font-family: Montserrat;
  color: #fff;
  min-height: 46px;
  font-size: 0.8em;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #0275d8;  /* fallback for old browsers */
  background: var(--accent-gradient); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bottomBar a {
  color: #fff;
}

.pagination-bar {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  margin-bottom: 0rem;
}

/* THEME TOGGLE */
.toggle-switch {
    margin-top: 5px;
    background: #2d2d2d;
    border-radius: 16px;
    width: 64px;
    height: 30px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: #101010;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: var(--theme-toggle);
    transition: left 0.25s;
}

.toggle-switch > svg {
    color: #e5e5e5;
    margin: 7px 8px 0 8px;
    width: 1em;
    height: 1em;
}

.toggle-checkbox {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.projects-table {
    border-collapse: collapse;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}

.projects-table thead tr {
    background-color: #018dff;
    color: #ffffff;
}

.projects-table th,
.projects-table td {
    padding: 12px 15px;
}

.projects-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.projects-table tbody tr:nth-of-type(odd) {
    background-color: #007ce824;
}

.projects-table tbody tr:nth-of-type(even) {
    background-color: #018dff30;
}

.projects-table tbody tr:last-of-type {
    border-bottom: 2px solid #018dff;
}

.projects-table tbody tr.active-row {
    font-weight: bold;
    color: #018dff;
}