* {
    font-family: "Open Sans", "Arial", sans-serif;
    box-sizing: border-box;
    font-size: 1em;
}

/*Navigation*/

header {
    background-color: #444444;
    text-transform: uppercase;
    border: none;
}
}

br {
    font-size: 115px;
}

nav > ul {
    display: flex;
    list-style: none;
	justify-content: space-around;
}

nav a {
    text-decoration: none;
    color: #fff;
}

nav a:hover {
    border-bottom: 2px solid #9ac051;
	color: #fe0000;
	transition: color 2s;
}

nav li {
    padding-right: 1em;
}

nav li:last-of-type {
	padding-right: 0;
}

.margin_menu {
    padding-top: 1em;
    padding-bottom: 1em;
}

.main-site {
    font-weight: 700;
}

nav > ul > li.more > a > i{
	
	transition: transform 2s;
}

nav > ul > li.more:hover > a > i{
	transform: rotate(90deg); 
	transition: transform 2s;
}
    

.submenu {
    display: none;
}

.more {
    margin-top: -0.059em;
	min-width: max-content;
}

nav > ul > li:hover .submenu{
	display: block;
	padding: 0.1em;
	position: absolute;
    background-color: #444444;
	top: 2.9em;
}

nav > ul > li:hover .submenu li {
    padding: 0.4em 0.5em 0.4em 0.5em;
    
}

.logo {
	height: 2.5em;
    margin: 0.2em;
}

nav > ul > li.more:hover .submenu::before{
	position: absolute;
	content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: -0.7em;
	left: 0.6em;
    font-size: 2em;
	color: #444444;
	width: 100%;
}

.search {
    color: #fff;
    padding-top: 0.75em;
    padding-bottom: 0.75em;  
}

#search {
width: 7em;    
}

button {
    cursor: pointer;
    box-shadow: 0.1em 0.1em 0.1em 0.1em #888888;
}

button:hover {
    background-color: #fe0000;
    transition: background-color 2s;
}

/*core*/

h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: RGBA(0,117,167,1);
}

h4 {
    font-weight: 700;
    font-size: 1.2em;
}


.my_blue {
    color: RGBA(0,117,167,1);
}

.key_informations ul li {
    list-style: circle;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-left: 2em;
}

.summary {
    display: flex;
    padding: 3em;
}

.left_margin {
	margin-left: 2em;
}

.core li i, h4 i, p i {
    color: RGBA(0,117,167,1);
}

.core h2 i {
	color: #000;
}

.core {
    padding: 0em 3em 3em 3em;
	display: flex;
}

.position {
    width: 25%;  
	text-align: center;
    margin-right: 2em;
}

.position h4 {
	margin-bottom: 0.5em;
    font-size: 1em;
}

.position h2 {
	font-size: 2em;
	font-family: 'Quicksand', sans-serif;
    line-height: 1.3;
}

.key_informations {
   
	font-family: 'Dosis', sans-serif;
	font-size: 1.2em;
	width: 75%;
}

.key_informations > ul li {
	padding-bottom: 0.8em;
}

span {
    font-weight: 600;
}

.left {
    width: 25%;
}

.left h2 {
	padding-bottom: 0.5em;
	border-bottom: 0.2em;
	border-bottom-style: ridge;
	border-bottom-right-radius: 3em;
}

.right {
    width: 75%;
    padding-left: 3em;
}

