body{
    color:#401DD8;
   
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    }
h1,
h2,
h3{
font-family: 'Montserrat', sans-serif;
}
h1{
    font-weight: 200; 
    text-align: center;
    padding: 1%;
}
h2{
    font-weight: 400;
    margin-bottom: 2%;
}
h3{
    font-weight: 600;
    font-size: 1.2rem;
}
.container-fluid{
    padding: 3% 15% 7%;
} 
 
/* Navigation-Bar */
#title{
    
    background: linear-gradient(90deg, hsla(202, 75%, 60%, 1) 0%, hsla(302, 75%, 60%, 1) 100%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;  
}
.navbar{
    padding-bottom: 0 0 4.5rem;
}
.navbar-brand{
    font-size: 2.5rem;
    font-weight: bold;
}
.navbar-item{
    margin-left: 45px;
    color: white;
}
.nav-link{
    font-size: 1rem;
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 300;
    color: white;
}
.navbar-toggler{
    color: white;
}
.custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* Sekce */
.sekceomne{
line-height: 2;
}
.foto-omne{
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5%;
}
.pracovneskusenosti,
.skolenia{
    
    background: linear-gradient(90deg, hsla(177, 75%, 65%, 1) 0%, hsla(277, 75%, 65%, 1) 100%);
}
.schopnosti th td{
    width: 50em;
}
section{
    padding: 50px 15%;
    overflow: auto;
}
.kontakt{
color:#ffffff;
background: linear-gradient(90deg, hsla(202, 75%, 60%, 1) 0%, hsla(302, 75%, 60%, 1) 100%);
}

.linkedin{
width: 2em;
color: red;

}
.st0{fill:#3E1CD7;}
.st1{fill:#ffffff;}