
@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-ExtraBold.ttf);
    font-weight: bold;
}


body {


  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
  
}
dt {
  font-weight:bold;
  font-size:1.05em;
  margin-left: 4em;
}
dd{
  margin-left:6em;
}
header {
  background-color: #007acc;
  color: rgb(255, 255, 255);
  padding: 2rem;
  text-align: center;
  height:120px;
  text-shadow: 3px 3px 0px #000702; 
  font-size: 1,5em;
  
 

 }


  .omne header h1 {
  font-size: 3rem;
}
 

article {
  padding: 2rem;
  max-width: 960px;
 margin: 0 auto;
 padding: 50px 50px 10px 50px;



}


article section p {
    line-height: 1.8em;
}

article section a {
    color: #EF6534;
}

.skills, .contact, .job {

  
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



article h1 {
  font-size:2em;
  color: #00386B;
  border-bottom: 4px solid #EF6534;
    width: max-content;
    text-transform: uppercase;
     margin: 0;
    
    
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #00386B;
  margin-top: 0;
  padding: 10px 0;
    
  

}


footer {
  
  text-align: center;
  padding: 1rem;
  background-color: #eee;
  color: #666;

  
}

.avatar{
  height:20em;
  max-height: 500px;
     float: right;
    padding-left: 10px;
    filter: grayscale(1);
   
}
.cistic {
    clear: both;
}


.sidebar {
  position: fixed;
  top: 60px; /* pod headerem */
  right: 0;  /* napravo */
  width: 200px;
  height: calc(100vh - 60px);
  background: #0D6AB7;
  color: white;
  padding: 20px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 999;
}

.main-content {
  margin-top: 60px;      /* odsazení pod header */
  margin-right: 200px;   /* odsazení vlevo od sidebaru */
  padding: 30px;
  min-height: calc(100vh - 60px);
  background: #f8f8fa;
}
.omne-tlacitko {
    background: #70B73A;
    color: white;
    font-size: 0.9em;
    text-transform: uppercase;
     text-decoration: none;
      padding: 12px 25px;
      border-radius: 25px;
      
}
article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}