/*
color: rgba(255, 255, 255, 1);
    background-color:   rgba(11, 86, 156, 1);            
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(11, 86, 156, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(11, 86, 156, 1) 100%);
*/

/* (max-width: 1020px) and */

html, body { 
  overflow-x: hidden;
}

@media (max-width: 1020px) {
  .drugi {
    order: 0;
  }
  .pierwszy {
    order: 2;
  }
}

.aninav {
  z-index: 0.5;
  transition: 1s;
}

.w3-bar-item {
  color: #7283a7;
  text-decoration: none;
  font-weight: bold;
}

.hover-navi:hover {
  color: white !important;
  background-color: #7283a7 !important;
  text-decoration: none !important;
}

/*
.w3-bar-item > a:hover {
    color: rgba(255, 255, 255, 1);
    background-color:   rgba(11, 86, 156, 1);            
}*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Armata", sans-serif;
}


a {
  font-size: 15px;
  text-decoration: none;
  line-height: 27px;
  font-family: "Armata", sans-serif;
}

a:hover {
  font-size: 15px;
  text-decoration: none;
  line-height: 27px;
}

a:visited {
  font-size: 15px;
  text-decoration: none;
  line-height: 27px;
}

h2 {
  font-size: 20px;
}

h4 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  padding: 2%;
}

body {
  background-image: url("skybg2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("paralotnie.jpg");
  /*  background-image: url("microbeam-logo-2.jpg");  */
  min-height: 100%;
}

body,
html {
  height: 100%;
  line-height: 1.8;
  scroll-behavior: smooth;
}

img.dopas {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  border-radius: 10px;
  box-shadow: 3px 6px 30px 1px rgba(0, 0, 0, 0.4);
  /*transition: box-shadow 1s;*/
  transition: 0.5s ease-in-out;
}

/*#BAD6F2*/

/*

img.dopas:hover {
    box-shadow: none;
    max-width: 91%; 
}

*/

/*
img.tekst {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 2%; 
}


img {
  border-radius: 0%;
}
*/

round {
  border-radius: 10px;
}

#bord {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

#bobord {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; /* skrajne najdalej */

  /* 
        justify-content: space-around; podobnie ale padding  
        justify-content: space-evenly;
    */

  align-items: center; /* wyśrodkowanie pionowe */
  /* 
    align-items: baseline;  - top od góry  
    align-items: flex-end;  - na dole    
    align-items: flex-start; - razem od lewej  

    */

  @media (max-width: 1020px) {
    flex-direction: column;
  }

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;

  /* 
    @media (max-width: 1080px) 
        {
        img {
            width: 100%; 
        }
        .drugi {
            order: 0; 
        }
        .pierwszy {
            order: 2; 
        }
    } */
}

:root {
  --warning: rgb(195, 75, 99);
}

#gradient1 {
  background-image: linear-gradient(
    top,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 1)
  );
}

.center {
  margin: auto;
  /*border: 3px solid navy;*/
  padding: 2%;
}

.rowek {
  display: flex; /* equal height of the children */
}

p.justus {
  text-align: justify;
  padding: 0%;
}

p.mocny {
  font-weight: bold;
}

/* Full height image header */

a.baton {
  text-decoration: none;
}

a.tytul {
  font-size: 18px;
  font-weight: bold;
}

p.tytul {
  font-size: 18px;
  font-weight: bold;
}

p.tekst {
  /*font-family: Arial, Helvetica, sans-serif;  */
  font-family: "Open Sans", "Roboto", sans-serif;
  font-size: 15px;
  padding: 2%;
  line-height: 32px;
  color: #566176;
  text-align: left; 
}

a.tekst {
  font-family: "Open Sans", "Roboto", sans-serif;
  font-size: 15px;
  /* padding: 2%;   */
  line-height: 32px;
  text-decoration: underline;
  color: #337ab7;
}

a.tekst:hover {
  color: var(--warning);
  text-decoration: none;
}

a.tekst:visited {
  color: #337ab7;
  text-decoration: underline;
}

p.tekst.przypis {
  font-size: 14px;
  line-height: 20px;
}

a.tekst.przypis {
  font-size: 14px;
  line-height: 20px;
}

p.autorzy2 {
  font-size: 16px;
}

p.journal {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;
}

div.uzu {
  height: 100%;
  margin-bottom: 40px;
}

div.sekcja {
  padding: 0% 3%;
}

div.sekcja2 {
  padding: 0% 0%;
}

div.opis {
  margin-top: 30px;
}

div.hopis {
  padding: 5% 4%;
}

div.hopis2 {
  padding: 5% 0%;
}

div.hopis3 {
  padding: 0% 4%;
}

div.druga {
  background-color: white;
}

div.model {
  background-color: white;
}

div.journal {
  /*margin-bottom: 50px; */
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

h3.sredni {
  font-size: 16px;
  font-weight: bold;
}

h3.mikro {
  color: #e0e0e0;
  margin-top: 40px;
}

h3.model {
  /*color: #e0e0e0; */
  color: #3e4551;
  margin-top: 40px;
}

p.mikro {
  color: #e0e0e0;
}

p.model {
  color: #3e4551;
  font-size: 16px;
}

a.mikro {
  color: #e0e0e0;
}

h3.sekcja {
  font-size: 24px;
}

.w3-bar .w3-button {
  padding: 16px;
}

video {
  width: 100%;
  height: auto;
}

img.pelny {
  width: 100%;
}

a.navi {
  color: rgba(0, 128, 0, 0.793);
}

a.navi:hover {
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
  padding: 0;
}

a.navi:visited {
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
  padding: 0;
}
