.container {
  max-width: 800px; }
.header {
  margin-top: 6rem;
  text-align: center; 
  -webkit-appearance: none; }
.header h2::first-letter{
  text-transform: uppercase; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  text-align: justify;
  margin-bottom: 0;}
.no-borders {
  border:none;
}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }

/* Custom popovers based on Skeleton popover demo*/
.popover.open {
display: block;
}
.popover {
display: none;
position: absolute;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
        filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); 
}
.popover-list {
padding: 0;
margin: 0;
list-style: none;
}
.popover-item {
padding: 0;
margin: 0;
}
.popover-link {
position: relative;
color: #222;
display: block;
padding: 8px 20px;
border-bottom: 1px solid #eee;
text-decoration: none;
text-transform: uppercase;
font-size: 1.0rem;
font-weight: 600;
text-align: center;
letter-spacing: .1rem;
}

.popover-item:first-child .popover-link {
border-radius: 4px 4px 0 0;
}
.popover-item:last-child .popover-link {
border-radius: 0 0 4px 4px;
/*border-bottom-width: 0;*/
}
.popover-link:hover {
color: #fff;
background: #4169e1;
}

/*bottom popover*/
.bottom{
  top:92%;
  left: 0%;
}
.bottom .popover-item:first-child .popover-link:after, 
.bottom .popover-item:first-child .popover-link:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.bottom .popover-item:first-child .popover-link:after {
border-color: rgba(255, 255, 255, 0);
/*border-bottom-color: #fff;*/
border-width: 10px 10px 10px 10px;
margin-left: -10px;
}
.bottom .popover-item:first-child .popover-link:before {
border-color: rgba(238, 238, 238, 0);
/*border-bottom-color: #eee;*/
border-width: 11px 11px 11px 11px;
margin-left: -11px;
}
.popover-link:hover,
.bottom .popover-item:first-child .arrow:hover:after {
    border-bottom-color: #4169e1; 
}

.bottom .popover-item:first-child .arrow:after {
  border-bottom-color: #fff;
}
.bottom .popover-item:first-child .arrow:before {
  border-bottom-color: #eee;
}

/*top popover*/
.top{
  left: 0%;
  bottom:2%;
}
.top .popover-item:last-child .popover-link:after, 
.top .popover-item:last-child .popover-link:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.top .popover-item:last-child .popover-link:after {
border-color: rgba(255, 255, 255, 0);
/*border-top-color: #fff;*/
border-width: 10px 10px 10px 10px;
margin-left: -10px;
}
.top .popover-item:last-child .popover-link:before {
border-color: rgba(238, 238, 238, 0);
/*border-top-color: #eee;*/
border-width: 11px 11px 11px 11px;
margin-left: -11px;
}

.popover-link:hover,
.top .popover-item:last-child .arrow:hover:after {
    border-top-color: #4169e1; 
}

.top .popover-item:last-child .arrow:after{
  border-top-color: #fff;
}
.top .popover-item:last-child .arrow:before{
  border-top-color: #eee;
}
  
/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem; }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }

}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #4169e1; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}
/*-----------*/


.edukia{
  list-style-type:none;
}
.link{
  color:#222;
  text-decoration:none;
}
.nabarmena, .etzana{
  font-style: italic;
  color: #d06;
}
.footer-1 {
  color: var(--aColor);
  text-transform: uppercase;
}
.spacer {
    padding-right: 4px;
}
.footer{
  font-size: 0.9rem;
  text-align: right;
}
.font1rem{
  font-size: 1rem;
}
.font1-4rem{
  font-size: 1.4rem;
}
.pointer{
  cursor: pointer;
}
.pointer:hover{
  color: var(--aColor);
}
/*CORNER RIBBON*/
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index:100;
  cursor: pointer;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/*Header Logo & CSS mask property management*/
#list{
  display: block;
}
#grid{
  display: none;
}
.grid-container div{
  /*background-color: blue;*/
  height: 0;
  margin-top: 5px;
  padding-bottom: 100%;
  /*background-size:80%;*/

}
/*
.grid-container i {
    font-size: 75px;
}
*/
.grid-container: hover:after{
  /*background-color: yellow;*/
}
@media (min-width: 550px) {
  .grid-container div{
    padding-bottom: 25%
  }
}
/*------------------------*/

.grid-container div:hover,
.grid-container div:focus {
  /*background: darkslateblue;*/
  background-color: #4169e1;
}
.grid-container .disabled:hover,
.grid-container .disabled:focus {
  /*background: darkslateblue;*/
  background-color: #000000;
  opacity: 0.1;
}
.biltegia{
  mask-image: url(../images/main/archive.svg);
  -webkit-mask-image: url(../images/main/archive.svg);
}
.apunteak{
  mask-image: url(../images/main/notes.svg);
  -webkit-mask-image: url(../images/main/notes.svg);
}
.git{
  mask-image: url(../images/main/git.svg);
  -webkit-mask-image: url(../images/main/git.svg);
}
.berriketak{
  mask-image: url(../images/main/chat.svg);
  -webkit-mask-image: url(../images/main/chat.svg);
}
.luanti_icon{
  mask-image: url(../images/main/gamepad.svg);
  -webkit-mask-image: url(../images/main/gamepad.svg);
}
.ubports{
  mask-image: url(../images/main/ubports2.svg);
  -webkit-mask-image: url(../images/main/ubports.svg);
}
.firefox{
  mask-image: url(../images/main/firefox.svg);
  -webkit-mask-image: url(../images/main/firefox.svg);
}
.mumble_icon{
  mask-image: url(../images/main/mumble.svg);
  -webkit-mask-image: url(../images/main/mumble.svg);
}
.wf_icon{
  mask-image: url(../images/main/wf.svg);
  -webkit-mask-image: url(../images/main/wf.svg);
}
.plume_icon{
  mask-image: url(../images/main/plume.svg);
  -webkit-mask-image: url(../images/main/plume.svg);
}
.biltegia, .apunteak, .git, .berriketak, .luanti_icon, .ubports, .firefox, .mumble_icon, .wf_icon, .plume_icon{
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 70%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
    display: inline-block;
  background: black;
}

.logo{
  width: 90px;
  height: 90px;
  display: inline-block;
}

/*check for CSS mask property support*/
@supports not ((mask-image:url()) or (-webkit-mask-image:url())) {
  .logo{
    background-image: url(../images/lainoa.eus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #grid{display: none;}
  #list{display: block;}
  #toogle-view-mode{display: none;}
}

@supports ((mask-image:url()) or (-webkit-mask-image:url())) {
    .logo{
    mask-image: url(../images/lainoa.eus.svg);
    -webkit-mask-image: url(../images/lainoa.eus.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100%
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    background-color: #4169e1; /*royalblue*/
  }
  #toogle-view-mode{display: block;}
}