.left h4 {
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.left ul li {
    margin-bottom: 1em;
    margin-left: 1em;
}

.left ul li i, .languages p i, .additional_activities p i {
    padding-right: 0.5em
}

.languages p, .additional_activities p {
	margin-left: 1em;
}

.me {
	font-family: 'Chilanka', cursive;
}

.data {
    width: 15%;
    height: 100%;
}

.content {
    width: 85%;
    height: 100%;
}

.fnx, .own_business {
    width: 100%;
    height: 100%;
    display: flex;
}

.fnx_logo {
    
    margin: 4.5em .5em;
    width: 65%;
}

.audi_r8 {
    width: 70%;
    margin: 4.5em 0.2em;
}

.efekt {
    width: 65%;
    margin: 4.5em 0.5em;
}

.porshe {
    width: 70%;
    margin: 4.5em .2em;}

.provident {
    width: 65%;
    margin: 4.5em .5em;
}


.images img {
    
    width: 90%;
    border-radius: 10%;
    transition: 3s;
}

.images img:hover {
    border-radius: 50%;
    width: 50%;
    transition: border-radius 3s;
    transition: width 3s;
    margin-left: 3em;
}

.title_job {
	font-family: 'Chilanka', cursive;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.company_job {
    font-family: 'Dosis';
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0.8em;
    font-style: italic;
    text-transform: uppercase
}

.title_respon {
	font-family: 'Chilanka', cursive;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    text-decoration-line: underline;
}

.points_respon {
    padding-left: 1em;
    width: 85%;
    margin-bottom: 1em;
    margin-top: 1em
}

.responsibilities li {
    margin-bottom: .5em;
    font-size: 1.07em;
    font-weight: 200;
    line-height: 1.5;
}

.responsibilities li:nth-child(even) {
    background-color: #ede8e8;
    background-clip: inherit;
}

.responsibilities li:before {
    position: relative;
    content: "\f105"" ";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9ac051;
    font-size: 1.4em;
}

.points_respon p:before {
    position: relative;
    content: "\f105"" ";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9ac051;
    font-size: 1.4em;
}

.points_cer p:before {
    position: relative;
    content: "\f101"" " ;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9ac051;
    font-size: 1.4em;
}

.points_cer {
    justify-content: center;
    align-items: center;
}

#list_of_certificates article:nth-child(even) {
    background-color: #ede8e8;
    width: 95%;
    margin-bottom: 1em
}

#list_of_certificates article:nth-child(odd) {
    width: 95%;
    margin-bottom: 1em
}

.education article {
    padding-bottom: 1em;
}

.tools {
   line-height: 1.5;
}

.flex_mod, .workshop_model {
    display: flex;
}

article div p {
    line-height: 1.5;
}
.data_edu {
    width: 9em;
    height: 100%;
}

.wsb_logo {
    width: 45%;
    margin: 1em 2em;
}

.poznan_logo {
    width: 55%;
    margin: 1em 1.7em;
}

.us_logo {
    width: 36%;
    margin: 1em 2em 2em 2.2em;
}

.cku_logo {
    width: 45%;
    margin: 2.3em 2em;
}

.data_cer {
    width: 10%;
    margin-top: .2em;
    padding-bottom: .2em;
    min-width: 6em;
}

.college {
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
    font-size: 1.3em;
    padding-bottom: 1em;
    text-transform: uppercase;
    width: 100%;

}

.data_edu > p {
    width: 12em;
}

.ccent > div > p {
    margin-right: 7em;
}

.wsb_big_data div div p:before {
    position: relative;
    content: "\f105"" " ;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9ac051;
    font-size: 1.4em;
}


/*Footer*/

footer {
    display: flex;
    background-color: #444444;
    padding: 2em 1em;
    color: #fff;
    justify-content: space-around;
}

footer > section {
    width: 20%;
}

.about-us h5 {
    font-family: "Times New Roman", serif;
    font-weight: 200;
    margin: 0 0 .5em 0;
    font-size: 1.7em;
}

.about-us p {
    font-size: 120%;
    line-height: 1.2;
    margin: 0 0 em 0;
}

.social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-media li {
    background-color: #9ac051;
    margin-right: .6em;
    width: 2.1em;
    height: 1.3em;
    min-width: 1.1em;
    border-radius: .4em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

social-media a {
    color: #fff;
    text-decoration: none;
}

.contact-details {
    width: 12em;
    margin-left: 2em;
    margin-top: .2em
}

.contact-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details li {
    font-size: 1.2em;
    margin-bottom: .8em;
    display: flex;
}

.contact-details i {
    margin-right: 1em;
    color: #9ac051;
}

.contact-details li a {
    color: #fff;
    text-decoration: none;
    font-size: .9em;
}

.quick-links {
    display: flex;
    width: 22em;
    margin-left: 3em;
}

.quick-links ul {
    padding: 0;
    margin: 0 1em 0 0;
    list-style: none;
    width: 10em;
}

.quick-links a {
    text-decoration: none;
    color: #fff;
}

.quick-links li {
    border-bottom: .5px solid #666464;
    padding: 0.51em 0;
    max-width: 9.3em;
}

.quick-links ul li:first-child {
    padding-top: 0;
}

.quick-links a i {
    color: #9ac051;
    font-size: 1em;
    margin-right: 0.5em;
}

/*Copyright*/

.copyright {
    background-color: #9ac051;
    height: 3em;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.copyright p {
    margin: 0;
    font-size: 1em;
    
}

.copyright a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}

